Searched refs:__floatditf (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatditf_test.c4 COMPILER_RT_ABI long double __floatditf(int64_t);
18 computed.ld = __floatditf(tests[i].input);
/external/compiler-rt/lib/builtins/
H A Dfloatditf.c20 COMPILER_RT_ABI fp_t __floatditf(di_int a) { function
H A Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatditf)
/external/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c5 /* long double __floatditf(long long x); */
10 long double __floatditf(int64_t a) { function
/external/compiler-rt/test/builtins/Unit/
H A Dfloatditf_test.c1 //===-- 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, "
/external/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp198 UNIMPLEMENTED(__floatditf)

Completed in 906 milliseconds