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