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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c295 int8 weightMaskNum; local
297 weightMaskNum = randomUint8() % int32NumPInfWeightMasks;
300 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] )
301 + int32PInfWeightOffsets[ weightMaskNum ]
755 int8 weightMaskNum; local
757 weightMaskNum = randomUint8() % int64NumPInfWeightMasks;
760 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] )
761 + int64PInfWeightOffsets[ weightMaskNum ]
1095 int8 weightMaskNum; local
1097 weightMaskNum
1112 int8 weightMaskNum; local
1652 int8 weightMaskNum; local
1682 int8 weightMaskNum; local
2262 int8 weightMaskNum; local
2281 int8 weightMaskNum; local
3064 int8 weightMaskNum; local
3091 int8 weightMaskNum; local
[all...]

Completed in 109 milliseconds