HomeSort by relevance Sort by last modified time
    Searched refs:__floatditf (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/builtins/Unit/ppc/
floatditf_test.c 4 COMPILER_RT_ABI long double __floatditf(int64_t);
18 computed.ld = __floatditf(tests[i].input);
  /external/compiler-rt/lib/builtins/
floatditf.c 20 COMPILER_RT_ABI fp_t __floatditf(di_int a) { function
apple_versioning.c 93 NOT_HERE_BEFORE_10_6(__floatditf)
  /external/compiler-rt/lib/builtins/ppc/
floatditf.c 5 /* long double __floatditf(long long x); */
10 long double __floatditf(int64_t a) { function
  /external/compiler-rt/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, "

Completed in 153 milliseconds