Home
last modified time | relevance | path

Searched defs:__floatdidf (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
48 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
/external/compiler-rt/lib/builtins/x86_64/
Dfloatdidf.c11 double __floatdidf(int64_t a) in __floatdidf() function
/external/llvm-project/compiler-rt/lib/builtins/x86_64/
Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function