OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti_int
(Results
51 - 57
of
57
) sorted by null
1
2
3
/external/compiler-rt/lib/
floatuntidf.c
27
si_int __clzti2(
ti_int
a);
floatuntixf.c
29
si_int __clzti2(
ti_int
a);
udivmodti4.c
246
const
ti_int
s = (
ti_int
)(d.all - r.all - 1) >> (n_utword_bits - 1);
/external/compiler-rt/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
...]
Completed in 417 milliseconds
1
2
3