/external/boringssl/src/crypto/fipsmodule/bn/ |
D | add.c | 104 int max, min, dif; in BN_uadd() local 115 dif = max - min; in BN_uadd() 133 while (dif) { in BN_uadd() 134 dif--; in BN_uadd() 150 if (dif && rp != ap) { in BN_uadd() 151 while (dif--) { in BN_uadd() 250 int max, min, dif; in BN_usub() local 256 dif = max - min; in BN_usub() 258 if (dif < 0) // hmm... should not be happening in BN_usub() 288 if (!dif) { in BN_usub() [all …]
|
/external/libldac/src/ |
D | bitalloc_sub_ldac.c | 289 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 …]
|
D | pack_ldac.c | 168 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()
|
D | sigana_fixp_ldac.c | 164 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/toybox/tests/ |
D | renice.test | 98 dif=`echo $(($new_nice_val-$old_nice_val))` 99 dif=`echo ${dif/-}` 100 if [ $dif -ne 1 ]
|
/external/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 154 … LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI() local 169 dif->format(*fromTime, *toTime, expected, pos, status); in testAPI() 180 dif->setDateIntervalInfo(*dii, status); in testAPI() 185 dif.adoptInstead(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testAPI() 192 dif->format(*fromTime, *toTime, actual, pos, status); in testAPI() 1196 …LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyyyMd", enLocale, status… in testYearFormats() local 1204 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats() 1214 …LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yyMd", enLocale, status)); in testYearFormats() local 1222 dif->format(*fromTime, *toTime, actual, pos, status); in testYearFormats() 1232 … LocalPointer<DateIntervalFormat> dif(DateIntervalFormat::createInstance("yMd", enLocale, status)); in testYearFormats() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1446 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() local 1455 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1471 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance() 1476 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1486 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() local 1495 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1512 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter() 1516 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1529 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() local 1534 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/ |
D | DateIntervalFormatTest.java | 1443 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919GetInstance() local 1452 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1468 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919GetInstance() 1473 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919GetInstance() 1483 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9919Setter() local 1492 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1509 dif = DateIntervalFormat.getInstance("yMd", ULocale.ENGLISH); in TestTicket9919Setter() 1513 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9919Setter() 1526 DateIntervalFormat dif = DateIntervalFormat.getInstance( in TestTicket9914() local 1531 dif.format(from, to, new StringBuffer(), new FieldPosition(0)) in TestTicket9914() [all …]
|
/external/jemalloc/test/include/test/ |
D | math.h | 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; in i_gamma() local 106 dif = fabs(gin - rn); in i_gamma() 107 if (dif <= acu && dif <= acu * rn) { in i_gamma()
|
/external/ply/ply/test/ |
D | cleanup.sh | 3 rm -rf *~ *.pyc *.pyo *.dif *.out __pycache__
|
/external/ply/ply/ |
D | .gitignore | 5 *.dif
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
D | Percentile.java | 274 double dif = pos - fpos; in evaluate() local 295 return lower + dif * (upper - lower); in evaluate()
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 42 complex<long double> dif = acc - x; in fft_rmse() local 43 difpower += numext::abs2(dif); in fft_rmse()
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 135 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
|
D | hyph-en-us.hyp.txt | 136 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
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 178 cmsUInt32Number dif = (cmsUInt32Number) (h - l) * a + 0x8000; in LinearInterp() local 179 dif = (dif >> 16) + l; in LinearInterp() 180 return (cmsUInt16Number) (dif); in LinearInterp()
|
D | cmslut.c | 1724 cmsFloat32Number dif = b[i] - a[i]; in EuclideanDistance() local 1725 sum += dif * dif; in EuclideanDistance()
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 3405 dif = context.prec - len(opa) 3406 if dif > 0: 3407 opa = '0'*dif + opa 3408 elif dif < 0: 3410 dif = context.prec - len(opb) 3411 if dif > 0: 3412 opb = '0'*dif + opb 3413 elif dif < 0:
|
/external/python/cpython2/Lib/ |
D | decimal.py | 3262 dif = context.prec - len(opa) 3263 if dif > 0: 3264 opa = '0'*dif + opa 3265 elif dif < 0: 3267 dif = context.prec - len(opb) 3268 if dif > 0: 3269 opb = '0'*dif + opb 3270 elif dif < 0:
|
/external/eigen/Eigen/src/misc/ |
D | lapacke.h | 3912 lapack_int* m, float* pl, float* pr, float* dif ); 3919 lapack_int* m, double* pl, double* pr, double* dif ); 3929 float* dif ); 3939 lapack_int* m, double* pl, double* pr, double* dif ); 3981 float* dif, lapack_int mm, lapack_int* m ); 3987 double* dif, lapack_int mm, lapack_int* m ); 3994 float* s, float* dif, lapack_int mm, lapack_int* m ); 4001 double* s, double* dif, lapack_int mm, 4009 float* f, lapack_int ldf, float* scale, float* dif ); 4016 double* dif ); [all …]
|
/external/lzma/C/ |
D | LzmaEnc.c | 894 ptrdiff_t dif = (ptrdiff_t)-1 - p->matches[numPairs - 1]; in ReadMatchDistances() local 896 for (; pby != pbyLim && *pby == pby[dif]; pby++); in ReadMatchDistances()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 553 offset values, which ensures that the same output is generated for dif- 1220 native matching function, pcre2_dfa_match(), which operates in a dif-
|
D | pcre2grep.txt | 695 Although most of the common options work the same way, a few are dif-
|
D | pcre2.txt | 50 alternative function that matches the same compiled patterns in a dif- 1583 default "C" locale of the local system, which may cause them to be dif- 2024 order to find multiple matches in the subject string or to match dif- 5738 two syntaxes for \x (or by \u in PCRE2_ALT_BSUX mode). There is no dif-
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1901.pat.txt | 3867 3dif
|