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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
floatditf_test.c 4 long double __floatditf(int64_t);
18 computed.ld = __floatditf(tests[i].input);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
floatditf_test.c 4 COMPILER_RT_ABI long double __floatditf(int64_t);
18 computed.ld = __floatditf(tests[i].input);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatditf.c 20 COMPILER_RT_ABI fp_t __floatditf(di_int a) { function in typeref:typename:COMPILER_RT_ABI fp_t
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
floatditf.c 5 /* long double __floatditf(long long x); */
10 long double __floatditf(int64_t a) { function in typeref:typename:long double
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatditf_test.c 1 //===-- floatditf_test.c - Test __floatditf -------------------------------===//
10 // This file tests __floatditf for the compiler_rt library.
25 COMPILER_RT_ABI long double __floatditf(long long a);
29 long double x = __floatditf(a);
33 printf("error in __floatditf(%Ld) = %.20Lf, "
  /src/common/lib/libc/quad/
quad.h 131 long double __floatditf(quad_t);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 62 #define int64_to_float128 __floatditf

Completed in 65 milliseconds