OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tu_int
(Results
26 - 28
of
28
) sorted by null
1
2
/external/compiler-rt/test/Unit/
floatuntixf_test.c
23
//
tu_int
is a 128 bit integral type
28
long double __floatuntixf(
tu_int
a);
30
int test__floatuntixf(
tu_int
a, long double expected)
43
char assumption_1[sizeof(
tu_int
) == 2*sizeof(du_int)] = {0};
44
char assumption_2[sizeof(
tu_int
)*CHAR_BIT == 128] = {0};
popcountti2_test.c
27
for (; a; a = (
tu_int
)a >> 1)
floatuntidf_test.c
23
//
tu_int
is a 64 bit integral type
27
double __floatuntidf(
tu_int
a);
29
int test__floatuntidf(
tu_int
a, double expected)
Completed in 129 milliseconds
1
2