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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floattixf.c 1 /* ===-- floattixf.c - Implement __floattixf -------------------------------===
10 * This file implements __floattixf for the compiler_rt library.
30 __floattixf(ti_int a) function in typeref:typename:COMPILER_RT_ABI long double
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
floattixf_test.c 1 //===-- floattixf.c - Test __floattixf ------------------------------------===//
10 // This file tests __floattixf for the compiler_rt library.
28 long double __floattixf(ti_int a);
32 long double x = __floattixf(a);
37 printf("error in __floattixf(0x%.16llX%.16llX) = %LA, expected %LA\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floattixf_test.c 1 //===-- floattixf.c - Test __floattixf ------------------------------------===//
10 // This file tests __floattixf for the compiler_rt library.
28 COMPILER_RT_ABI long double __floattixf(ti_int a);
32 long double x = __floattixf(a);
37 printf("error in __floattixf(0x%.16llX%.16llX) = %LA, expected %LA\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 66 #define int128_to_floatx80 __floattixf

Completed in 16 milliseconds