Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/softfloat/
H A Dtimesoftfloat.c1012 numInputs_floatx80 = 32 enumerator
1018 } inputs_floatx80[ numInputs_floatx80 ] = {
1078 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_int32()
1110 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_int64()
1142 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float32()
1174 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float64()
1208 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float128()
1242 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_az_floatx80()
1282 inputNumA = ( inputNumA + 1 ) & ( numInputs_floatx80 - 1 ); in time_ab_floatx80_z_flag()
1336 } inputs_floatx80_pos[ numInputs_floatx80 ] = {
[all …]