Home
last modified time | relevance | path

Searched refs:__floatunsidf (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfloatunsidf.c22 __floatunsidf(unsigned int a) { in __floatunsidf() function
45 return __floatunsidf(a); in __aeabi_ui2d()
48 AEABI_RTABI fp_t __aeabi_ui2d(unsigned int a) COMPILER_RT_ALIAS(__floatunsidf);
H A Dapple_versioning.c274 NOT_HERE_UNTIL_AFTER_4_3(__floatunsidf)
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) in __floatunsidf() function
/freebsd-12.1/contrib/gcc/config/
H A Dfloatunsidf.c7 __floatunsidf (USItype u) in __floatunsidf() function
H A Dfp-bit.h249 # define usi_to_float __floatunsidf
311 # define usi_to_float __floatunsidf
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h70 #define uint32_to_float64 __floatunsidf
/freebsd-12.1/contrib/gcc/
H A Dlibgcc-std.ver264 __floatunsidf
H A DChangeLog-20051523 __floatunsidf, __floatunsisf, __floatunsixf): New functions.
2656 * doc/libgcc.texi (__floatunsisf, __floatunsidf, __floatunsitf,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def326 HANDLE_LIBCALL(UINTTOFP_I32_F64, "__floatunsidf")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi366 @deftypefnx {Runtime Function} double __floatunsidf (unsigned int @var{i})