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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunssfti.c 1 /* ===-- fixunssfti.c - Implement __fixunssfti -----------------------------===
10 * This file implements __fixunssfti for the compiler_rt library.
23 __fixunssfti(fp_t a) { function in typeref:typename:COMPILER_RT_ABI tu_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunssfti_test.c 1 //===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
10 // This file tests __fixunssfti for the compiler_rt library.
29 tu_int __fixunssfti(float a);
33 tu_int x = __fixunssfti(a);
40 printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunssfti_test.c 1 //===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
10 // This file tests __fixunssfti for the compiler_rt library.
29 COMPILER_RT_ABI tu_int __fixunssfti(float a);
33 tu_int x = __fixunssfti(a);
40 printf("error in __fixunssfti(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 109 #define float32_to_uint128_round_to_zero __fixunssfti

Completed in 38 milliseconds