OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__modti3
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/
modti3.c
1
/* ===-- modti3.c - Implement
__modti3
-------------------------------------===
10
* This file implements
__modti3
for the compiler_rt library.
24
__modti3
(ti_int a, ti_int b)
function
apple_versioning.c
100
NOT_HERE_BEFORE_10_6(
__modti3
)
/frameworks/compile/libbcc/runtime/lib/
modti3.c
1
/* ===-- modti3.c - Implement
__modti3
-------------------------------------===
10
* This file implements
__modti3
for the compiler_rt library.
24
__modti3
(ti_int a, ti_int b)
function
apple_versioning.c
100
NOT_HERE_BEFORE_10_6(
__modti3
)
/external/compiler-rt/test/Unit/
modti3_test.c
1
//===-- modti3_test.c - Test
__modti3
-------------------------------------===//
10
// This file tests
__modti3
for the compiler_rt library.
21
ti_int
__modti3
(ti_int a, ti_int b);
25
ti_int x =
__modti3
(a, b);
36
printf("error in
__modti3
: 0x%.16llX%.16llX %% 0x%.16llX%.16llX = "
/frameworks/compile/libbcc/runtime/test/Unit/
modti3_test.c
1
//===-- modti3_test.c - Test
__modti3
-------------------------------------===//
10
// This file tests
__modti3
for the compiler_rt library.
21
ti_int
__modti3
(ti_int a, ti_int b);
25
ti_int x =
__modti3
(a, b);
36
printf("error in
__modti3
: 0x%.16llX%.16llX %% 0x%.16llX%.16llX = "
Completed in 1499 milliseconds