Home
last modified time | relevance | path

Searched refs:__floatundidf (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dfloatundidf_test.c25 double __floatundidf(du_int a);
29 double x = __floatundidf(a); in test__floatundidf()
/frameworks/compile/libbcc/runtime/test/timing/
Dfloatundidf.c12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]); in main()
/frameworks/compile/libbcc/runtime/lib/
Dfloatundidf.c34 __floatundidf(du_int a) in __floatundidf() function
56 __floatundidf(du_int a) in __floatundidf() function
Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatundidf)
/frameworks/compile/libbcc/runtime/lib/x86_64/
Dfloatundidf.S33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
/frameworks/compile/libbcc/runtime/lib/i386/
Dfloatundidf.S33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h45 extern double __floatundidf(du_int);
DRuntime.def161 DEF_LLVM_RUNTIME(__floatundidf)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst92 __floatundidf : double (unsigned long i) // (double)i [[llvm]]
DREADME.txt148 double __floatundidf(du_int a);