Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
/freebsd/lib/libc/quad/
H A Dfloatdidf.c42 __floatdidf(quad_t x) in __floatdidf() function