/external/pdfium/third_party/lcms/src/ |
D | cmsgmt.c | 510 double amax, double amin, in cmsDesaturateLab() argument 531 if (Lab -> a < amin || Lab->a > amax|| in cmsDesaturateLab() 559 Lab -> a = amax; in cmsDesaturateLab() 560 Lab -> b = amax * slope; in cmsDesaturateLab()
|
/external/eigen/blas/ |
D | level1_impl.h | 100 Scalar amax = aa>ab ? a : b; in EIGEN_BLAS_FUNC() local 101 r = amax>0 ? r : -r; in EIGEN_BLAS_FUNC()
|
/external/tensorflow/tensorflow/contrib/constrained_optimization/python/ |
D | candidates_test.py | 58 maximum_constraint_violation = np.amax(
|
D | candidates.py | 201 upper = np.min(np.amax(constraints_matrix, axis=0))
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_gpu_test.py | 49 num_channels = np.amax(target) + 1
|
/external/cblas/ |
D | README | 60 Fixed the i?amax error that I reported three years ago: standard dictates
|
/external/autotest/client/site_tests/power_SuspendStress/ |
D | power_SuspendStress.py | 114 keyvals[key + '_max'] = numpy.amax(values)
|
/external/eigen/Eigen/src/misc/ |
D | lapacke.h | 236 float* colcnd, float* amax ); 240 double* rowcnd, double* colcnd, double* amax ); 245 float* amax ); 250 double* amax ); 255 float* colcnd, float* amax ); 259 double* rowcnd, double* colcnd, double* amax ); 264 float* amax ); 269 double* colcnd, double* amax ); 532 float* rowcnd, float* colcnd, float* amax ); 536 double* amax ); [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lrn_ops_test.py | 88 err = np.amax(np.abs(result - expected))
|
D | reduce_ops_test.py | 139 return np.amax(inp, axis)
|
D | depthwise_conv_op_test.py | 192 np.amax(np.absolute(native_result - interface_result)))
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | lrn_op_test.py | 87 err = np.amax(np.abs(result - expected))
|
D | neon_depthwise_conv_op_test.py | 151 np.amax(np.absolute(native_result - interface_result)))
|
D | softmax_op_test.py | 46 np.amax(
|
D | xent_op_test.py | 49 features - np.reshape(np.amax(features, axis=dim), one_only_on_dim))
|
D | sparse_xent_op_test.py | 56 np.amax(
|
D | fractional_max_pool_op_test.py | 61 output_image = np.vstack((output_image, np.amax(
|
D | depthwise_conv_op_test.py | 183 np.amax(np.absolute(native_result - interface_result)))
|
D | reduction_ops_test.py | 788 np_ans = np.amax(np_ans, keepdims=keepdims) 791 np_ans = np.amax(np_ans, axis=ra, keepdims=keepdims)
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | sinh_arcsinh_bijector_test.py | 159 if np.amax(y) <= np.sqrt(np.finfo(np.float128).max) and \
|
/external/webp/src/enc/ |
D | quant_enc.c | 344 const double amax = 0.85; in QualityToJPEGCompression() local 347 const double slope = (exp_min - exp_max) / (amax - amin); in QualityToJPEGCompression() 350 const double expn = (alpha > amax) ? exp_min in QualityToJPEGCompression()
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local 2674 if (aval > amax) in compare_two_images() 2675 amax = aval; in compare_two_images() 2756 if (amax >= a->image.colormap_entries) in compare_two_images() 2759 sprintf(pindex, "%d[%u]", amax, in compare_two_images()
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 842 logits - np.amax(logits, axis=1, keepdims=True)) 899 logits - np.amax(logits, axis=1, keepdims=True))
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 454 int amax = INT_MAX < SIZE_MAX ? INT_MAX : SIZE_MAX; in growalloc() local 455 if ((amax - 1) / 3 * 2 < *nitems_alloc) in growalloc()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | hierarchical_controller.py | 682 group_normalizer = np.amax(group_embedding, axis=1, keepdims=True)
|