Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
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
/external/angle/src/common/
Dmathutil.cpp53 const float max_c = std::max<float>(std::max<float>(red_c, green_c), blue_c); in convertRGBFloatsTo999E5() local
/external/swiftshader/tests/MathUnitTests/
Dunittests.cpp71 const float max_c = fmax(fmax(red_c, green_c), blue_c); in RGB9E5_reference() local
/external/curl/src/
Dtool_urlglob.h44 char max_c; member
Dtool_urlglob.c193 char max_c; in glob_range() local
/external/toybox/toys/pending/
Dtcpsvd.c372 char max_c[32]; in tcpsvd_main() local
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h131 float* max_c) { in QuantizationRangeForMultiplication()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c505 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/
DglcInternalformatTests.cpp700 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); in convertUint_5_9_9_9_rev() local
DglcPackedPixelsTests.cpp1423 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/
Dplanar_test.cc2907 float max_c, max_opt = 0.f; in TestScaleMaxSamples() local