OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__negvdi2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
negvdi2.c
1
/* ===-- negvdi2.c - Implement
__negvdi2
-----------------------------------===
10
* This file implements
__negvdi2
for the compiler_rt library.
23
__negvdi2
(di_int a)
function
apple_versioning.c
112
NOT_HERE_BEFORE_10_6(
__negvdi2
)
/frameworks/compile/libbcc/runtime/test/Unit/
negvdi2_test.c
1
//===-- negvdi2_test.c - Test
__negvdi2
-----------------------------------===//
10
// This file tests
__negvdi2
for the compiler_rt library.
21
di_int
__negvdi2
(di_int a);
25
di_int x =
__negvdi2
(a);
28
printf("error in
__negvdi2
(0x%llX) = %lld, expected %lld\n",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
65
extern di_int
__negvdi2
(di_int);
Runtime.def
214
DEF_LLVM_RUNTIME(
__negvdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
150
di_int
__negvdi2
(di_int a); // -a
267
assert(
__negvdi2
(2) == -2);
Completed in 2036 milliseconds