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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunsxfti.c 1 /* ===-- fixunsxfti.c - Implement __fixunsxfti -----------------------------===
10 * This file implements __fixunsxfti for the compiler_rt library.
33 __fixunsxfti(long double a) function in typeref:typename:COMPILER_RT_ABI tu_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunsxfti_test.c 1 //===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
10 // This file tests __fixunsxfti for the compiler_rt library.
30 tu_int __fixunsxfti(long double a);
34 tu_int x = __fixunsxfti(a);
41 printf("error in __fixunsxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunsxfti_test.c 1 //===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
10 // This file tests __fixunsxfti for the compiler_rt library.
30 COMPILER_RT_ABI tu_int __fixunsxfti(long double a);
34 tu_int x = __fixunsxfti(a);
41 printf("error in __fixunsxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 111 #define floatx80_to_uint128_round_to_zero __fixunsxfti

Completed in 11 milliseconds