OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__absvsi2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
absvsi2.c
1
/* ===-- absvsi2.c - Implement
__absvsi2
-----------------------------------===
10
* This file implements
__absvsi2
for the compiler_rt library.
23
__absvsi2
(si_int a)
function
apple_versioning.c
38
NOT_HERE_BEFORE_10_6(
__absvsi2
)
/frameworks/compile/libbcc/runtime/test/Unit/
absvsi2_test.c
1
//===-- absvsi2_test.c - Test
__absvsi2
-----------------------------------===//
10
// This file tests
__absvsi2
for the compiler_rt library.
22
si_int
__absvsi2
(si_int a);
26
si_int x =
__absvsi2
(a);
31
printf("error in
__absvsi2
(0x%X) = %d, expected positive %d\n",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
11
extern si_int
__absvsi2
(si_int);
Runtime.def
29
DEF_LLVM_RUNTIME(
__absvsi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
146
si_int
__absvsi2
(si_int a); // abs(a)
264
assert(
__absvsi2
(-2) == 2);
Completed in 263 milliseconds