HomeSort by: relevance | last modified time | path
    Searched refs:__floatunditf (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/gen/
floatunditf_ieee754.c 41 long double __floatunditf(uint64_t x);
47 __floatunditf(uint64_t x) function in typeref:typename:long double
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
floatunditf_test.c 4 long double __floatunditf(uint64_t);
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
floatunditf_test.c 4 COMPILER_RT_ABI long double __floatunditf(uint64_t);
18 computed.ld = __floatunditf(tests[i].input);
22 printf("Error on __floatunditf( 0x%016llx ):\n", tests[i].input);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatunditf.c 20 COMPILER_RT_ABI fp_t __floatunditf(du_int a) { function in typeref:typename:COMPILER_RT_ABI fp_t
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
floatunditf.c 5 /* long double __floatunditf(unsigned long long x); */
10 long double __floatunditf(uint64_t a) { function in typeref:typename:long double
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatunditf_test.c 1 //===-- floatunditf_test.c - Test __floatunditf ---------------------------===//
10 // This file tests __floatunditf for the compiler_rt library.
25 COMPILER_RT_ABI long double __floatunditf(unsigned long long a);
29 long double x = __floatunditf(a);
33 printf("error in __floatunditf(%Lu) = %.20Lf, "
  /src/lib/libc/quad/
floatunditf_ieee754.c 60 __floatunditf(u_quad_t x) function in typeref:typename:long double
  /src/common/lib/libc/quad/
quad.h 134 long double __floatunditf(u_quad_t);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 77 #define uint64_to_float128 __floatunditf

Completed in 15 milliseconds