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

/frameworks/compile/libbcc/runtime/lib/
H A Dpowitf2.c1 /* ===-- powitf2.cpp - Implement __powitf2 ---------------------------------===
10 * This file implements __powitf2 for the compiler_rt library.
22 __powitf2(long double a, si_int b) function
H A Dapple_versioning.c123 NOT_HERE_BEFORE_10_6(__powitf2)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dpowitf2_test.c1 //===-- powitf2_test.cpp - Test __powitf2 ---------------------------------===//
10 // This file tests __powitf2 for the compiler_rt library.
22 long double __powitf2(long double a, si_int b);
26 long double x = __powitf2(a, b);
29 printf("error in __powitf2(%Lf, %d) = %Lf, expected %Lf\n",

Completed in 66 milliseconds