Home
last modified time | relevance | path

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

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