Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Drand48.h39 #define _RAND48_MULT_1 (0xdeec) macro
Dsrand48.c24 r->_mult[1] = _RAND48_MULT_1; in _srand48_r()
Dseed48.c29 r->_mult[1] = _RAND48_MULT_1; in _seed48_r()
Drand48.c135 ._mult = { _RAND48_MULT_0, _RAND48_MULT_1, _RAND48_MULT_2 },