Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/boost/boost/beast/core/detail/
Dclamp.hpp24 clamp(UInt x) in clamp() function
34 clamp(UInt x, std::size_t limit) in clamp() function
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.cpp120 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
136 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
155 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local
183 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local
193 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local
201 Clamp clamp) in GrBicubicEffect()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dwrap.inl7 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord) function
13 GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord) function
Dsimd_vec4.inl420 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function
430 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp function
/third_party/boost/boost/algorithm/
Dclamp.hpp50 BOOST_CXX14_CONSTEXPR T const & clamp ( T const& val, in clamp() function
72 BOOST_CXX14_CONSTEXPR T const& clamp ( const T& val, in clamp() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/sunxi/
Dpsci.c78 static void __secure clamp_release(void __maybe_unused *clamp) in clamp_release()
93 static void __secure clamp_set(void __maybe_unused *clamp) in clamp_set()
102 static void __secure sunxi_power_switch(void *clamp, void *pwroff_ptr, bool on, in sunxi_power_switch()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dvp9utils.c251 clamp (int value, int low, int high) in clamp() function
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp319 …4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp) in interpolate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL46.cpp35 bool ValidatePolygonOffsetClamp(Context *context, GLfloat factor, GLfloat units, GLfloat clamp) in ValidatePolygonOffsetClamp()
/third_party/boost/boost/beast/zlib/detail/
Dranges.hpp90 U clamp(U u, V v) in clamp() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_6_autogen.cpp86 void GL_APIENTRY PolygonOffsetClamp(GLfloat factor, GLfloat units, GLfloat clamp) in PolygonOffsetClamp()
/third_party/boost/boost/compute/image/
Dimage_sampler.hpp37 clamp = CL_ADDRESS_CLAMP, enumerator
/third_party/node/deps/brotli/c/enc/
Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
/third_party/skia/third_party/externals/brotli/c/enc/
Dliteral_cost.c21 static size_t UTF8Position(size_t last, size_t c, size_t clamp) { in UTF8Position()
/third_party/skia/modules/canvaskit/
Dcolor.js193 function clamp(c) { function
/third_party/boringssl/mac-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.S35 .clamp: label
/third_party/boringssl/linux-x86_64/crypto/cipher_extra/
Dchacha20_poly1305_x86_64.S36 .clamp: label
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.impl.h60 uint8_t clamp; /**< clamping policy */ member
/third_party/skia/src/core/
DSkVM.h784 F32 clamp(F32 x, F32 lo, F32 hi) { return max(lo, min(x, hi)); } in clamp() function
785 F32 clamp(F32 x, F32 lo, float hi) { return clamp( x , lo , splat(hi)); } in clamp() function
786 F32 clamp(F32 x, float lo, float hi) { return clamp( x , splat(lo), splat(hi)); } in clamp() function
787 F32 clamp(F32 x, float lo, F32 hi) { return clamp( x , splat(lo), hi ); } in clamp() function
788 F32 clamp(float x, F32 lo, F32 hi) { return clamp(splat(x), lo , hi ); } in clamp() function
789 F32 clamp(float x, F32 lo, float hi) { return clamp(splat(x), lo , splat(hi)); } in clamp() function
790 F32 clamp(float x, float lo, F32 hi) { return clamp(splat(x), splat(lo), hi ); } in clamp() function
1252 SI F32 clamp(F32 x, F32 lo, F32 hi) { return x->clamp(x,lo,hi); } in clamp() function
1253 SI F32 clamp(F32 x, F32 lo, float hi) { return x->clamp(x,lo,hi); } in clamp() function
1254 SI F32 clamp(F32 x, float lo, F32 hi) { return x->clamp(x,lo,hi); } in clamp() function
[all …]
/third_party/weston/wcap/
Dmain.c91 int clamp = (u >> 18) + 128; in clamp_uv() local
/third_party/flutter/skia/modules/canvaskit/
Dhelper.js3 function clamp(c) { function
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dycbcr.hpp76 T const& clamp( in clamp() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl543 GLM_FUNC_QUALIFIER genType clamp(genType x, genType minVal, genType maxVal) function
550 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, T minVal, T maxVal) function
557 …GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, vecType<T, P> const & minVal, vecT… function
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp444 bool clamp = mode == SkBlendMode::kPlus; in AppendMode() local
/third_party/openssl/crypto/ec/curve448/
Deddsa.c41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function

1234