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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 191 float limit_value; local
279 limit_value = rc_get_constant_value(c, limit->Index, limit->Swizzle,
281 DBG("Limit is %f.\n", limit_value);
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value) /
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2278 int32_t limit_value = limit()->GetInteger32Constant(); local
2287 int32_t limit_value = additional_upper_limit()->GetInteger32Constant(); local
    [all...]

Completed in 65 milliseconds