HomeSort by relevance Sort by last modified time
    Searched defs:lowering (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
lower_instructions.cpp 29 * of the most common cases, allowing the lowering code to be implemented once
111 * Determine if a particular type of lowering should occur
113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP))
276 if (lowering(SUB_TO_ADD_NEG))
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP))
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP))
288 if (lowering(EXP_TO_EXP2))
293 if (lowering(LOG_TO_LOG2))
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 9 #include "src/compiler/change-lowering.h"
16 #include "src/compiler/simplified-lowering.h"
44 lowering(&jsgraph, this->zone(), &source_positions) {}
50 SimplifiedLowering lowering; member in class:v8::internal::compiler::SimplifiedLoweringTester
55 lowering.LowerAllNodes();
61 lowering.LowerAllNodes();
63 ChangeLowering lowering(&jsgraph);
65 reducer.AddReducer(&lowering);
729 ChangeLowering lowering(&jsgraph);
731 reducer.AddReducer(&lowering);
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 55 milliseconds