OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__negdi2
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
negdi2.c
1
/* ===-- negdi2.c - Implement
__negdi2
-------------------------------------===
10
* This file implements
__negdi2
for the compiler_rt library.
20
__negdi2
(di_int a)
function
apple_versioning.c
110
NOT_HERE_BEFORE_10_6(
__negdi2
)
/frameworks/compile/libbcc/runtime/test/Unit/
negdi2_test.c
1
//===-- negdi2_test.c - Test
__negdi2
-------------------------------------===//
10
// This file tests
__negdi2
for the compiler_rt library.
19
di_int
__negdi2
(di_int a);
23
di_int x =
__negdi2
(a);
25
printf("error in
__negdi2
: -0x%llX = 0x%llX, expected 0x%llX\n",
/frameworks/compile/libbcc/runtime/test/timing/
negdi2.c
6
#define FUNCTION_NAME
__negdi2
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
64
extern di_int
__negdi2
(di_int);
Runtime.def
210
DEF_LLVM_RUNTIME(
__negdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
136
di_int
__negdi2
(di_int a); // -a
257
assert(
__negdi2
(3) == -3);
Completed in 88 milliseconds