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

/frameworks/compile/libbcc/runtime/lib/
H A Dfloatundixf.c1 /* ===-- floatundixf.c - Implement __floatundixf ---------------------------===
10 * This file implements __floatundixf for the compiler_rt library.
29 __floatundixf(du_int a) function
H A Dapple_versioning.c92 NOT_HERE_BEFORE_10_6(__floatundixf)
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A Dfloatundixf.S6 // long double __floatundixf(du_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
48 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
/frameworks/compile/libbcc/runtime/lib/i386/
H A Dfloatundixf.S6 // long double __floatundixf(du_int a);16
23 DEFINE_COMPILERRT_FUNCTION(__floatundixf)
/frameworks/compile/libbcc/runtime/test/timing/
H A Dfloatundixf.c6 #define FUNCTION_NAME __floatundixf
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dfloatundixf_test.c1 //===-- floatundixf_test.c - Test __floatundixf ---------------------------===//
10 // This file tests __floatundixf for the compiler_rt library.
27 long double __floatundixf(du_int a);
31 long double x = __floatundixf(a);
33 printf("error in __floatundixf(%llX) = %LA, expected %LA\n",

Completed in 419 milliseconds