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

1 2

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 110 boolean clamped,
lp_bld_pack.c 373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 195 boolean clamped= false;
199 clamped= true;
202 clamped= true;
230 if (clamped) {
  /external/mesa3d/docs/
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
  /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...]
  /external/v8/test/mjsunit/regress/
regress-1563.js 32 // Test that undefined gets properly clamped in Crankshafted pixel array
  /frameworks/rs/api/
rs_convert.spec 107 of this range, the resulting outputs will be clamped to be between 0 and 255. As this
  /external/v8/test/mjsunit/harmony/
atomics.js 524 // using an out-of-range value is properly wrapped/clamped when written
  /external/v8/test/mjsunit/
object-seal.js 253 // Count of items to delete is clamped by length.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 191 union tgsi_exec_channel clamped;
195 clamped.f[i] = 127.99999f;
197 clamped.f[i] = -126.99999f;
199 clamped.f[i] = src->f[i];
202 src = &clamped;
    [all...]
  /external/ImageMagick/MagickCore/
enhance.c 3742 const double clamped= local
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]

Completed in 2825 milliseconds

1 2