OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:di_int
(Results
76 - 89
of
89
) sorted by null
1
2
3
4
/external/compiler-rt/test/Unit/
floattisf_test.c
42
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
multi3_test.c
42
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
negti2_test.c
41
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
ashlti3_test.c
46
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
ashrti3_test.c
44
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
floattidf_test.c
42
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
floatuntidf_test.c
42
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
lshrti3_test.c
44
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
floattixf_test.c
43
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
clzsi2_test.c
31
char assumption_1[sizeof(
di_int
) == 2*sizeof(si_int)] = {0};
ctzsi2_test.c
31
char assumption_1[sizeof(
di_int
) == 2*sizeof(si_int)] = {0};
udivmoddi4_test.c
32
char assumption_1[sizeof(
di_int
) == 2*sizeof(si_int)] = {0};
[
all
...]
udivmodti4_test.c
52
char assumption_1[sizeof(ti_int) == 2*sizeof(
di_int
)] = {0};
[
all
...]
/external/compiler-rt/lib/
udivmoddi4.c
243
const
di_int
s = (
di_int
)(d.all - r.all - 1) >> (n_udword_bits - 1);
Completed in 324 milliseconds
1
2
3
4