Home
last modified time | relevance | path

Searched defs:__floatdisf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdisf.c26 COMPILER_RT_ABI float __floatdisf(di_int a) { return __floatXiYf__(a); } in __floatdisf() function