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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixxfti.c 1 /* ===-- fixxfti.c - Implement __fixxfti -----------------------------------===
10 * This file implements __fixxfti for the compiler_rt library.
31 __fixxfti(long double a) function in typeref:typename:COMPILER_RT_ABI ti_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixxfti_test.c 1 //===-- fixxfti_test.c - Test __fixxfti -----------------------------------===//
10 // This file tests __fixxfti for the compiler_rt library.
28 ti_int __fixxfti(long double a);
32 ti_int x = __fixxfti(a);
39 printf("error in __fixxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixxfti_test.c 1 //===-- fixxfti_test.c - Test __fixxfti -----------------------------------===//
10 // This file tests __fixxfti for the compiler_rt library.
28 COMPILER_RT_ABI ti_int __fixxfti(long double a);
32 ti_int x = __fixxfti(a);
39 printf("error in __fixxfti(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 96 #define floatx80_to_int128_round_to_zero __fixxfti

Completed in 13 milliseconds