/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Lut3d.cpp | 100 int4 weight1 = (int4)0x8000 - weight2; in kernel() local 118 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7; in kernel() 119 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7; in kernel() 120 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7; in kernel() 121 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7; in kernel() 123 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() 124 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (int4)15; in kernel() 126 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15; in kernel() 138 ALOGE("weight1 %08x %08x %08x %08x", weight1.x, weight1.y, weight1.z, weight1.w); in kernel()
|
/external/libgav1/src/dsp/x86/ |
D | distance_weighted_blend_sse4.cc | 232 const __m128i& weight1) { in ComputeWeightedAverage8() argument 245 __m128i mult1 = _mm_mullo_epi32(prediction1, weight1); in ComputeWeightedAverage8() 253 mult1 = _mm_mullo_epi32(prediction1, weight1); in ComputeWeightedAverage8() 270 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlend4xH_SSE4_1() local 279 ComputeWeightedAverage8(src_00, src_10, weight0, weight1); in DistanceWeightedBlend4xH_SSE4_1() 286 ComputeWeightedAverage8(src_01, src_11, weight0, weight1); in DistanceWeightedBlend4xH_SSE4_1() 308 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlend8xH_SSE4_1() local 317 ComputeWeightedAverage8(src_00, src_10, weight0, weight1); in DistanceWeightedBlend8xH_SSE4_1() 324 ComputeWeightedAverage8(src_01, src_11, weight0, weight1); in DistanceWeightedBlend8xH_SSE4_1() 341 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlendLarge_SSE4_1() local [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | gre_multipath_nh.sh | 237 local weight1=$1; shift 241 ip nexthop replace id 103 group 101,$weight1/102,$weight2 255 multipath_eval "$what" $weight1 $weight2 $d111 $d222 264 local weight1=$1; shift 268 ip nexthop replace id 103 group 101,$weight1/102,$weight2 283 multipath_eval "$what" $weight1 $weight2 $d111 $d222 292 local weight1=$1; shift 296 ip nexthop replace id 103 group 101,$weight1/102,$weight2 310 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | gre_multipath_nh_res.sh | 239 local weight1=$1; shift 243 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \ 258 multipath_eval "$what" $weight1 $weight2 $d111 $d222 267 local weight1=$1; shift 271 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \ 287 multipath_eval "$what" $weight1 $weight2 $d111 $d222 296 local weight1=$1; shift 300 ip nexthop replace id 103 group 101,$weight1/102,$weight2 \ 315 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | gre_inner_v4_multipath.sh | 257 local weight1=$1; shift 262 nexthop via 192.0.2.146 weight $weight1 \ 278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | gre_multipath.sh | 210 local weight1=$1; shift 215 nexthop dev g1a weight $weight1 \ 230 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | gre_inner_v6_multipath.sh | 257 local weight1=$1; shift 262 nexthop via 192.0.2.146 weight $weight1 \ 279 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | ip6gre_inner_v4_multipath.sh | 256 local weight1=$1; shift 261 nexthop via 2001:db8:81::2 weight $weight1 \ 277 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
D | ip6gre_inner_v6_multipath.sh | 256 local weight1=$1; shift 261 nexthop via 2001:db8:81::2 weight $weight1 \ 278 multipath_eval "$what" $weight1 $weight2 $d111 $d222
|
/external/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 263 real64 weight1) in Interpolate() argument 266 if (weight1 >= 1.0) in Interpolate() 282 if (weight1 <= 0.0) in Interpolate() 331 real32 w1 = (real32) weight1; in Interpolate()
|
D | dng_hue_sat_map.h | 228 real64 weight1);
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_calc_m1m2_common.c | 45 WORD32 *weight1, WORD32 *weight2, ia_mps_dec_mps_tables_struct *ia_mps_dec_mps_table_ptr) { in ixheaacd_get_matrix_inversion_weights() argument 103 *weight1 = ixheaacd_mps_div32_in_q15(temp_2, temp_1); in ixheaacd_get_matrix_inversion_weights() 110 VOID ixheaacd_invert_matrix(WORD32 weight1, WORD32 weight2, WORD32 h_real[][2], in ixheaacd_invert_matrix() argument 123 len1 = ixheaacd_mps_sqrt((ONE_IN_Q15 - (weight1 << 1) + ((weight1 * weight1) >> 14)), &q_len1, in ixheaacd_invert_matrix() 132 h11_f_real = ixheaacd_mps_div32_in_q15((ONE_IN_Q15 - weight1), len1); in ixheaacd_invert_matrix() 134 h11_f_imag = ixheaacd_mps_div32_in_q15(weight1, len1); in ixheaacd_invert_matrix() 815 WORD32 weight1; in ixheaacd_calculate_mtx_inv() local 822 p_aux_struct->ttt_cpc_1[0][ps][pb], p_aux_struct->ttt_cpc_2[0][ps][pb], &weight1, in ixheaacd_calculate_mtx_inv() 827 p_cur_bs->cmp_ttt_cld_1_idx[0][ps][pb], p_cur_bs->cmp_ttt_cld_2_idx[0][ps][pb], &weight1, in ixheaacd_calculate_mtx_inv() 831 ixheaacd_invert_matrix(weight1, weight2, h_real, h_imag, in ixheaacd_calculate_mtx_inv()
|
D | ixheaacd_mps_calc_m1m2_common.h | 30 WORD32 *weight1, WORD32 *weight2, ia_mps_dec_mps_tables_struct *ia_mps_dec_mps_table_ptr); 32 VOID ixheaacd_invert_matrix(WORD32 weight1, WORD32 weight2, WORD32 h_real[][2],
|
D | ixheaacd_mps_calc_m1m2_emm.c | 79 WORD32 weight1; in ixheaacd_calc_m1m2_emm() local 88 p_aux_struct->ttt_cpc_1[0][ps][pb], p_aux_struct->ttt_cpc_2[0][ps][pb], &weight1, in ixheaacd_calc_m1m2_emm() 91 ixheaacd_invert_matrix(weight1, weight2, h_real, h_imag, in ixheaacd_calc_m1m2_emm()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lstm_test.py | 196 weight1 = 1. 201 m0 = self._NextM(self._inputs, weight1, m_init, c_init) 202 c0 = self._NextC(self._inputs, weight1, m_init, c_init) 204 m1 = self._NextM(self._inputs, weight1, m0, c0) 205 c1 = self._NextC(self._inputs, weight1, m0, c0) 207 m2 = self._NextM(self._inputs, weight1, m1, c1)
|
/external/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 70 const __m128 weight1 = _mm_loadu_ps(&weights[(2 * i + 1) * num_inputs]); in nn_propagate_4to4() local 71 const __m128 mul1 = _mm_mul_ps(weight1, inputs128); in nn_propagate_4to4() 91 const __m128 weight1 = _mm_loadu_ps(&weights[(2 * i + 1) * num_inputs]); in nn_propagate_4to8() local 93 const __m128 mul1 = _mm_mul_ps(inputs128, weight1); in nn_propagate_4to8()
|
/external/libaom/av1/encoder/arm/neon/ |
D | ml_neon.c | 156 const float32x4_t weight1 = in nn_propagate_4to4() local 158 mul1[i] = vmlaq_f32(mul1[i], weight1, v_input); in nn_propagate_4to4() 193 const float32x4_t weight1 = in nn_propagate_4to8() local 196 mul1[i] = vmlaq_f32(mul1[i], v_input, weight1); in nn_propagate_4to8()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 1500 private Status computeStatus(long weight1, long weight2) { in computeStatus() argument 1501 if (weight1 > weight2 && weight1 >= getRequiredVotes()) { in computeStatus() 1504 if (weight1 > weight2 && in computeStatus() 1505 (weight1 >= 4 && Status.contributed.compareTo(baselineStatus) > 0 in computeStatus() 1506 || weight1 >= 2 && organizationToValueAndVote.getOrgCount(winningValue) >= 2) ) { in computeStatus() 1509 if (weight1 >= weight2 && weight1 >= 2) { in computeStatus()
|
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 1321 WORD32 weight1, weight2; in ih264d_motion_compensate_mp() local 1326 weight1 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp() 1340 weight1, weight2, ofst1, in ih264d_motion_compensate_mp() 1346 weight1 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp() 1364 weight1, weight2, ofst1, ofst2, in ih264d_motion_compensate_mp()
|
/external/python/pyyaml/examples/yaml-highlight/ |
D | yaml_hl.py | 84 for index, weight1, weight2, substitution in markers:
|
/external/llvm/test/CodeGen/Mips/ |
D | delay-slot-fill-forward.ll | 25 @weight1 = external global i16, align 2 69 store i16 %conv88673, i16* @weight1, align 2, !tbaa !5
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 1827 LLVMValueRef weight0, weight1, weight, delta; in s3tc_decode_block_dxt5() local 1848 weight1 = LLVMConstVector(elems, 8); in s3tc_decode_block_dxt5() 1851 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, ""); in s3tc_decode_block_dxt5() 1852 weight = lp_build_select(&bld8, sel_mask, weight0, weight1); in s3tc_decode_block_dxt5()
|
D | lp_bld_sample_soa.c | 984 LLVMValueRef weight1, in lp_build_masklerp2d() argument 992 return lp_build_lerp(bld, weight1, val0, val1, 0); in lp_build_masklerp2d()
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 269 nonzero_weights |= w.weight1 != 0x0; in pandecode_midgard_tiler_descriptor()
|
/external/ruy/ruy/ |
D | test.h | 289 Scalar WeightedSum(Scalar s1, float weight1, Scalar s2, float weight2) { 290 float sum = s1 * weight1 + s2 * weight2;
|