Home
last modified time | relevance | path

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

/coreutils/src/
Dlonglong.h49 #ifndef __MPN
50 #define __MPN(x) __##x macro
205 __di = __MPN(invert_limb) (d); \
250 long __MPN(count_leading_zeros) (UDItype) __attribute__ ((const));
252 long __MPN(count_leading_zeros) (UDItype);
255 ((count) = __MPN(count_leading_zeros) (x))
272 long __MPN(count_leading_zeros) (UDItype);
285 __di = __MPN(invert_limb) (d); \
351 __di = __MPN(invert_limb) (d); \
516 (q) = __MPN(udiv_qrnnd) (&__r, (n1), (n0), (d)); \
[all …]