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

  /external/v8/src/
bignum.cc 50 Clamp();
99 Clamp();
138 Clamp();
215 Clamp();
389 Clamp();
508 Clamp();
644 void Bignum::Clamp() {
741 Clamp();
bignum.h 95 void Clamp();
  /external/ImageMagick/PerlMagick/demo/
demo.pl 116 $example->Clamp();
167 $example->Clamp();
259 $example->Clamp();
413 $example->Clamp();
469 $example->Clamp();
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics.py 10 def Clamp(value, low=0.0, high=1.0):
11 """Clamp a value between some low and high value."""
175 discrepancy = Clamp((discrepancy-inv_sample_count) / (1.0-inv_sample_count))
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
Softbody.java 69 public static Vector3 Clamp(Vector3 v, float maxlength) {
70 return SoftbodyJNI.Clamp(v, maxlength);
SoftbodyJNI.java     [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_sse2.asm 289 ;Clamp to the bit-depth
333 ;Clamp to the bit-depth
382 ;Clamp to the bit-depth
440 ;Clamp these values to the bit-depth
458 ;Clamp these values to the bit-depth
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 129 SDValue &Clamp, SDValue &Omod) const;
131 SDValue &Clamp, SDValue &Omod) const;
136 SDValue &Clamp,
762 // src0_modifiers, src0, src1_modifiers, src1, src2_modifiers, src2, clamp,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
750 dst_argb[0] = Clamp(sb);
751 dst_argb[1] = Clamp(sg);
752 dst_argb[2] = Clamp(sr);
753 dst_argb[3] = Clamp(sa);
    [all...]
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 99 $background->Clamp();
334 $srcimage->Clamp();
644 $image->Clamp();
1193 $srcimage->Clamp();
    [all...]
  /external/libyuv/files/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
721 dst_argb[0] = Clamp(sb);
722 dst_argb[1] = Clamp(sg);
723 dst_argb[2] = Clamp(sr);
724 dst_argb[3] = Clamp(sa);
    [all...]
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 39 // * The clamp tiler can create spans with length of 0. This indicates to copy an edge pixel out
387 using Clamp = BilerpProcessor<ClampStrategy, Next>;
433 tileProcXOrBoth->Initialize<Clamp<>>(next, dimensions);
446 tileProcY->Initialize<Clamp<>>(next, Y(dimensions));
457 tileProcXOrBoth->Initialize<Clamp<>>(tileProcY->get(), X(dimensions));
  /external/webp/src/enc/
frame.c 59 static float Clamp(float v, float min, float max) {
75 s->dq = Clamp(dq, -30.f, 30.f);
78 s->q = Clamp(s->q + s->dq, 0.f, 100.f);
527 q = Clamp(q, 0.f, 100.f);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 206 static inline btVector3 Clamp(const btVector3& v,btScalar maxlength)
216 static inline T Clamp(const T& x,const T& l,const T& h)
358 const btScalar t=Clamp<btScalar>(-btDot(a,d)/m2,0,1);
532 {/* Clamp */
btSoftBody.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 895 // that case, `Clamp` will always return `Smallest` and
904 auto Clamp = [this, Smallest, Greatest](const SCEV *S) {
913 Result.LowLimit = Clamp(Range.getBegin());
918 Result.HighLimit = Clamp(Range.getEnd());
    [all...]
  /external/opencv3/samples/gpu/
opticalflow_nvidia_api.cpp 175 inline T Clamp (T x, T a, T b)
183 x = Clamp (x, a, b);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3251 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3302 ExprP<float> clamp(const ExprP<float>& x, const ExprP<float>& minVal, const ExprP<float>& maxVal) function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]
  /external/v8/src/js/
array.js 263 // Clamp array length to 2^32-1 to avoid early RangeError.
    [all...]
  /frameworks/rs/api/
rs_math.spec 479 function: clamp
490 Clamps a value to a specified high and low bound. clamp() returns min_value
493 There are two variants of clamp: one where the min and max are scalars applied
499 function: clamp
510 function: clamp
521 function: clamp
532 function: clamp
543 function: clamp
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 531 { "Clamp", { {"channel", MagickChannelOptions} } },
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 531 { "Clamp", { {"channel", MagickChannelOptions} } },
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 1629 milliseconds