Searched refs:log2_e (Results 1 – 2 of 2) sorted by relevance
607 const double log2_e = 1.4426950408889634073599246810019; in fold() local608 newConstArray[i].setDConst(log2_e * log(unionArray[i].getDConst())); in fold()
275 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E)); in exp_to_exp2() local280 ir->operands[0], log2_e); in exp_to_exp2()