Home
last modified time | relevance | path

Searched refs:__floatunsisf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsisf.c20 COMPILER_RT_ABI fp_t __floatunsisf(su_int a) { in __floatunsisf() function
53 AEABI_RTABI fp_t __aeabi_ui2f(unsigned int a) { return __floatunsisf(a); } in __aeabi_ui2f()
55 COMPILER_RT_ALIAS(__floatunsisf, __aeabi_ui2f)
H A Dapple_versioning.c268 NOT_HERE_UNTIL_AFTER_4_3(__floatunsisf)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h68 #define uint32_to_float32 __floatunsisf
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def423 HANDLE_LIBCALL(UINTTOFP_I32_F32, "__floatunsisf")