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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunstfti.c 19 __fixunstfti(fp_t a) { function in typeref:typename:COMPILER_RT_ABI tu_int
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunstfti_test.c 1 //===-- fixunstfti_test.c - Test __fixunstfti -----------------------------===//
10 // This file tests __fixunstfti for the compiler_rt library.
29 COMPILER_RT_ABI tu_int __fixunstfti(long double a);
33 tu_int x = __fixunstfti(a);
42 printf("error in __fixunstfti(%.20Lf) = 0x%.16llX%.16llX, "
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 112 #define float128_to_uint128_round_to_zero __fixunstfti

Completed in 12 milliseconds