OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powidf2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
powidf2.c
1
/* ===-- powidf2.cpp - Implement
__powidf2
---------------------------------===
10
* This file implements
__powidf2
for the compiler_rt library.
20
__powidf2
(double a, si_int b)
function
apple_versioning.c
121
NOT_HERE_BEFORE_10_6(
__powidf2
)
/frameworks/compile/libbcc/runtime/test/Unit/
powidf2_test.c
1
//===-- powidf2_test.cpp - Test
__powidf2
---------------------------------===//
10
// This file tests
__powidf2
for the compiler_rt library.
20
double
__powidf2
(double a, si_int b);
24
double x =
__powidf2
(a, b);
27
printf("error in
__powidf2
(%f, %d) = %f, expected %f\n",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
71
extern double
__powidf2
(double, si_int);
Runtime.def
223
DEF_LLVM_RUNTIME(
__powidf2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
193
double
__powidf2
( double a, si_int b); // a ^ b
287
assert(
__powidf2
(2.0, 2) == 4.0);
Completed in 26 milliseconds