Home
last modified time | relevance | path

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

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