HomeSort by relevance Sort by last modified time
    Searched refs:log2_e (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 607 const double log2_e = 1.4426950408889634073599246810019; local
608 newConstArray[i].setDConst(log2_e * log(unionArray[i].getDConst()));
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 275 ir_constant *log2_e = new(ir) ir_constant(float(M_LOG2E)); local
280 ir->operands[0], log2_e);
    [all...]

Completed in 279 milliseconds