OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti_int
(Results
51 - 55
of
55
) sorted by null
1
2
3
/frameworks/compile/libbcc/runtime/test/Unit/
floattidf_test.c
23
//
ti_int
is a 64 bit integral type
27
double __floattidf(
ti_int
a);
29
int test__floattidf(
ti_int
a, double expected)
42
char assumption_1[sizeof(
ti_int
) == 2*sizeof(di_int)] = {0};
43
char assumption_2[sizeof(
ti_int
)*CHAR_BIT == 128] = {0};
floattixf_test.c
23
//
ti_int
is a 128 bit integral type
28
long double __floattixf(
ti_int
a);
30
int test__floattixf(
ti_int
a, long double expected)
43
char assumption_1[sizeof(
ti_int
) == 2*sizeof(di_int)] = {0};
44
char assumption_2[sizeof(
ti_int
)*CHAR_BIT == 128] = {0};
floatuntidf_test.c
42
char assumption_1[sizeof(
ti_int
) == 2*sizeof(di_int)] = {0};
43
char assumption_2[sizeof(
ti_int
)*CHAR_BIT == 128] = {0};
udivmodti4_test.c
52
char assumption_1[sizeof(
ti_int
) == 2*sizeof(di_int)] = {0};
[
all
...]
/frameworks/compile/libbcc/runtime/lib/
udivmodti4.c
246
const
ti_int
s = (
ti_int
)(d.all - r.all - 1) >> (n_utword_bits - 1);
Completed in 375 milliseconds
1
2
3