OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powitf2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
powitf2.c
1
/* ===-- powitf2.cpp - Implement
__powitf2
---------------------------------===
10
* This file implements
__powitf2
for the compiler_rt library.
22
__powitf2
(long double a, si_int b)
function
apple_versioning.c
123
NOT_HERE_BEFORE_10_6(
__powitf2
)
/external/compiler-rt/test/Unit/
powitf2_test.c
1
//===-- 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 28 milliseconds