Searched refs:M_LOG2E (Results 1 – 2 of 2) sorted by relevance
182 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E)); in exp_to_exp2()210 ir->operands[1] = new(ir) ir_constant(float(1.0 / M_LOG2E)); in log_to_log2()
361 #ifndef M_LOG2E362 #define M_LOG2E (1.4426950408889634074) macro