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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_instructions.cpp84 #include "main/core.h" /* for M_LOG2E */
204 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E));
232 ir->operands[1] = new(ir) ir_constant(float(1.0 / M_LOG2E));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h352 #ifndef M_LOG2E
353 #define M_LOG2E (1.4426950408889634074) macro
/external/mesa3d/src/glsl/
H A Dlower_instructions.cpp84 #include "main/core.h" /* for M_LOG2E */
204 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E));
232 ir->operands[1] = new(ir) ir_constant(float(1.0 / M_LOG2E));
/external/mesa3d/src/mesa/main/
H A Dcompiler.h352 #ifndef M_LOG2E
353 #define M_LOG2E (1.4426950408889634074) macro
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_entropy.c46 #ifndef M_LOG2E
47 # define M_LOG2E 1.4426950408889634074 macro
85 entropy+=log(ft)*M_LOG2E;
/external/libopus/celt/tests/
H A Dtest_unit_entropy.c46 #ifndef M_LOG2E
47 # define M_LOG2E 1.4426950408889634074 macro
85 entropy+=log(ft)*M_LOG2E;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c463 value[2] = (GLfloat)(ctx->Fog.Density * M_LOG2E); /* M_LOG2E == 1/ln(2) */
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c463 value[2] = (GLfloat)(ctx->Fog.Density * M_LOG2E); /* M_LOG2E == 1/ln(2) */

Completed in 559 milliseconds