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

  /external/gemmlowp/test/
test_fixedpoint.cc 123 const double clamp_max = std::numeric_limits<std::int32_t>::max(); local
124 const double clamped = std::min(clamp_max, std::max(clamp_min, d));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 962 LLVMValueRef clamp_max; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 620 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; local
622 if (coord > clamp_max) coord = clamp_max;
626 const GGLfixed clamp_max = (size << 16); local
628 if (coord > clamp_max) coord = clamp_max;
    [all...]

Completed in 74 milliseconds