Searched refs:fexp2i (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 2221 def fexp2i(exp, bits): function 2259 # In order to handle the maximum value +128 using the fexp2i() helper 2264 # twice the full range that is valid for the fexp2i() function above. If 2265 # exp/2 is the bottom value of that range, the fexp2i() expression will 2287 pow2_1 = fexp2i(('ishr', exp, 1), bits) 2288 pow2_2 = fexp2i(('isub', exp, ('ishr', exp, 1)), bits)
|
Completed in 5 milliseconds