OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divti3
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divti3.c
1
/* ===-- divti3.c - Implement
__divti3
-------------------------------------===
10
* This file implements
__divti3
for the compiler_rt library.
22
__divti3
(ti_int a, ti_int b)
function in typeref:typename:COMPILER_RT_ABI ti_int
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
divti3_test.c
1
//===-- divti3_test.c - Test
__divti3
-------------------------------------===//
10
// This file tests
__divti3
for the compiler_rt library.
21
ti_int
__divti3
(ti_int a, ti_int b);
25
ti_int x =
__divti3
(a, b);
36
printf("error in
__divti3
: 0x%llX%.16llX / 0x%llX%.16llX = "
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
divti3_test.c
1
//===-- divti3_test.c - Test
__divti3
-------------------------------------===//
10
// This file tests
__divti3
for the compiler_rt library.
21
COMPILER_RT_ABI ti_int
__divti3
(ti_int a, ti_int b);
25
ti_int x =
__divti3
(a, b);
36
printf("error in
__divti3
: 0x%llX%.16llX / 0x%llX%.16llX = "
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025