OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__absvsi2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
absvsi2.c
1
/* ===-- absvsi2.c - Implement
__absvsi2
-----------------------------------===
10
* This file implements
__absvsi2
for the compiler_rt library.
22
__absvsi2
(si_int a)
function in typeref:typename:COMPILER_RT_ABI si_int
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
absvsi2_test.c
1
//===-- absvsi2_test.c - Test
__absvsi2
-----------------------------------===//
10
// This file tests
__absvsi2
for the compiler_rt library.
22
si_int
__absvsi2
(si_int a);
26
si_int x =
__absvsi2
(a);
31
printf("error in
__absvsi2
(0x%X) = %d, expected positive %d\n",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
absvsi2_test.c
1
//===-- absvsi2_test.c - Test
__absvsi2
-----------------------------------===//
10
// This file tests
__absvsi2
for the compiler_rt library.
22
COMPILER_RT_ABI si_int
__absvsi2
(si_int a);
26
si_int x =
__absvsi2
(a);
31
printf("error in
__absvsi2
(0x%X) = %d, expected positive %d\n",
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025