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

/frameworks/compile/libbcc/runtime/lib/x86_64/
H A Dfloatdixf.c5 /* long double __floatdixf(di_int a); */
11 long double __floatdixf(int64_t a) function
/frameworks/compile/libbcc/runtime/lib/i386/
H A Dfloatdixf.S6 // float __floatdixf(di_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
/frameworks/compile/libbcc/runtime/lib/
H A Dfloatdixf.c1 /* ===-- floatdixf.c - Implement __floatdixf -------------------------------===
10 * This file implements __floatdixf for the compiler_rt library.
30 __floatdixf(di_int a) function
H A Dapple_versioning.c85 NOT_HERE_BEFORE_10_6(__floatdixf)
/frameworks/compile/libbcc/runtime/test/timing/
H A Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dfloatdixf_test.c1 //===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
10 // This file tests __floatdixf for the compiler_rt library.
26 long double __floatdixf(di_int a);
30 long double x = __floatdixf(a);
32 printf("error in __floatdixf(%llX) = %LA, expected %LA\n",

Completed in 235 milliseconds