Home
last modified time | relevance | path

Searched defs:d (Results 1 – 8 of 8) sorted by relevance

/coreutils/gl/lib/
Drand-isaac.c145 #define mix(a, b, c, d, e, f, g, h) \ argument
158 #define mix(a, b, c, d, e, f, g, h) \ argument
173 #define ISAAC_MIX(s, a, b, c, d, e, f, g, h, seed) \ argument
253 isaac_word d = IF32 (UINT32_C (0x0f421ad8), UINT64_C (0xb29b2e824a595524)); in isaac_seed() local
Dcl-strtod.c62 DOUBLE d = STRTOD (nptr, &end); in CL_STRTOD() local
/coreutils/src/
Dlonglong.h203 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
283 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
349 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
391 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
514 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
527 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
649 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
793 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
816 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
860 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
[all …]
Dln.c609 char const *d in main() local
Dfactor.c287 # define udiv_qrnnd(q, r, n1, n0, d) \ argument
671 #define P(a,b,c,d) a, argument
681 #define P(a,b,c,d) b, argument
693 #define P(a,b,c,d) {c,d}, argument
855 unsigned long int d = 3; in mp_factor_using_division() local
919 #define divexact_21(q1, q0, u1, u0, d) \ argument
1885 # define div_smallq(q, r, u, d) \ argument
Dexpr.c219 for (size_t d = 0; d < ofs && s[d]; d += mcel_scanz (s + d).len) in mbs_offset_to_chars() local
Dshred.c704 int *d; in genpattern() local
/coreutils/src/blake2/
Dblake2b-ref.c157 #define G(r,i,a,b,c,d) \ argument