Searched refs:term2 (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 150 LLVMValueRef term2) in lp_build_blend_func() argument 154 return lp_build_add(bld, term1, term2); in lp_build_blend_func() 156 return lp_build_sub(bld, term1, term2); in lp_build_blend_func() 158 return lp_build_sub(bld, term2, term1); in lp_build_blend_func() 160 return lp_build_min(bld, term1, term2); in lp_build_blend_func() 162 return lp_build_max(bld, term1, term2); in lp_build_blend_func()
|
D | lp_bld_blend.h | 92 LLVMValueRef term2);
|
/external/markdown/tests/extensions-x-def_list/ |
D | simple_def-lists.txt | 6 term2-1 7 term2-2
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | relaxed_onehot_categorical_test.py | 113 term2 = np.sum(p/(np.power(x, temperature)), axis=1, keepdims=True) 115 expected_pdf = term1*np.power(term2, -k)*term3
|
/external/tensorflow/tensorflow/contrib/losses/python/losses/ |
D | loss_ops.py | 591 term2 = 2.0 * math_ops.div_no_nan( 596 loss = _scale_losses(term1 - term2, weights)
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_grad.py | 457 term2 = math_ops.matmul(u_s_inv, term2_nous) 459 grad_a_before_transpose = term1 + term2
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | losses_impl.py | 582 term2 = 2.0 * math_ops.div_no_nan( 589 weighted_losses = math_ops.multiply(term1 - term2, weights)
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 3605 var term2; 3622 …if ((((term2 = ((lst.car).cdr.car)), (unify_subst_nboyer = null), (one_way_unify1_nboyer(sc_term_1… 3635 one_way_unify1_nboyer = function(term1, term2) { argument 3639 if (!(term2 instanceof sc_Pair)) 3641 (temp_temp = (sc_assq(term2, unify_subst_nboyer))); 3645 if ((sc_isNumber(term2))) 3646 return (sc_isEqual(term1, term2)); 3649 … (unify_subst_nboyer = (new sc_Pair((new sc_Pair(term2, term1)), unify_subst_nboyer))); 3657 if (((term1.car)===(term2.car))) 3660 (lst2 = (term2.cdr));
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 2556 term2 = N.where( 2559 Z = (term1 - term2) / N.sqrt(2 / (9.0 * A))
|