Searched refs:ALU_OP1_EXP_IEEE (Results 1 – 4 of 4) sorted by relevance
289 #define ALU_OP1_EXP_IEEE 89 macro
5598 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5614 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5766 alu.op = ALU_OP1_EXP_IEEE; in cayman_pow()5808 alu.op = ALU_OP1_EXP_IEEE; in tgsi_pow()9867 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9880 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9922 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9938 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()10087 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()10104 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()[all …]
417 case ALU_OP1_EXP_IEEE: dv = exp2f(cv.f); break; in fold_alu_op1()
1304 {op1_exp_ieee, ALU_OP1_EXP_IEEE},