Home
last modified time | relevance | path

Searched refs:dif (Results 1 – 25 of 58) sorted by relevance

123

/external/libaom/libaom/aom_dsp/
Dentdec.c80 od_ec_window dif; in od_ec_dec_refill() local
84 dif = dec->dif; in od_ec_dec_refill()
94 dif ^= (od_ec_window)bptr[0] << s; in od_ec_dec_refill()
112 dec->dif = dif; in od_ec_dec_refill()
125 static int od_ec_dec_normalize(od_ec_dec *dec, od_ec_window dif, unsigned rng, in od_ec_dec_normalize() argument
134 dec->dif = ((dif + 1) << d) - 1; in od_ec_dec_normalize()
149 dec->dif = ((od_ec_window)1 << (OD_EC_WINDOW_SIZE - 1)) - 1; in od_ec_dec_init()
159 od_ec_window dif; in od_ec_decode_bool_q15() local
167 dif = dec->dif; in od_ec_decode_bool_q15()
169 assert(dif >> (OD_EC_WINDOW_SIZE - 16) < r); in od_ec_decode_bool_q15()
[all …]
Dentdec.h51 od_ec_window dif; member
/external/bcc/scripts/
Dcheck-helpers.sh6 dif=$(diff <(echo "$doc") <(echo "$libbpf"))
9 echo -e "$dif\n"
14 dif=$(diff <(echo "$doc") <(echo "$compat"))
17 echo -e "$dif\n"
22 dif=$(diff <(echo "$compat") <(echo "$virtual"))
25 echo "$dif"
30 dif=$(diff <(echo "$compat") <(echo "$export"))
33 echo "$dif"
/external/libldac/src/
Dbitalloc_sub_ldac.c289 int dif; in calc_add_word_length_ldac() local
297 dif = p_idsf[iqu] - p_idsf[iqu-1]; in calc_add_word_length_ldac()
299 if (dif > 0) { in calc_add_word_length_ldac()
300 if (dif > 5) { in calc_add_word_length_ldac()
303 else if (dif > 4) { in calc_add_word_length_ldac()
306 else if (dif > 3) { in calc_add_word_length_ldac()
309 else if (dif > 2) { in calc_add_word_length_ldac()
312 else if (dif > 1) { in calc_add_word_length_ldac()
317 if (dif < -5) { in calc_add_word_length_ldac()
320 else if (dif < -4) { in calc_add_word_length_ldac()
[all …]
Dpack_ldac.c168 int dif, val0, val1; in pack_scale_factor_0_ldac() local
185 dif = (val1 - val0) & p_hcsf->mask; in pack_scale_factor_0_ldac()
186 … pack_store_ldac(hc_word_ldac(p_hcsf->p_tbl+dif), hc_len_ldac(p_hcsf->p_tbl+dif), p_stream, p_loc); in pack_scale_factor_0_ldac()
237 int dif; in pack_scale_factor_2_ldac() local
243 dif = (p_ac->a_idsf[iqu] - p_ac->p_ab->ap_ac[0]->a_idsf[iqu]) & p_hcsf->mask; in pack_scale_factor_2_ldac()
244 … pack_store_ldac(hc_word_ldac(p_hcsf->p_tbl+dif), hc_len_ldac(p_hcsf->p_tbl+dif), p_stream, p_loc); in pack_scale_factor_2_ldac()
Dsigana_fixp_ldac.c164 INT32 val, dif, a; in calc_sqrt_ldac() local
175 dif = sub_ldac(sa_sqrt_ldac[i+1]<<16, val); /* Q30 */ in calc_sqrt_ldac()
177 val = mad_ldac(val, dif, a); in calc_sqrt_ldac()
/external/libabigail/src/
Dabg-default-reporter.cc277 diff_sptr dif = d.underlying_type_diff(); in report() local
278 if (dif && dif->has_changes()) in report()
280 if (dif->to_be_reported()) in report()
282 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER2(dif, in report()
286 << dif->first_subject()->get_pretty_representation() << "'"; in report()
287 report_loc_info(dif->first_subject(), *d.context(), out); in report()
289 dif->report(out, indent + " "); in report()
300 diff_category c = dif->get_category(); in report()
305 << dif->first_subject()->get_pretty_representation() << "'"; in report()
306 report_loc_info(dif->first_subject(), *d.context(), out); in report()
[all …]
Dabg-comp-filter.cc530 has_harmful_name_change(const diff* dif) in has_harmful_name_change() argument
532 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change()
533 s = is_decl(dif->second_subject()); in has_harmful_name_change()
653 class_diff_has_harmless_odr_violation_change(const diff* dif) in class_diff_has_harmless_odr_violation_change() argument
655 class_diff* d = dynamic_cast<class_diff*>(const_cast<diff*>(dif)); in class_diff_has_harmless_odr_violation_change()
1131 if (const type_decl_diff *dif = is_diff_of_basic_type(d)) in has_basic_type_name_change() local
1132 if (decl_name_changed(dif)) in has_basic_type_name_change()
1147 if (const class_or_union_diff *dif = is_diff_of_class_or_union_type(d)) in has_class_or_union_type_name_change() local
1148 if (decl_name_changed(dif)) in has_class_or_union_type_name_change()
1451 has_fn_parm_type_cv_qual_change(const diff* dif) in has_fn_parm_type_cv_qual_change() argument
[all …]
Dabg-leaf-reporter.cc358 diff_sptr dif = *i; in report() local
359 if (diff_to_be_reported(dif.get())) in report()
360 dif->report(out, indent); in report()
382 for (diff_sptrs_type::const_iterator dif = d.changed_types().begin(); in report() local
383 dif != d.changed_types().end(); in report()
384 ++dif) in report()
386 if (!*dif || !diff_to_be_reported((*dif).get())) in report()
390 << (*dif)->first_subject()->get_pretty_representation() in report()
392 (*dif)->report(out, indent + " "); in report()
400 for (diff_sptrs_type::const_iterator dif= d.changed_decls().begin(); in report() local
[all …]
Dabg-comparison.cc680 if (const class_or_union_diff *dif = is_class_or_union_diff(d)) in is_anonymous_class_or_union_diff() local
681 if (dif->first_class_or_union()->get_is_anonymous()) in is_anonymous_class_or_union_diff()
682 return dif; in is_anonymous_class_or_union_diff()
1096 diff_sptr dif(const_cast<diff*>(d), noop_deleter()); in add_diff() local
1097 add_diff(d->first_subject(), d->second_subject(), dif); in add_diff()
7861 diff_maps::insert_diff_node(const diff *dif, in insert_diff_node() argument
7864 string n = get_pretty_representation(dif->first_subject(), in insert_diff_node()
7866 if (const type_decl_diff *d = is_diff_of_basic_type(dif)) in insert_diff_node()
7868 else if (const enum_diff *d = is_enum_diff(dif)) in insert_diff_node()
7870 else if (const class_diff *d = is_class_diff(dif)) in insert_diff_node()
[all …]
/external/llvm-project/flang/test/Semantics/
Dcall09.f9099 subroutine test2(unknown,ds,drf,dif) ! 15.5.2.9(2,3) argument
100 external :: unknown, ds, drf, dif
102 integer :: dif local
125 call forwardproc(dif) ! ok
136 call callsub(dif)
150 call takesrealfunc1(dif)
164 call takesrealfunc2(dif)
/external/toybox/tests/
Drenice.test98 dif=`echo $(($new_nice_val-$old_nice_val))`
99 dif=`echo ${dif/-}`
100 if [ $dif -ne 1 ]
/external/jemalloc_new/test/include/test/
Dmath.h46 double acu, factor, oflo, gin, term, rn, a, b, an, dif; in i_gamma() local
98 dif = fabs(gin - rn); in i_gamma()
99 if (dif <= acu && dif <= acu * rn) { in i_gamma()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1642 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() local
1651 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance()
1667 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance()
1672 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance()
1682 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() local
1691 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter()
1708 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter()
1712 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter()
1725 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() local
1730 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9914()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1639 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() local
1648 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance()
1664 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance()
1669 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance()
1679 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() local
1688 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter()
1705 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter()
1709 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter()
1722 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() local
1727 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9914()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp161 … LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI() local
176 dif->format(*fromTime, *toTime, expected, pos, status); in testAPI()
187 dif->setDateIntervalInfo(*dii, status); in testAPI()
192 dif.adoptInstead(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI()
199 dif->format(*fromTime, *toTime, actual, pos, status); in testAPI()
1419 …LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyyyMd", enLocale, status… in testYearFormats() local
1427 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats()
1437 …LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyMd", enLocale, status)); in testYearFormats() local
1445 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats()
1455 … LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testYearFormats() local
[all …]
/external/ply/ply/test/
Dcleanup.sh3 rm -rf *~ *.pyc *.pyo *.dif *.out __pycache__
/external/ply/ply/
D.gitignore5 *.dif
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DPercentile.java274 double dif = pos - fpos; in evaluate() local
295 return lower + dif * (upper - lower); in evaluate()
/external/libabigail/include/
Dabg-comp-filter.h36 has_harmful_name_change(const diff* dif);
Dabg-comparison.h2878 peel_typedef_diff(const diff* dif);
2881 peel_pointer_diff(const diff* dif);
2884 peel_reference_diff(const diff* dif);
2887 peel_qualified_diff(const diff* dif);
2890 peel_pointer_or_qualified_type_diff(const diff* dif);
2893 peel_typedef_or_qualified_type_diff(const diff* dif);
/external/eigen/unsupported/test/
DFFTW.cpp42 complex<long double> dif = acc - x; in fft_rmse() local
43 difpower += numext::abs2(dif); in fft_rmse()
/external/hyphenation-patterns/en-US/
Dhyph-en-us.hyp.txt136 bi-dif-fer-en-tial
309 dif-fract
310 dif-fracts
311 dif-frac-tion
312 dif-frac-tions
901 pseu-do-dif-fer-en-tial
1123 sub-dif-fer-en-tial
Dushyphex.tex135 bi-dif-fer-en-tial
308 dif-fract
309 dif-fracts
310 dif-frac-tion
311 dif-frac-tions
900 pseu-do-dif-fer-en-tial
1122 sub-dif-fer-en-tial
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp504 int dif = address - al.m_process_start; in GetAllocSize() local
505 size = al.m_size - dif; in GetAllocSize()

123