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

  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
146 are clamped to [-1,1] unless stated otherwise as in the case
147 of explicitly clamped to [0,1] for GL_COMBINE. or clamping the
158 requires texture source colors to be clamped to [0,1]. Texture
160 negative values generated post-filtering would be clamped to
MESA_swap_control.spec 92 nized to a video frame. The <interval> value is silently clamped to
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 140 boolean clamped,
lp_bld_pack.c 529 * It is assumed the values are already clamped into the destination type range.
686 * It is assumed the values are already clamped into the destination type range.
790 boolean clamped,
807 if(clamped)
    [all...]
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
CircledImageView.java 400 float clamped = Math.max(0, Math.min(1, percentage)); local
401 if (clamped != mImageCirclePercentage) {
402 mImageCirclePercentage = clamped;
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /frameworks/support/wear/src/android/support/wear/widget/
CircledImageView.java 418 float clamped = Math.max(0, Math.min(1, percentage)); local
419 if (clamped != mImageCirclePercentage) {
420 mImageCirclePercentage = clamped;
  /frameworks/rs/script_api/
rs_convert.spec 107 of this range, the resulting outputs will be clamped to be between 0 and 255. As this
  /external/gemmlowp/test/
test_fixedpoint.cc 124 const double clamped = std::min(clamp_max, std::max(clamp_min, d)); local
125 return static_cast<std::int32_t>(std::round(clamped));
  /frameworks/ml/nn/common/operations/internal/reference/
reference_ops.h 536 float clamped = val < lower ? lower : val;
537 output_data[Offset(output_dims, c, x, y, b)] = clamped;
557 float clamped = val > upper ? upper : val < lower ? lower : val;
558 output_data[Offset(output_dims, c, x, y, b)] = clamped;
578 float clamped = val > upper ? upper : val < lower ? lower : val;
579 output_data[Offset(output_dims, c, x, y, b)] = clamped;
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h     [all...]
  /external/ImageMagick/MagickCore/
enhance.c 3742 const double clamped= local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 407 union tgsi_exec_channel clamped;
411 clamped.f[i] = 127.99999f;
413 clamped.f[i] = -126.99999f;
415 clamped.f[i] = src->f[i];
418 src = &clamped;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 1584 boolean scaled, clamped, ms, flip_x = FALSE, flip_y = FALSE; local
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 918 * Hence just make sure that the 2nd coord is clamped, will simply pick the
    [all...]
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /external/v8/src/arm/
simulator-arm.cc 4004 int64_t clamped = std::max(min, std::min(max, value)); local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 826 milliseconds