Home
last modified time | relevance | path

Searched refs:__powidf2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dpowidf2_test.c20 double __powidf2(double a, si_int b);
24 double x = __powidf2(a, b); in test__powidf2()
/frameworks/compile/libbcc/runtime/lib/
Dpowidf2.c20 __powidf2(double a, si_int b) in __powidf2() function
Dapple_versioning.c121 NOT_HERE_BEFORE_10_6(__powidf2)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h71 extern double __powidf2(double, si_int);
DRuntime.def223 DEF_LLVM_RUNTIME(__powidf2)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst111 __powidf2 : double (double a, int b) // a**b [[llvm]]
DREADME.txt159 double __powidf2( double a, si_int b); // a ^ b