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

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

Completed in 110 milliseconds