Home
last modified time | relevance | path

Searched refs:__fixdfdi (Results 1 – 13 of 13) 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 di_int __fixdfdi(double a);
29 di_int x = __fixdfdi(a); in test__fixdfdi()
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc39 EXPLICIT_SYMBOL(__fixdfdi)
/external/llvm/test/CodeGen/SPARC/
Dfloat.ll126 ; V8: call __fixdfdi
130 ; V9: call __fixdfdi
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-fp64.ll58 ; CHECK: __fixdfdi
/external/llvm/include/llvm/Config/
Dconfig.h.in372 /* Have host's __fixdfdi */
Dconfig.h.cmake384 /* Have host's __fixdfdi */
/external/llvm/cmake/
Dconfig-ix.cmake197 check_function_exists(__fixdfdi HAVE___FIXDFDI)
/external/llvm/autoconf/
Dconfigure.ac1883 AC_CHECK_LIB(gcc,__fixdfdi,AC_DEFINE([HAVE___FIXDFDI],[1],[Have host's __fixdfdi]))
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch732 +/* Have host's __fixdfdi */
1706 +/* Have host's __fixdfdi */
/external/llvm/
Dconfigure16036 char __fixdfdi ();
16040 return __fixdfdi ();