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

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixsfdi.c 1 /* ===-- fixsfdi.c - Implement __fixsfdi -----------------------------------===
22 __fixsfdi(float a) function
41 __fixsfdi(fp_t a) { function
50 return __fixsfdi(a);
53 AEABI_RTABI di_int __aeabi_f2lz(fp_t a) COMPILER_RT_ALIAS(__fixsfdi); variable
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixsfdi.c 33 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
fixsfdi.c 35 __fixsfdi (SFtype a) function
  /src/lib/libc/quad/
fixsfdi.c 58 __fixsfdi(float x) function
fixsfdi_ieee754.c 54 __fixsfdi(float x) function
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixsfdi_test.c 1 //===-- fixsfdi_test.c - Test __fixsfdi -----------------------------------===//
10 // This file tests __fixsfdi for the compiler_rt library.
25 di_int __fixsfdi(float a);
29 di_int x = __fixsfdi(a);
31 printf("error in __fixsfdi(%A) = %llX, expected %llX\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixsfdi_test.c 1 //===-- fixsfdi_test.c - Test __fixsfdi -----------------------------------===//
10 // This file tests __fixsfdi for the compiler_rt library.
25 COMPILER_RT_ABI di_int __fixsfdi(float a);
29 di_int x = __fixsfdi(a);
31 printf("error in __fixsfdi(%A) = %llX, expected %llX\n", a, x, expected);
  /src/external/gpl3/gcc/dist/libgcc/config/s390/32/
_fixsfdi.c 58 DItype_x __fixsfdi (float a1);
62 __fixsfdi (float a1) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
_fixsfdi.c 58 DItype_x __fixsfdi (float a1);
62 __fixsfdi (float a1) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
bpabi-lib.h 49 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \
sfp-machine.h 86 #define __fixsfdi __aeabi_f2lz macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
bpabi-lib.h 49 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \
sfp-machine.h 86 #define __fixsfdi __aeabi_f2lz macro
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 89 #define float32_to_int64_round_to_zero __fixsfdi
202 #define __fixsfdi __aeabi_f2lz macro
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 33 extern DItype __fixsfdi (SFtype);
53 __fixsfdi (SFtype a) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 33 extern DItype __fixsfdi (SFtype);
53 __fixsfdi (SFtype a) function
  /src/common/lib/libc/quad/
quad.h 127 quad_t __fixsfdi(float);
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frv-abi.h 78 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixsfdi,__ftoll)
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frv-abi.h 78 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__fixsfdi,__ftoll)
  /src/lib/libc_fp/arch/mips/
fpsf.S 100 LEAF_NOPROFILE(__fixsfdi)
106 END(__fixsfdi)
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 306 #define __fixsfdi __NDW(fixsf,) macro
469 extern DWtype __fixsfdi (SFtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 293 #define __fixsfdi __NDW(fixsf,) macro
445 extern DWtype __fixsfdi (SFtype);
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1460 .global __fixsfdi
1461 .type __fixsfdi, @function
1462 __fixsfdi: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1460 .global __fixsfdi
1461 .type __fixsfdi, @function
1462 __fixsfdi: label
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 3824 .global __fixsfdi
3825 .type __fixsfdi, @function
3826 __fixsfdi: label
3887 .size __fixsfdi, .-__fixsfdi

Completed in 36 milliseconds

1 2