OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powidf2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
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
130
NOT_HERE_BEFORE_10_6(
__powidf2
)
317
NOT_HERE_UNTIL_AFTER_4_3(
__powidf2
)
/external/compiler-rt/test/builtins/Unit/
powidf2_test.c
1
//===-- powidf2_test.cpp - Test
__powidf2
---------------------------------===//
10
// This file tests
__powidf2
for the compiler_rt library.
20
COMPILER_RT_ABI double
__powidf2
(double a, si_int b);
24
double x =
__powidf2
(a, b);
27
printf("error in
__powidf2
(%f, %d) = %f, expected %f\n",
Completed in 45 milliseconds