OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:du_int
(Results
26 - 39
of
39
) sorted by null
1
2
/external/compiler-rt/lib/
fixunsdfdi.c
22
*
du_int
is a 64 bit integral type
23
* value in double is representable in
du_int
or is negative
31
COMPILER_RT_ABI
du_int
floattixf.c
82
fb.u.low.all = (
du_int
)a; /* mantissa */
floatuntixf.c
79
fb.u.low.all = (
du_int
)a; /* mantissa */
udivmoddi4.c
23
COMPILER_RT_ABI
du_int
24
__udivmoddi4(
du_int
a,
du_int
b,
du_int
* rem)
27
const unsigned n_udword_bits = sizeof(
du_int
) * CHAR_BIT;
udivmodti4.c
28
const unsigned n_udword_bits = sizeof(
du_int
) * CHAR_BIT;
/external/compiler-rt/test/Unit/
floatundixf_test.c
22
//
du_int
is a 64 bit integral type
27
long double __floatundixf(
du_int
a);
29
int test__floatundixf(
du_int
a, long double expected)
38
char assumption_1[sizeof(
du_int
) == 2*sizeof(si_int)] = {0};
39
char assumption_2[sizeof(
du_int
)*CHAR_BIT == 64] = {0};
popcountdi2_test.c
25
for (; a; a = (
du_int
)a >> 1)
fixunsdfti_test.c
46
char assumption_1[sizeof(tu_int) == 2*sizeof(
du_int
)] = {0};
fixunsxfti_test.c
47
char assumption_1[sizeof(tu_int) == 2*sizeof(
du_int
)] = {0};
floatundidf_test.c
21
//
du_int
is a 64 bit integral type
25
double __floatundidf(
du_int
a);
floatuntisf_test.c
42
char assumption_1[sizeof(tu_int) == 2*sizeof(
du_int
)] = {0};
floatuntixf_test.c
43
char assumption_1[sizeof(tu_int) == 2*sizeof(
du_int
)] = {0};
udivmoddi4_test.c
20
du_int
__udivmoddi4(
du_int
a,
du_int
b,
du_int
* rem);
22
int test__udivmoddi4(
du_int
a,
du_int
b,
du_int
expected_q,
du_int
expected_r)
24
du_int
r;
25
du_int
q = __udivmoddi4(a, b, &r)
[
all
...]
/external/valgrind/main/coregrind/
m_main.c
3494
typedef unsigned long long
du_int
;
typedef
[
all
...]
Completed in 430 milliseconds
1
2