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

  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
float_unsdisf.c 23 float __floatundisf (unsigned long long x);
25 float __floatundisf (unsigned long long x) function
28 This file is solely used to provide the __floatundisf function
  /src/lib/libc/quad/
floatundisf_ieee754.c 44 float __floatundisf(u_quad_t);
50 __floatundisf(u_quad_t x) function
floatundisf.c 55 __floatundisf(u_quad_t x) function
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
floatundisf.c 33 __floatundisf (UDItype i) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
floatundisf.c 35 __floatundisf (UDItype i) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundisf.c 1 /*===-- floatundisf.c - Implement __floatundisf ---------------------------===
10 * This file implements __floatundisf for the compiler_rt library.
26 __floatundisf(du_int a) function
80 return __floatundisf(a);
83 AEABI_RTABI float __aeabi_ul2f(du_int a) COMPILER_RT_ALIAS(__floatundisf); variable
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 39 extern SFtype __floatundisf (UDItype);
128 __floatundisf (UDItype u) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 39 extern SFtype __floatundisf (UDItype);
128 __floatundisf (UDItype u) function
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 79 #define __floatundisf __aeabi_ul2f macro
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4727 .global __floatundisf
4728 .type __floatundisf, @function
4729 __floatundisf: label
4794 .size __floatundisf, .-__floatundisf
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-sf.S 1740 .global __floatundisf
1741 .type __floatundisf, @function
1742 __floatundisf: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 79 #define __floatundisf __aeabi_ul2f macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4727 .global __floatundisf
4728 .type __floatundisf, @function
4729 __floatundisf: label
4794 .size __floatundisf, .-__floatundisf
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-sf.S 1740 .global __floatundisf
1741 .type __floatundisf, @function
1742 __floatundisf: label
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 74 #define uint64_to_float32 __floatundisf
196 #define __floatundisf __aeabi_ul2f macro
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 314 #define __floatundisf __NDW(floatun,sf) macro
471 extern SFtype __floatundisf (UDWtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 301 #define __floatundisf __NDW(floatun,sf) macro
447 extern SFtype __floatundisf (UDWtype);

Completed in 77 milliseconds