Searched defs:__floatdisf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } function
/freebsd-current/lib/libc/quad/
H A Dfloatdisf.c42 __floatdisf(quad_t x) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdisf.c26 COMPILER_RT_ABI float __floatdisf(di_int a) { return __floatXiYf__(a); } function

Completed in 75 milliseconds