Searched refs:zero_d (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_quant_iquant_ssd_neon_intr.c | 106 const int16x4_t zero_d = vdup_n_s16(0); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() local 288 vst1_s16((pi2_iq_dst + j), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 289 vst1_s16((pi2_iq_dst + j + dst_iq_strd), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 290 vst1_s16((pi2_iq_dst + j + (2 * dst_iq_strd)), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 291 vst1_s16((pi2_iq_dst + j + (3 * dst_iq_strd)), zero_d); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 380 const int16x4_t zero_d = vdup_n_s16(0); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() local 648 vst1_s16((pi2_iq_dst + j), zero_d); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 649 vst1_s16((pi2_iq_dst + j + dst_iq_strd), zero_d); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 650 vst1_s16((pi2_iq_dst + j + (2 * dst_iq_strd)), zero_d); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 651 vst1_s16((pi2_iq_dst + j + (3 * dst_iq_strd)), zero_d); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 3856 zero_d = Decimal('0.0') 3880 assert_attr(zero_d, neg_zero_f, '__eq__', c, None) 3881 assert_attr(zero_d, zero_f, '__eq__', c, None)
|