Home
last modified time | relevance | path

Searched defs:max_c (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_quantized_conv_ops.h42 float* min_c, float* max_c) { in MklQuantizationRangeForMultiplication()
71 float* max_c = (*max_c_vector)->flat<float>().data(); in MklQuantizationRangeForMultiplication() local
/aosp_15_r20/external/angle/src/common/
H A Dmathutil.cpp53 const float max_c = std::max<float>({red_c, green_c, blue_c}); in convertRGBFloatsTo999E5() local
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1380 int32_t min_c, int32_t max_c) { in AddCompareWithDeoptimization()
1427 int32_t max_c = value.GetConstant(); in AddComparesWithDeoptimization() local
1547 int32_t max_c = value.GetConstant(); in TransformLoopForDynamicBCE() local
/aosp_15_r20/external/curl/src/
H A Dtool_urlglob.h46 char max_c; member
H A Dtool_urlglob.c204 char max_c; in glob_range() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dtcpsvd.c364 char max_c[32]; in tcpsvd_main() local
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp560 const float max_c = fmax(fmax(red_c, green_c), blue_c); in RGB9E5_reference() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils.h131 float* max_c) { in QuantizationRangeForMultiplication()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp702 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in convertUint_5_9_9_9_rev() local
H A DglcPackedPixelsTests.cpp1704 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in unpack_UNSIGNED_INT_5_9_9_9_REV() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rdopt.c496 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in copy_block_visible() local
546 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in pixel_sse() local
H A Dvp9_encoder.h1580 const int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in sum_squares_visible() local
/aosp_15_r20/external/libyuv/unit_test/
H A Dplanar_test.cc3938 float max_c, max_opt = 0.f; in TestScaleMaxSamples() local