| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | wrap.inl | 7 	GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord)  function 13 	GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord)  function
  | 
| D | simd_vec4.inl | 420 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp  function 430 GLM_FUNC_QUALIFIER detail::fvec4SIMD clamp  function
  | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenc_vecmathlib_common_4.h | 119 ASTCENC_SIMD_INLINE vint4 clamp(int minv, int maxv, vint4 a)  in clamp()  function 219 ASTCENC_SIMD_INLINE vfloat4 clamp(float minv, float maxv, vfloat4 a)  in clamp()  function
  | 
| D | astcenc_mathlib.h | 252 inline T clamp(T v, T mn, T mx)  in clamp()  function
  | 
| D | astcenc_vecmathlib_avx2_8.h | 773 ASTCENC_SIMD_INLINE vfloat8 clamp(float min, float max, vfloat8 a)  in clamp()  function
  | 
| /device/google/contexthub/firmware/os/algos/common/math/ | 
| D | quat.c | 19 static float clamp(float x) { return x < 0.0f ? 0.0f : x; }  in clamp()  function
  | 
| /device/generic/vulkan-cereal/stream-servers/tests/ | 
| D | GLTestUtils.cpp | 102 static float clamp(float x, float low, float high) {  in clamp()  function
  | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | func_common.inl | 543 	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
  | 
| /device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ | 
| D | etc.cpp | 159 static inline int clamp(int x) {  in clamp()  function
  | 
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ | 
| D | etc.cpp | 159 static inline int clamp(int x) {  in clamp()  function
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ | 
| D | etc.cpp | 159 static inline int clamp(int x) {  in clamp()  function
  | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/ | 
| D | test_simd.cpp | 688 TEST(vfloat4, clamp)  in TEST()  argument 1612 TEST(vint4, clamp)  in TEST()  argument 2394 TEST(vfloat8, clamp)  in TEST()  argument
  |