Searched refs:ALU_OP1_EXP_IEEE (Results 1 – 4 of 4) sorted by relevance
289 #define ALU_OP1_EXP_IEEE 89 macro
5594 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5610 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5762 alu.op = ALU_OP1_EXP_IEEE; in cayman_pow()5804 alu.op = ALU_OP1_EXP_IEEE; in tgsi_pow()9839 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9852 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9894 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9910 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()10059 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()10076 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()[all …]
429 case ALU_OP1_EXP_IEEE: dv = exp2f(cv.f); break; in fold_alu_op1()
1316 {op1_exp_ieee, ALU_OP1_EXP_IEEE},