Home
last modified time | relevance | path

Searched refs:CHAR_BIT (Results 1 – 25 of 83) sorted by relevance

1234

/frameworks/compile/libbcc/runtime/test/Unit/
Dfixsfdi_test.c36 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
37 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfloatundisf_test.c37 char assumption_2[sizeof(du_int)*CHAR_BIT == 64] = {0};
38 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixunssfsi_test.c37 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
38 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfloatdisf_test.c37 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
38 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixunssfdi_test.c39 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
40 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixunsdfsi_test.c37 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
38 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfixdfdi_test.c36 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
37 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfixunsxfsi_test.c39 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
40 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfixunsdfdi_test.c38 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
39 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfixxfdi_test.c40 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
41 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfixunsxfdi_test.c43 char assumption_2[sizeof(du_int)*CHAR_BIT == 64] = {0};
44 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfixunstfdi_test.c39 char assumption_2[sizeof(du_int)*CHAR_BIT == 64] = {0};
40 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfloatundidf_test.c37 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
38 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfloatdidf_test.c36 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
37 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfloatundixf_test.c39 char assumption_2[sizeof(du_int)*CHAR_BIT == 64] = {0};
40 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfloatdixf_test.c38 char assumption_2[sizeof(di_int)*CHAR_BIT == 64] = {0};
39 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfixsfti_test.c45 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
46 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixunssfti_test.c47 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
48 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixunsdfti_test.c47 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
48 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfloattisf_test.c43 char assumption_2[sizeof(ti_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfixdfti_test.c45 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
46 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};
Dfixxfti_test.c46 char assumption_2[sizeof(su_int)*CHAR_BIT == 32] = {0};
47 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfixunsxfti_test.c48 char assumption_2[sizeof(tu_int)*CHAR_BIT == 128] = {0};
49 char assumption_3[sizeof(long double)*CHAR_BIT == 128] = {0};
Dfloatuntisf_test.c43 char assumption_2[sizeof(tu_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(float)*CHAR_BIT == 32] = {0};
Dfloatuntidf_test.c43 char assumption_2[sizeof(ti_int)*CHAR_BIT == 128] = {0};
44 char assumption_3[sizeof(double)*CHAR_BIT == 64] = {0};

1234