Searched refs:ALU_OP1_EXP_IEEE (Results 1 – 4 of 4) sorted by relevance
284 #define ALU_OP1_EXP_IEEE 89 macro
5580 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5596 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()5748 alu.op = ALU_OP1_EXP_IEEE; in cayman_pow()5790 alu.op = ALU_OP1_EXP_IEEE; in tgsi_pow()9825 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9838 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9880 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()9896 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()10045 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()10062 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()
1312 {op1_exp_ieee, ALU_OP1_EXP_IEEE},