Searched defs:max_c (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
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
|
/external/angle/src/common/ |
D | mathutil.cpp | 53 const float max_c = std::max<float>(std::max<float>(red_c, green_c), blue_c); in convertRGBFloatsTo999E5() local
|
/external/swiftshader/tests/MathUnitTests/ |
D | unittests.cpp | 71 const float max_c = fmax(fmax(red_c, green_c), blue_c); in RGB9E5_reference() local
|
/external/curl/src/ |
D | tool_urlglob.h | 44 char max_c; member
|
D | tool_urlglob.c | 193 char max_c; in glob_range() local
|
/external/toybox/toys/pending/ |
D | tcpsvd.c | 372 char max_c[32]; in tcpsvd_main() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 131 float* max_c) { in QuantizationRangeForMultiplication()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 505 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in copy_block_visible() local 555 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in pixel_sse() local 593 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in sum_squares_visible() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 700 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in convertUint_5_9_9_9_rev() local
|
D | glcPackedPixelsTests.cpp | 1423 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in unpack_UNSIGNED_INT_5_9_9_9_REV() local
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2907 float max_c, max_opt = 0.f; in TestScaleMaxSamples() local
|