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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixtfti.c 1 /* ===-- fixtfti.c - Implement __fixtfti -----------------------------------===
20 __fixtfti(fp_t a) { function in typeref:typename:COMPILER_RT_ABI ti_int
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixtfti_test.c 1 //===--------------- fixtfti_test.c - Test __fixtfti ----------------------===//
10 // This file tests __fixtfti for the compiler_rt library.
21 ti_int __fixtfti(long double a);
25 ti_int x = __fixtfti(a);
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 97 #define float128_to_int128_round_to_zero __fixtfti

Completed in 12 milliseconds