OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__divsi3
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
divsi3_test.c
1
//===-- divsi3_test.c - Test
__divsi3
-------------------------------------===//
10
// This file tests
__divsi3
for the compiler_rt library.
19
si_int
__divsi3
(si_int a, si_int b);
23
si_int x =
__divsi3
(a, b);
25
printf("error in
__divsi3
: %d / %d = %d, expected %d\n",
/frameworks/compile/libbcc/runtime/lib/
divsi3.c
1
/* ===-- divsi3.c - Implement
__divsi3
-------------------------------------===
10
* This file implements
__divsi3
for the compiler_rt library.
22
__divsi3
(si_int a, si_int b)
function
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
31
extern si_int
__divsi3
(si_int, si_int);
Runtime.def
120
DEF_LLVM_RUNTIME(
__divsi3
)
Completed in 731 milliseconds