Searched refs:__fixxfti (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/
H A Dfixxfti.c1 /* ===-- fixxfti.c - Implement __fixxfti -----------------------------------===
10 * This file implements __fixxfti for the compiler_rt library.
31 __fixxfti(long double a) function
H A Dapple_versioning.c81 NOT_HERE_BEFORE_10_6(__fixxfti)
/external/compiler-rt/test/Unit/
H A Dfixxfti_test.c1 //===-- 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",

Completed in 175 milliseconds