Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c2256 floatx80NumQInfWeightMasks = 14 enumerator
2259 static const uint16 floatx80QInfWeightMasks[ floatx80NumQInfWeightMasks ] = {
2276 static const uint16 floatx80QInfWeightOffsets[ floatx80NumQInfWeightMasks ] = {
2302 weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks; in floatx80RandomQInfP3()
2318 weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks; in floatx80RandomQInfPInf()