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

/external/compiler-rt/lib/
H A Dfloattidf.c1 /* ===-- floattidf.c - Implement __floattidf -------------------------------===
10 * This file implements __floattidf for the compiler_rt library.
30 __floattidf(ti_int a) function
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floattidf)
/external/compiler-rt/test/Unit/
H A Dfloattidf_test.c1 //===-- floattidf.c - Test __floattidf ------------------------------------===//
10 // This file tests __floattidf for the compiler_rt library.
27 double __floattidf(ti_int a);
31 double x = __floattidf(a);
36 printf("error in __floattidf(0x%.16llX%.16llX) = %a, expected %a\n",

Completed in 415 milliseconds