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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dfloattixf.c1 //===-- floattixf.c - Implement __floattixf -------------------------------===//
9 // This file implements __floattixf for the compiler_rt library.
26 COMPILER_RT_ABI long double __floattixf(ti_int a) { function
H A Dapple_versioning.c92 NOT_HERE_BEFORE_10_6(__floattixf)
/barrelfish-master/lib/compiler-rt/test/
H A Dfloattixf_test.c4 //===-- floattixf.c - Test __floattixf ------------------------------------===//
12 // This file tests __floattixf for the compiler_rt library.
30 COMPILER_RT_ABI long double __floattixf(ti_int a);
34 long double x = __floattixf(a);
39 printf("error in __floattixf(0x%.16llX%.16llX) = %LA, expected %LA\n",

Completed in 37 milliseconds