/external/tensorflow/tensorflow/core/kernels/ |
mkl_quantized_conv_ops.h | 42 float* min_c, float* max_c) { 54 *max_c = c_float_for_one_quant_level * c_highest; 71 float* max_c = (*max_c_vector)->flat<float>().data(); local 81 max_c[n] = c_float_for_one_quant_level * c_highest;
|
/external/curl/src/ |
tool_urlglob.h | 44 char max_c; member in struct:__anon18628::__anon18629::__anon18631
|
tool_urlglob.c | 192 char max_c; local 198 rc = sscanf(pattern, "%c-%c%c", &min_c, &max_c, &end_c); 221 (min_c == max_c && step != 1) || 222 (min_c != max_c && (min_c > max_c || step > (unsigned)(max_c - min_c) || 223 (max_c - min_c) > ('z' - 'a')))) 230 pat->content.CharRange.max_c = max_c; 232 if(multiply(amount, ((pat->content.CharRange.max_c [all...] |
/external/swiftshader/src/System/ |
Half.hpp | 79 const float max_c = std::max<float>(std::max<float>(red_c, green_c), blue_c); local 81 std::max<float>(-g_sharedexp_bias - 1, floor(log(max_c))) + 1 + g_sharedexp_bias; 83 floor((max_c / (pow(2.0f, exp_p - g_sharedexp_bias - g_sharedexp_mantissabits))) + 0.5f));
|
/external/toybox/toys/pending/ |
tcpsvd.c | 372 char max_c[32]; local 373 sprintf(max_c, "%d", TT.maxc); 374 setenv("TCPCONCURRENCY", max_c, 1); //Not valid for udp
|
/art/compiler/optimizing/ |
bounds_check_elimination.cc | 1314 int32_t max_c = value.GetConstant(); local 1433 int32_t max_c = value.GetConstant(); local [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcPackedPixelsTests.cpp | 1423 GLfloat max_c = deFloatMax(deFloatMax(red_c, green_c), blue_c); local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 487 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); local 492 for (c = 0; c < max_c; ++c) { 525 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); local 530 for (c = 0; c < max_c; ++c) { [all...] |