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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dpowitf2.c1 //===-- powitf2.cpp - Implement __powitf2 ---------------------------------===//
9 // This file implements __powitf2 for the compiler_rt library.
19 COMPILER_RT_ABI long double __powitf2(long double a, si_int b) { function
H A Dapple_versioning.c127 NOT_HERE_BEFORE_10_6(__powitf2)
/barrelfish-master/lib/compiler-rt/test/
H A Dpowitf2_test.c2 //===-- powitf2_test.cpp - Test __powitf2 ---------------------------------===//
10 // This file tests __powitf2 for the compiler_rt library.
23 COMPILER_RT_ABI long double __powitf2(long double a, si_int b);
27 long double x = __powitf2(a, b);
30 printf("error in __powitf2(%Lf, %d) = %Lf, expected %Lf\n",

Completed in 77 milliseconds