Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 xf_float __floatdixf(int64_t a) { return (xf_float)a; } in __floatdixf() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdixf.c26 COMPILER_RT_ABI xf_float __floatdixf(di_int a) { in __floatdixf() function