Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Drand48.h38 #define _RAND48_MULT_0 (0xe66d) macro
Dsrand48.c23 r->_mult[0] = _RAND48_MULT_0; in _srand48_r()
Dseed48.c28 r->_mult[0] = _RAND48_MULT_0; in _seed48_r()
Drand48.c135 ._mult = { _RAND48_MULT_0, _RAND48_MULT_1, _RAND48_MULT_2 },