Searched refs:ALU_OP1_EXP_IEEE (Results 1 – 3 of 3) sorted by relevance
283 #define ALU_OP1_EXP_IEEE 89 macro
5015 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5031 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5183 alu.op = ALU_OP1_EXP_IEEE; in cayman_pow()5225 alu.op = ALU_OP1_EXP_IEEE; in tgsi_pow()9068 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9081 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9123 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9139 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9288 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()9305 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()[all …]
428 case ALU_OP1_EXP_IEEE: dv = exp2(cv.f); break; in fold_alu_op1()