Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c326 int8 weightMaskNum; in int32RandomPInf() local
328 weightMaskNum = randomUint8() % int32NumPInfWeightMasks; in int32RandomPInf()
331 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] ) in int32RandomPInf()
332 + int32PInfWeightOffsets[ weightMaskNum ] in int32RandomPInf()
786 int8 weightMaskNum; in int64RandomPInf() local
788 weightMaskNum = randomUint8() % int64NumPInfWeightMasks; in int64RandomPInf()
791 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] ) in int64RandomPInf()
792 + int64PInfWeightOffsets[ weightMaskNum ] in int64RandomPInf()
1126 int8 weightMaskNum; in float32RandomQInfP3() local
1128 weightMaskNum = randomUint8() % float32NumQInfWeightMasks; in float32RandomQInfP3()
[all …]