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

/external/mesa3d/src/glsl/
H A Dlower_instructions.cpp79 #include "main/core.h" /* for M_LOG2E */
182 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E));
210 ir->operands[1] = new(ir) ir_constant(float(1.0 / M_LOG2E));
/external/mesa3d/src/mesa/main/
H A Dcompiler.h361 #ifndef M_LOG2E
362 #define M_LOG2E (1.4426950408889634074) macro

Completed in 47 milliseconds