OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__powisf2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
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
122
NOT_HERE_BEFORE_10_6(
__powisf2
)
/frameworks/compile/libbcc/runtime/test/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",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
72
extern float
__powisf2
(float, si_int);
Runtime.def
224
DEF_LLVM_RUNTIME(
__powisf2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
192
float
__powisf2
( float a, si_int b); // a ^ b
286
assert(
__powisf2
(2.0, 2) == 4.0);
Completed in 778 milliseconds