Home
last modified time | relevance | path

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

/external/bc/include/
Drand.h155 #define BC_RAND_CONSTANT(h, l) ((((BcRandState) (h)) << 64) + (BcRandState) (l)) macro
244 #define BC_RAND_CONSTANT(h, l) { .lo = (l), .hi = (h) } macro
364 #define BC_RAND_CONSTANT(n) UINT64_C(n) macro