Home
last modified time | relevance | path

Searched refs:__floatdidf (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/lib/builtins/i386/
Dfloatdidf.S24 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
37 END_COMPILERRT_FUNCTION(__floatdidf)
/external/compiler-rt/test/builtins/Unit/
Dfloatdidf_test.c25 double __floatdidf(di_int a);
29 double x = __floatdidf(a); in test__floatdidf()
/external/compiler-rt/lib/builtins/
Dfloatdidf.c33 __floatdidf(di_int a) in ARM_EABI_FNALIAS()
53 __floatdidf(di_int a)
Dapple_versioning.c91 NOT_HERE_BEFORE_10_6(__floatdidf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
DREADME.txt152 double __floatdidf(di_int a);
/external/compiler-rt/lib/builtins/x86_64/
Dfloatdidf.c11 double __floatdidf(int64_t a) in __floatdidf() function
/external/compiler-rt/test/builtins/timing/
Dfloatdidf.c6 #define FUNCTION_NAME __floatdidf
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll125 ; V8: call __floatdidf
129 ; V9: call __floatdidf
/external/llvm/include/llvm/Config/
Dconfig.h.in378 /* Have host's __floatdidf */
Dconfig.h.cmake390 /* Have host's __floatdidf */
/external/llvm/cmake/
Dconfig-ix.cmake199 check_function_exists(__floatdidf HAVE___FLOATDIDF)
/external/llvm/autoconf/
Dconfigure.ac1885 AC_CHECK_LIB(gcc,__floatdidf,AC_DEFINE([HAVE___FLOATDIDF],[1],[Have host's __floatdidf]))
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch738 +/* Have host's __floatdidf */
1712 +/* Have host's __floatdidf */
/external/llvm/
Dconfigure16206 char __floatdidf ();
16210 return __floatdidf ();