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

1 2

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
floatundidf.c 33 __floatundidf (UDItype i) function
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
floatundidf.c 35 __floatundidf (UDItype i) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundidf.S 1 //===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
50 END_COMPILERRT_FUNCTION(__floatundidf)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundidf.S 1 //===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
38 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
47 END_COMPILERRT_FUNCTION(__floatundidf)
  /src/lib/libc/quad/
floatundidf.c 56 __floatundidf(u_quad_t x) function
floatundidf_ieee754.c 49 __floatundidf(u_quad_t x) function
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundidf.c 1 /* ===-- floatundidf.c - Implement __floatundidf ---------------------------===
10 * This file implements __floatundidf for the compiler_rt library.
31 __floatundidf(du_int a) function
53 __floatundidf(du_int a) function
109 return __floatundidf(a);
112 AEABI_RTABI double __aeabi_ul2d(du_int a) COMPILER_RT_ALIAS(__floatundidf); variable
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatundidf.c 12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]);
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
floatundidf.c 12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]);
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatundidf_test.c 1 //===-- floatundidf_test.c - Test __floatundidf ---------------------------===//
10 // This file tests __floatundidf for the compiler_rt library.
25 double __floatundidf(du_int a);
29 double x = __floatundidf(a);
31 printf("error in __floatundidf(%llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatundidf_test.c 1 //===-- floatundidf_test.c - Test __floatundidf ---------------------------===//
10 // This file tests __floatundidf for the compiler_rt library.
25 COMPILER_RT_ABI double __floatundidf(du_int a);
29 double x = __floatundidf(a);
31 printf("error in __floatundidf(%llX) = %a, expected %a\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 75 #define uint64_to_float64 __floatundidf
197 #define __floatundidf __aeabi_ul2d macro
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-fp.c 37 extern DFtype __floatundidf (UDItype);
91 __floatundidf (UDItype u) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-fp.c 37 extern DFtype __floatundidf (UDItype);
91 __floatundidf (UDItype u) function
  /src/common/lib/libc/quad/
quad.h 135 double __floatundidf(u_quad_t);
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
sfp-machine.h 97 #define __floatundidf __aeabi_ul2d macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
sfp-machine.h 97 #define __floatundidf __aeabi_ul2d macro
  /src/lib/libc_fp/arch/mips/
fpdf.S 161 LEAF_NOPROFILE(__floatundidf)
173 END(__floatundidf)
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 313 #define __floatundidf __NDW(floatun,df) macro
481 extern DFtype __floatundidf (UDWtype);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 300 #define __floatundidf __NDW(floatun,df) macro
457 extern DFtype __floatundidf (UDWtype);
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
ieee754-df.S 2200 .global __floatundidf
2201 .type __floatundidf, @function
2202 __floatundidf: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
ieee754-df.S 2200 .global __floatundidf
2201 .type __floatundidf, @function
2202 __floatundidf: label
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4818 .global __floatundidf
4819 .type __floatundidf, @function
4820 __floatundidf: label
4908 .size __floatundidf, .-__floatundidf
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 4818 .global __floatundidf
4819 .type __floatundidf, @function
4820 __floatundidf: label
4908 .size __floatundidf, .-__floatundidf
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 123 f7_double_t __floatundidf (uint64_t x) function

Completed in 46 milliseconds

1 2