Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/i386/
Dfloatdixf.S19 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
28 END_COMPILERRT_FUNCTION(__floatdixf)
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dfloatdixf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/external/compiler-rt/test/builtins/Unit/
Dfloatdixf_test.c26 long COMPILER_RT_ABI double __floatdixf(di_int a);
30 long double x = __floatdixf(a); in test__floatdixf()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dfloatdixf_test.c16 long COMPILER_RT_ABI double __floatdixf(di_int a);
20 long double x = __floatdixf(a); in test__floatdixf()
/external/llvm-project/compiler-rt/lib/builtins/x86_64/
Dfloatdixf.c11 long double __floatdixf(int64_t a) { return (long double)a; } in __floatdixf() function
/external/compiler-rt/lib/builtins/x86_64/
Dfloatdixf.c11 long double __floatdixf(int64_t a) in __floatdixf() function
/external/llvm-project/compiler-rt/lib/builtins/
Dfloatdixf.c26 COMPILER_RT_ABI long double __floatdixf(di_int a) { in __floatdixf() function
Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
DREADME.txt161 long double __floatdixf(di_int a);
/external/compiler-rt/lib/builtins/
Dfloatdixf.c30 __floatdixf(di_int a) in __floatdixf() function
Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatdixf)
DREADME.txt153 long double __floatdixf(di_int a);
/external/compiler-rt/test/builtins/timing/
Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf
/external/llvm-project/compiler-rt/test/builtins/timing/
Dfloatdixf.c6 #define FUNCTION_NAME __floatdixf
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def336 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def351 HANDLE_LIBCALL(SINTTOFP_I64_F80, "__floatdixf")