Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
52 COMPILER_RT_ABI double __floatdidf(di_int a) { return __floatXiYf__(a); } in __floatdidf() function
/freebsd-src/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-src/lib/libc/quad/
H A Dfloatdidf.c42 __floatdidf(quad_t x) in __floatdidf() function