Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 73) sorted by relevance

123

/device/generic/vulkan-cereal/include/glm/gtx/
Dextended_min_max.inl74 GLM_FUNC_QUALIFIER T max( function
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
117 GLM_FUNC_QUALIFIER C<T> max function
129 GLM_FUNC_QUALIFIER C<T> max function
Dsimd_vec4.inl402 GLM_FUNC_QUALIFIER detail::fvec4SIMD max function
411 GLM_FUNC_QUALIFIER detail::fvec4SIMD max function
/device/generic/vulkan-cereal/third-party/angle/util/
Drandom_utils.cpp48 int RNG::randomIntBetween(int min, int max) in randomIntBetween()
66 float RNG::randomFloatBetween(float min, float max) in randomFloatBetween()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h94 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax()
106 (const T *indices, int count, int *min, int *max, in minmaxExcept()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dhistogram_macros.h31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
/device/generic/goldfish/camera/
DEmulatedCameraCommon.h58 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
DCallbackNotifier.cpp61 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings()
/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dconsumerir.h31 int max; member
/device/google/sunfish/json-c/
Darraylist.c59 static int array_list_expand_internal(struct array_list *arr, int max) in array_list_expand_internal()
/device/google/redbull/json-c/
Darraylist.c59 static int array_list_expand_internal(struct array_list *arr, int max) in array_list_expand_internal()
/device/google/bonito/json-c/
Darraylist.c59 static int array_list_expand_internal(struct array_list *arr, int max) in array_list_expand_internal()
/device/google/coral/json-c/
Darraylist.c59 static int array_list_expand_internal(struct array_list *arr, int max) in array_list_expand_internal()
/device/google/crosshatch/json-c/
Darraylist.c59 static int array_list_expand_internal(struct array_list *arr, int max) in array_list_expand_internal()
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c181 unsigned int max; in check_param() local
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c153 float max = 0.0f; in diversityCheckerNormQuality() local
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.c125 float max = NANO_ABS(v[0]); in vecMaxAbsoluteValue() local
Dmat.c474 float max = fabsf(LU->elem[k][k]); in mat44DecomposeLup() local
563 float max = square_mat[0]; in matMaxDiagonalElement() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/
Dpartition_test.cc194 auto randUniform = [&random](int max) { in TEST()
/device/google/contexthub/firmware/os/core/
Dprintf.c164 static uint32_t StrVPrintf_StrLen_withMax(const char* s, uint32_t max) in StrVPrintf_StrLen_withMax()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h125 #define XAF_CHK_RANGE(val, min, max) \ argument
/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_common.inl23 GLM_FUNC_QUALIFIER genType max(genType x, genType y) function
529 GLM_FUNC_QUALIFIER vecType<T, P> max(vecType<T, P> const & a, T b) function
536 GLM_FUNC_QUALIFIER vecType<T, P> max(vecType<T, P> const & a, vecType<T, P> const & b) function
/device/generic/vulkan-cereal/third-party/angle/include/platform/
DPlatformMethods.h199 int max, in DefaultHistogramCustomCounts()
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmathutil.h116 inline T clamp(T x, MIN min, MAX max) in clamp()
130 const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Validate.cpp783 bool GLESv2Validate::attribIndex(int index, int max){ in attribIndex()
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_numerics_unittest.cc58 Src max = SrcLimits::max() / 2 + (SrcLimits::is_integer ? 1 : 0); in GetMaxConvertibleToFloat() local

123