Searched refs:__floatundisf (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundisf.c1 //===-- floatundisf.c - Implement __floatundisf ---------------------------===//
9 // This file implements __floatundisf for the compiler_rt library.
22 COMPILER_RT_ABI float __floatundisf(du_int a) { function
68 AEABI_RTABI float __aeabi_ul2f(du_int a) { return __floatundisf(a); }
70 COMPILER_RT_ALIAS(__floatundisf, __aeabi_ul2f)
H A Dmingw_fixfloat.c18 COMPILER_RT_ABI float __floatundisf(du_int a);
34 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); }
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatundisf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundisf.S7 // float __floatundisf(du_int a);
21 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
34 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S7 // float __floatundisf(du_int a);
32 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
46 END_COMPILERRT_FUNCTION(__floatundisf)
77 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
104 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h74 #define uint64_to_float32 __floatundisf

Completed in 48 milliseconds