Searched refs:__floatdixf (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c5 // long double __floatdixf(di_int a);
11 long double __floatdixf(int64_t a) { return (long double)a; } function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdixf.S7 // long double __floatdixf(di_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatdixf)
29 END_COMPILERRT_FUNCTION(__floatdixf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdixf.c1 //===-- floatdixf.c - Implement __floatdixf -------------------------------===//
9 // This file implements __floatdixf for the compiler_rt library.
26 COMPILER_RT_ABI long double __floatdixf(di_int a) { function
H A Dapple_versioning.c89 NOT_HERE_BEFORE_10_6(__floatdixf)
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h61 #define int64_to_floatx80 __floatdixf

Completed in 134 milliseconds