/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 192 int *bmin, /*!< hlpNew: first mandatory border */ 197 INT *length_v_freq, INT bmin, INT rest); 205 INT *length_v_bord, INT bmin, INT *v_freq, 341 INT numEnv, tranPosInternal = 0, bmin = 0, bmax = 0, parts, d, i_cmon = 0, in FDKsbrEnc_frameInfoGenerator() local 490 length_v_bord, v_freq, length_v_freq, &bmin, &bmax); in FDKsbrEnc_frameInfoGenerator() 515 fillFramePre(dmax, v_bord, length_v_bord, v_freq, length_v_freq, bmin, in FDKsbrEnc_frameInfoGenerator() 516 bmin - bufferFrameStart); /* FH 00-06-26 */ in FDKsbrEnc_frameInfoGenerator() 589 fillFrameInter(&nL, v_tuningSegm, v_bord, length_v_bord, bmin, v_freq, in FDKsbrEnc_frameInfoGenerator() 834 int *bmin, /*!< hlpNew: first mandatory border */ in fillFrameTran() argument 881 *bmin = v_bord[0]; in fillFrameTran() [all …]
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. in diag() local 158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d]) in diag() 166 if (bmin > dmin) in diag() 167 bd[bdiagoff + --bmin - 1] = Integer.MAX_VALUE; in diag() 169 ++bmin; in diag() 174 for (d = bmax; d >= bmin; d -= 2) in diag() 243 for (d = bmax; d >= bmin; d -= 2) in diag()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsgmt.c | 511 double bmax, double bmin) in cmsDesaturateLab() argument 532 Lab -> b < bmin || Lab->b > bmax) { in cmsDesaturateLab() 544 Lab -> b = Lab->b < 0 ? bmin : bmax; in cmsDesaturateLab() 579 Lab -> b = bmin; in cmsDesaturateLab() 580 Lab -> a = bmin / slope; in cmsDesaturateLab()
|
/external/libaom/libaom/third_party/fastfeat/ |
D | fast_9.c | 10 int bmin = bstart; in fast9_corner_score() local 12 int b = (bmax + bmin)/2; in fast9_corner_score() 2924 bmin=b; in fast9_corner_score() 2933 if(bmin == bmax - 1 || bmin == bmax) in fast9_corner_score() 2934 return bmin; in fast9_corner_score() 2935 b = (bmin + bmax) / 2; in fast9_corner_score()
|
/external/icu/icu4c/source/data/unit/ |
D | nb.txt | 1146 one{"{0} bmin"} 1147 other{"{0} bmin"}
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 126 private static final byte bmin = -128; field in DiagBigDecimalTest 2748 … TestFmwk.assertTrue("byv011", ((bmin))==((new android.icu.math.BigDecimal(bmin)).byteValue())); in diagbyteValue() 2752 … TestFmwk.assertTrue("byv015", ((bmin))==((new android.icu.math.BigDecimal(bmax+1)).byteValue())); in diagbyteValue() 2753 … TestFmwk.assertTrue("byv016", ((bmax))==((new android.icu.math.BigDecimal(bmin-1)).byteValue())); in diagbyteValue() 2761 …TestFmwk.assertTrue("byv027", ((bmin))==((new android.icu.math.BigDecimal(bmin)).byteValueExact())… in diagbyteValue() 2796 (new android.icu.math.BigDecimal(bmin)).subtract(one) in diagbyteValue() 2816 (new android.icu.math.BigDecimal(bmin)).multiply(two) in diagbyteValue() 2820 (new android.icu.math.BigDecimal(bmin)).multiply(ten) in diagbyteValue()
|
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/guice/lib/build/jdiff/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 123 private static final byte bmin = -128; field in DiagBigDecimalTest 2745 … TestFmwk.assertTrue("byv011", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmin)).byteValue())); in diagbyteValue() 2749 … TestFmwk.assertTrue("byv015", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmax+1)).byteValue())); in diagbyteValue() 2750 … TestFmwk.assertTrue("byv016", ((bmax))==((new com.ibm.icu.math.BigDecimal(bmin-1)).byteValue())); in diagbyteValue() 2758 …TestFmwk.assertTrue("byv027", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmin)).byteValueExact())… in diagbyteValue() 2793 (new com.ibm.icu.math.BigDecimal(bmin)).subtract(one) in diagbyteValue() 2813 (new com.ibm.icu.math.BigDecimal(bmin)).multiply(two) in diagbyteValue() 2817 (new com.ibm.icu.math.BigDecimal(bmin)).multiply(ten) in diagbyteValue()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1894 double bmax, double bmin);
|
/external/libxml2/ |
D | xmlschemas.c | 16816 int bmin, int bmax) in xmlSchemaCheckParticleRangeOK() argument 16818 if (rmin < bmin) in xmlSchemaCheckParticleRangeOK()
|