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

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

Completed in 19 milliseconds