Home
last modified time | relevance | path

Searched refs:__fixdfdi (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfixdfdi.c23 __fixdfdi(double a) in __fixdfdi() function
42 __fixdfdi(fp_t a) {
Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixdfdi)
254 NOT_HERE_UNTIL_AFTER_4_3(__fixdfdi)
DREADME.txt130 di_int __fixdfdi( double a);
/external/compiler-rt/test/builtins/Unit/
Dfixdfdi_test.c25 COMPILER_RT_ABI di_int __fixdfdi(double a);
29 di_int x = __fixdfdi(a); in test__fixdfdi()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc33 EXPLICIT_SYMBOL(__fixdfdi)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc39 EXPLICIT_SYMBOL(__fixdfdi)
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll127 ; V8: call __fixdfdi
131 ; V9: call __fixdfdi
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-fp64.ll58 ; CHECK: __fixdfdi
/external/llvm/test/CodeGen/X86/
Dsoft-sitofp.ll70 ; CHECK: call{{l|q}} __fixdfdi
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake167 check_function_exists(__fixdfdi HAVE___FIXDFDI)
/external/llvm/cmake/
Dconfig-ix.cmake223 check_function_exists(__fixdfdi HAVE___FIXDFDI)
/external/llvm/include/llvm/Config/
Dconfig.h.cmake382 /* Have host's __fixdfdi */
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in507 /* Have host's __fixdfdi */
Dconfig.h.cmake509 /* Have host's __fixdfdi */
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1305 AC_CHECK_LIB(gcc,__fixdfdi,AC_DEFINE([HAVE___FIXDFDI],[1],[Have host's __fixdfdi]))
/external/swiftshader/third_party/LLVM/
Dconfigure16773 char __fixdfdi ();
16777 return __fixdfdi ();