Home
last modified time | relevance | path

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

/linux-4.19.296/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.h174 typedef mpi_limb_t UWtype; typedef
/linux-4.19.296/include/math-emu/
Dsoft-fp.h190 #define UWtype _FP_W_TYPE macro
Dop-4.h343 UWtype _t; \
582 UWtype _t0, _t1, _t2; \
591 UWtype _t0, _t1, _t2, _t3; \
600 UWtype _t; \
Dop-2.h162 UWtype _t = xl; \