Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/fipsmodule/bn/
Dadd.c104 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/
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/toybox/tests/
Drenice.test98 dif=`echo $(($new_nice_val-$old_nice_val))`
99 dif=`echo ${dif/-}`
100 if [ $dif -ne 1 ]
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp154 … 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/
DDateIntervalFormatTest.java1446 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/
DDateIntervalFormatTest.java1443 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/
Dmath.h56 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/
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/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/
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
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
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c178 cmsUInt32Number dif = (cmsUInt32Number) (h - l) * a + 0x8000; in LinearInterp() local
179 dif = (dif >> 16) + l; in LinearInterp()
180 return (cmsUInt16Number) (dif); in LinearInterp()
Dcmslut.c1724 cmsFloat32Number dif = b[i] - a[i]; in EuclideanDistance() local
1725 sum += dif * dif; in EuclideanDistance()
/external/python/cpython3/Lib/
D_pydecimal.py3405 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/
Ddecimal.py3262 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/
Dlapacke.h3912 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/
DLzmaEnc.c894 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/
Dpcre2test.txt553 offset values, which ensures that the same output is generated for dif-
1220 native matching function, pcre2_dfa_match(), which operates in a dif-
Dpcre2grep.txt695 Although most of the common options work the same way, a few are dif-
Dpcre2.txt50 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/
Dhyph-de-1901.pat.txt3867 3dif

12