Searched defs:max_c (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_quantized_conv_ops.h | 42 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 D | mathutil.cpp | 53 const float max_c = std::max<float>({red_c, green_c, blue_c}); in convertRGBFloatsTo999E5() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | bounds_check_elimination.cc | 1380 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 D | tool_urlglob.h | 46 char max_c; member
|
H A D | tool_urlglob.c | 204 char max_c; in glob_range() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | tcpsvd.c | 364 char max_c[32]; in tcpsvd_main() local
|
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/ |
H A D | unittests.cpp | 560 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 D | quantization_utils.h | 131 float* max_c) { in QuantizationRangeForMultiplication()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 702 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in convertUint_5_9_9_9_rev() local
|
H A D | glcPackedPixelsTests.cpp | 1704 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 D | vp9_rdopt.c | 496 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 D | vp9_encoder.h | 1580 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 D | planar_test.cc | 3938 float max_c, max_opt = 0.f; in TestScaleMaxSamples() local
|