OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__negvdi2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
negvdi2.c
1
/* ===-- negvdi2.c - Implement
__negvdi2
-----------------------------------===
10
* This file implements
__negvdi2
for the compiler_rt library.
22
__negvdi2
(di_int a)
function in typeref:typename:COMPILER_RT_ABI di_int
/src/sys/external/bsd/compiler_rt/dist/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",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negvdi2_test.c
1
//===-- negvdi2_test.c - Test
__negvdi2
-----------------------------------===//
10
// This file tests
__negvdi2
for the compiler_rt library.
21
COMPILER_RT_ABI di_int
__negvdi2
(di_int a);
25
di_int x =
__negvdi2
(a);
28
printf("error in
__negvdi2
(0x%llX) = %lld, expected %lld\n",
Completed in 13 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025