Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/softfloat/
H A Dtimesoftfloat.c1009 numInputs_floatx80 = 32 enumerator
1015 } inputs_floatx80[ numInputs_floatx80 ] = {
1075 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_int32()
1107 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_int64()
1139 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float32()
1171 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float64()
1205 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_a_floatx80_z_float128()
1239 inputNum = ( inputNum + 1 ) & ( numInputs_floatx80 - 1 ); in time_az_floatx80()
1279 inputNumA = ( inputNumA + 1 ) & ( numInputs_floatx80 - 1 ); in time_ab_floatx80_z_flag()
1333 } inputs_floatx80_pos[ numInputs_floatx80 ] = {
[all …]