Home
last modified time | relevance | path

Searched refs:M_LOG2E (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
Dlower_instructions.cpp182 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()
/external/mesa3d/src/mesa/main/
Dcompiler.h361 #ifndef M_LOG2E
362 #define M_LOG2E (1.4426950408889634074) macro