Home
last modified time | relevance | path

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

/external/bc/include/
Drand.h95 #define BC_RAND_TRUNC(s) ((uint64_t) (s)) macro
119 #define BC_RAND_TRUNC(s) ((s).lo) macro
157 #define BC_RAND_TRUNC(s) ((uint32_t) (s)) macro