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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dpowixf2.c1 //===-- powixf2.cpp - Implement __powixf2 ---------------------------------===//
9 // This file implements __powixf2 for the compiler_rt library.
19 COMPILER_RT_ABI long double __powixf2(long double a, si_int b) { function
H A Dapple_versioning.c128 NOT_HERE_BEFORE_10_6(__powixf2)
/barrelfish-master/lib/compiler-rt/test/
H A Dpowixf2_test.c4 //===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
12 // This file tests __powixf2 for the compiler_rt library.
24 COMPILER_RT_ABI long double __powixf2(long double a, si_int b);
28 long double x = __powixf2(a, b);
31 printf("error in __powixf2(%Lf, %d) = %Lf, expected %Lf\n",

Completed in 87 milliseconds