Searched defs:__floatdisf (Results 1 – 2 of 2) sorted by relevance
9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
26 COMPILER_RT_ABI float __floatdisf(di_int a) { return __floatXiYf__(a); } in __floatdisf() function