Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/prng/
Dlcong48.c21 const int THRITYONE = 31; variable
33 EXPECT_TRUE("lcong48_0100", ret < pow(TWO, THRITYONE) && ret > -pow(TWO, THRITYONE)); in lcong48_0100()