Home
last modified time | relevance | path

Searched refs:UWtype (Results 1 – 2 of 2) sorted by relevance

/lib/mpi/
Dlonglong.h39 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
1235 ph = (UWtype) (__ll >> W_TYPE_SIZE); \
1236 pl = (UWtype) __ll; \
1242 ({UWtype __hi, __lo; \
1252 UWtype __x; \
1262 UWtype __x; \
1272 UWtype __x0, __x1, __x2, __x3; \
1274 UWtype __u = (u), __v = (v); \
[all …]
Dmpi-internal.h161 typedef mpi_limb_t UWtype; typedef