OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log2_e
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp
204
ir_constant *
log2_e
= new(ir) ir_constant(float(M_LOG2E));
local
208
ir->operands[0],
log2_e
);
/external/mesa3d/src/glsl/
lower_instructions.cpp
204
ir_constant *
log2_e
= new(ir) ir_constant(float(M_LOG2E));
local
208
ir->operands[0],
log2_e
);
Completed in 871 milliseconds