HomeSort by: relevance | last modified time | path
    Searched defs:__floatundidf (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/quad/
floatundidf.c 56 __floatundidf(u_quad_t x) function in typeref:typename:double
floatundidf_ieee754.c 49 __floatundidf(u_quad_t x) function in typeref:typename:double
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundidf.c 1 /* ===-- floatundidf.c - Implement __floatundidf ---------------------------===
10 * This file implements __floatundidf for the compiler_rt library.
31 __floatundidf(du_int a) function in typeref:typename:COMPILER_RT_ABI double
53 __floatundidf(du_int a) function in typeref:typename:COMPILER_RT_ABI double
109 return __floatundidf(a);
112 AEABI_RTABI double __aeabi_ul2d(du_int a) COMPILER_RT_ALIAS(__floatundidf);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 75 #define uint64_to_float64 __floatundidf
197 #define __floatundidf __aeabi_ul2d macro

Completed in 13 milliseconds