OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powisf2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
powisf2.c
1
/*===-- powisf2.cpp - Implement
__powisf2
---------------------------------===
10
* This file implements
__powisf2
for the compiler_rt library.
20
__powisf2
(float a, si_int b)
function
apple_versioning.c
131
NOT_HERE_BEFORE_10_6(
__powisf2
)
318
NOT_HERE_UNTIL_AFTER_4_3(
__powisf2
)
/external/compiler-rt/test/builtins/Unit/
powisf2_test.c
1
//===-- powisf2_test.cpp - Test
__powisf2
---------------------------------===//
10
// This file tests
__powisf2
for the compiler_rt library.
20
float
__powisf2
(float a, si_int b);
24
float x =
__powisf2
(a, b);
27
printf("error in
__powisf2
(%f, %d) = %f, expected %f\n",
Completed in 315 milliseconds