HomeSort by: relevance | last modified time | path
    Searched defs:__floatdisf (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdisf.c 9 float __floatdisf(int64_t a) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
float_disf.c 23 float __floatdisf (long long x);
25 float __floatdisf (long long x) function
28 This file is solely used to provide the __floatdisf functions
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
floatdisf.c 33 __floatdisf (DItype i) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
floatdisf.c 35 __floatdisf (DItype i) function
  /src/lib/libc/quad/
floatdisf.c 55 __floatdisf(quad_t x) function
floatdisf_ieee754.c 45 float __floatdisf(quad_t);
51 __floatdisf(quad_t x) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdisf.c 1 /*===-- floatdisf.c - Implement __floatdisf -------------------------------===
10 * This file implements __floatdisf for the compiler_rt library.
26 __floatdisf(di_int a) function
83 return __floatdisf(a);
86 AEABI_RTABI float __aeabi_l2f(di_int a) COMPILER_RT_ALIAS(__floatdisf); variable
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 38 extern SFtype __floatdisf (DItype);
103 __floatdisf (DItype u) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 38 extern SFtype __floatdisf (DItype);
103 __floatdisf (DItype u) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 80 #define __floatdisf __aeabi_l2f macro
88 #define __floatdisf __aeabi_l2f macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4384 .global __floatdisf
4385 .type __floatdisf, @function
4386 __floatdisf: label
4462 .size __floatdisf, .-__floatdisf
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1754 .global __floatdisf
1755 .type __floatdisf, @function
1756 __floatdisf: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 80 #define __floatdisf __aeabi_l2f macro
88 #define __floatdisf __aeabi_l2f macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4384 .global __floatdisf
4385 .type __floatdisf, @function
4386 __floatdisf: label
4462 .size __floatdisf, .-__floatdisf
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1754 .global __floatdisf
1755 .type __floatdisf, @function
1756 __floatdisf: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 59 #define int64_to_float32 __floatdisf
190 #define __floatdisf __aeabi_l2f macro
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 310 #define __floatdisf __NDW(float,sf) macro
470 extern SFtype __floatdisf (DWtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 297 #define __floatdisf __NDW(float,sf) macro
446 extern SFtype __floatdisf (DWtype);

Completed in 44 milliseconds