HomeSort by: relevance | last modified time | path
    Searched refs:__fixunssfsi (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
fixunssfsi.c 31 long __fixunssfsi (float a);
34 __fixunssfsi (float a) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
fixunssfsi.c 31 long __fixunssfsi (float a);
34 __fixunssfsi (float a) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunssfsi.c 1 /* ===-- fixunssfsi.c - Implement __fixunssfsi -----------------------------===
10 * This file implements __fixunssfsi for the compiler_rt library.
21 __fixunssfsi(fp_t a) { function
28 return __fixunssfsi(a);
31 AEABI_RTABI su_int __aeabi_f2uiz(fp_t a) COMPILER_RT_ALIAS(__fixunssfsi); variable
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixunssfsi.c 33 __fixunssfsi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixunssfsi.c 35 __fixunssfsi (SFtype a) function
  /src/lib/libc/arch/m68k/hardfloat/
fixunssfsi.S 53 ENTRY(__fixunssfsi) function
75 END(__fixunssfsi)
  /src/lib/libc/gen/
fixunssfsi_ieee754.c 48 uint32_t __fixunssfsi(float);
54 __fixunssfsi(float x) function
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunssfsi_test.c 1 //===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
10 // This file tests __fixunssfsi for the compiler_rt library.
27 su_int __fixunssfsi(float a);
31 su_int x = __fixunssfsi(a);
33 printf("error in __fixunssfsi(%A) = %X, expected %X\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunssfsi_test.c 1 //===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
10 // This file tests __fixunssfsi for the compiler_rt library.
27 COMPILER_RT_ABI su_int __fixunssfsi(float a);
31 su_int x = __fixunssfsi(a);
33 printf("error in __fixunssfsi(%A) = %X, expected %X\n", a, x, expected);
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frv-abi.h 62 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
70 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frv-abi.h 62 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
70 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixunssfsi,__ftoui)
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 99 #define float32_to_uint32_round_to_zero __fixunssfsi
205 #define __fixunssfsi __aeabi_f2uiz macro
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 35 extern USItype __fixunssfsi (SFtype);
70 __fixunssfsi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 35 extern USItype __fixunssfsi (SFtype);
70 __fixunssfsi (SFtype a) function
  /src/lib/libc_vfp/
vfpsf.S 53 #define __fixunssfsi __aeabi_f2uiz define
120 ENTRY(__fixunssfsi) function
125 END(__fixunssfsi)
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 85 #define __fixunssfsi __aeabi_f2uiz macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 85 #define __fixunssfsi __aeabi_f2uiz macro
  /src/lib/libc_fp/arch/mips/
fpsf.S 130 LEAF_NOPROFILE(__fixunssfsi)
141 END(__fixunssfsi)
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 274 ;; Special case handling for infinities as __fixunssfsi
297 ;; If the value is positive we can just use __fixunssfsi
300 ;; Otherwise we negate the value, call __fixunssfsi and
315 ;; __fixunssfsi returns UINTMAX or 0). In such cases just return 0.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 274 ;; Special case handling for infinities as __fixunssfsi
297 ;; If the value is positive we can just use __fixunssfsi
300 ;; Otherwise we negate the value, call __fixunssfsi and
315 ;; __fixunssfsi returns UINTMAX or 0). In such cases just return 0.
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 260 # define float_to_usi __fixunssfsi
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 260 # define float_to_usi __fixunssfsi
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1529 .global __fixunssfsi
1530 .type __fixunssfsi, @function
1531 __fixunssfsi: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1529 .global __fixunssfsi
1530 .type __fixunssfsi, @function
1531 __fixunssfsi: label
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 174 # define float_to_usi __fixunssfsi
1189 /* While libgcc2.c defines its own __fixunssfsi and __fixunsdfsi routines,

Completed in 82 milliseconds

1 2