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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdidf.c 5 /* double __floatdidf(di_int a); */
11 double __floatdidf(int64_t a) function in typeref:typename:double
  /src/lib/libc/quad/
floatdidf.c 55 __floatdidf(quad_t x) function in typeref:typename:double
floatdidf_ieee754.c 45 double __floatdidf(quad_t);
51 __floatdidf(quad_t x) function in typeref:typename:double
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdidf.c 1 /*===-- floatdidf.c - Implement __floatdidf -------------------------------===
10 * This file implements __floatdidf for the compiler_rt library.
31 __floatdidf(di_int a) function in typeref:typename:COMPILER_RT_ABI double
51 __floatdidf(di_int a) function in typeref:typename:COMPILER_RT_ABI double
110 return __floatdidf(a);
113 AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(__floatdidf);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 60 #define int64_to_float64 __floatdidf
191 #define __floatdidf __aeabi_l2d macro

Completed in 13 milliseconds