OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__negvti2
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
negvti2.c
1
/*===-- negvti2.c - Implement
__negvti2
-----------------------------------===
10
*This file implements
__negvti2
for the compiler_rt library.
25
__negvti2
(ti_int a)
function
apple_versioning.c
114
NOT_HERE_BEFORE_10_6(
__negvti2
)
/frameworks/compile/libbcc/runtime/test/Unit/
negvti2_test.c
1
//===-- negvti2_test.c - Test
__negvti2
-----------------------------------===//
10
// This file tests
__negvti2
for the compiler_rt library.
23
ti_int
__negvti2
(ti_int a);
28
ti_int x =
__negvti2
(a);
38
printf("error in
__negvti2
(0x%.16llX%.16llX) = 0x%.16llX%.16llX, "
Completed in 1053 milliseconds