Symbol: randomUint8
regress/lib/libc/ieeefp/testfloat/testCases.c
1084
float32QOut[ randomUint8() % float32NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1085
| ( ( float32P2[ randomUint8() % float32NumP2 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1086
+ float32P2[ randomUint8() % float32NumP2 ] )
regress/lib/libc/ieeefp/testfloat/testCases.c
1095
float32QOut[ randomUint8() % float32NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1128
weightMaskNum = randomUint8() % float32NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
1130
( ( (uint32) ( randomUint8() & 1 ) )<<31 )
regress/lib/libc/ieeefp/testfloat/testCases.c
1135
| ( ( float32P2[ randomUint8() % float32NumP2 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1136
+ float32P2[ randomUint8() % float32NumP2 ] )
regress/lib/libc/ieeefp/testfloat/testCases.c
1145
weightMaskNum = randomUint8() % float32NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
1147
( ( (uint32) ( randomUint8() & 1 ) )<<31 )
regress/lib/libc/ieeefp/testfloat/testCases.c
1159
switch ( randomUint8() & 7 ) {
regress/lib/libc/ieeefp/testfloat/testCases.c
1616
sigNum1 = randomUint8() % float64NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
1617
sigNum2 = randomUint8() % float64NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
1623
float64QOut[ randomUint8() % float64NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1642
float64QOut[ randomUint8() % float64NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
1687
sigNum1 = randomUint8() % float64NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
1688
sigNum2 = randomUint8() % float64NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
1692
weightMaskNum = randomUint8() % float64NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
1695
( ( (uint32) ( randomUint8() & 1 ) )<<31 )
regress/lib/libc/ieeefp/testfloat/testCases.c
1717
weightMaskNum = randomUint8() % float64NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
1720
( ( (uint32) ( randomUint8() & 1 ) )<<31 )
regress/lib/libc/ieeefp/testfloat/testCases.c
1735
switch ( randomUint8() & 7 ) {
regress/lib/libc/ieeefp/testfloat/testCases.c
2235
( floatx80P2[ randomUint8() % floatx80NumP2 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
2236
+ floatx80P2[ randomUint8() % floatx80NumP2 ] )
regress/lib/libc/ieeefp/testfloat/testCases.c
2238
z.high = floatx80QOut[ randomUint8() % floatx80NumQOut ];
regress/lib/libc/ieeefp/testfloat/testCases.c
2249
z.high = floatx80QOut[ randomUint8() % floatx80NumQOut ];
regress/lib/libc/ieeefp/testfloat/testCases.c
2299
( floatx80P2[ randomUint8() % floatx80NumP2 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
2300
+ floatx80P2[ randomUint8() % floatx80NumP2 ] )
regress/lib/libc/ieeefp/testfloat/testCases.c
2302
weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
2307
z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15;
regress/lib/libc/ieeefp/testfloat/testCases.c
2318
weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
2323
z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15;
regress/lib/libc/ieeefp/testfloat/testCases.c
2331
switch ( randomUint8() & 7 ) {
regress/lib/libc/ieeefp/testfloat/testCases.c
249
int32P1[ randomUint8() % int32NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
250
+ int32P1[ randomUint8() % int32NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
251
+ int32P1[ randomUint8() % int32NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
3026
sigNum1 = randomUint8() % float128NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
3027
sigNum2 = randomUint8() % float128NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
3032
float128QOut[ randomUint8() % float128NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
3049
float128QOut[ randomUint8() % float128NumQOut ]
regress/lib/libc/ieeefp/testfloat/testCases.c
3100
sigNum1 = randomUint8() % float128NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
3101
sigNum2 = randomUint8() % float128NumP2;
regress/lib/libc/ieeefp/testfloat/testCases.c
3105
weightMaskNum = randomUint8() % float128NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
3107
( ( (uint64) ( randomUint8() & 1 ) )<<63 )
regress/lib/libc/ieeefp/testfloat/testCases.c
3127
weightMaskNum = randomUint8() % float128NumQInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
3130
( ( (uint64) ( randomUint8() & 1 ) )<<63 )
regress/lib/libc/ieeefp/testfloat/testCases.c
3143
switch ( randomUint8() & 7 ) {
regress/lib/libc/ieeefp/testfloat/testCases.c
328
weightMaskNum = randomUint8() % int32NumPInfWeightMasks;
regress/lib/libc/ieeefp/testfloat/testCases.c
645
int64P1[ randomUint8() % int64NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
646
+ int64P1[ randomUint8() % int64NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
647
+ int64P1[ randomUint8() % int64NumP1 ]
regress/lib/libc/ieeefp/testfloat/testCases.c
788
weightMaskNum = randomUint8() % int64NumPInfWeightMasks;