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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floattidf.c 1 /* ===-- floattidf.c - Implement __floattidf -------------------------------===
10 * This file implements __floattidf for the compiler_rt library.
28 __floattidf(ti_int a) function in typeref:typename:COMPILER_RT_ABI double
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floattidf_test.c 1 //===-- floattidf.c - Test __floattidf ------------------------------------===//
10 // This file tests __floattidf for the compiler_rt library.
27 double __floattidf(ti_int a);
31 double x = __floattidf(a);
36 printf("error in __floattidf(0x%.16llX%.16llX) = %a, expected %a\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floattidf_test.c 1 //===-- floattidf.c - Test __floattidf ------------------------------------===//
10 // This file tests __floattidf for the compiler_rt library.
27 COMPILER_RT_ABI double __floattidf(ti_int a);
31 double x = __floattidf(a);
36 printf("error in __floattidf(0x%.16llX%.16llX) = %a, expected %a\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 65 #define int128_to_float64 __floattidf

Completed in 15 milliseconds