/external/guava/guava-tests/test/com/google/common/math/ |
D | BigIntegerMathTest.java | 25 import static java.math.BigInteger.TEN; 179 assertTrue(TEN.pow(result).compareTo(x) <= 0); in testLog10Floor() 180 assertTrue(TEN.pow(result + 1).compareTo(x) > 0); in testLog10Floor() 190 assertTrue(TEN.pow(result).compareTo(x) >= 0); in testLog10Ceiling() 191 assertTrue(result == 0 || TEN.pow(result - 1).compareTo(x) < 0); in testLog10Ceiling() 201 boolean expectSuccess = TEN.pow(logFloor).equals(x); in testLog10Exact() 217 assertTrue(TEN.pow(2 * result + 1).compareTo(x2) > 0); in testLog10HalfUp() 219 assertTrue(result == 0 || TEN.pow(2 * result - 1).compareTo(x2) <= 0); in testLog10HalfUp() 229 assertTrue(TEN.pow(2 * result + 1).compareTo(x2) >= 0); in testLog10HalfDown() 231 assertTrue(result == 0 || TEN.pow(2 * result - 1).compareTo(x2) < 0); in testLog10HalfDown() [all …]
|
D | LongMathTest.java | 79 assertEquals(BigIntegerMath.sqrt(BigInteger.TEN.pow(2 * i + 1), FLOOR), in testConstantsHalfPowersOf10() 83 BigIntegerMath.sqrt(BigInteger.TEN.pow(2 * LongMath.halfPowersOf10.length + 1), FLOOR); in testConstantsHalfPowersOf10()
|
/external/guava/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 136 BigInteger approxPow = BigInteger.TEN.pow(approxLog10); in log10() 152 approxPow = approxPow.divide(BigInteger.TEN); in log10() 156 BigInteger nextPow = BigInteger.TEN.multiply(approxPow); in log10() 162 nextPow = BigInteger.TEN.multiply(approxPow); in log10() 188 BigInteger halfPowerSquared = floorPow.pow(2).multiply(BigInteger.TEN); in log10()
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 372 FIXP_DBL TEN = (FIXP_DBL)0x50000000; /* 10.0 in q27 */ in FDKaacEnc_initSpreading() local 386 fMult(MASKHIGH, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, 27); in FDKaacEnc_initSpreading() 389 fMult(MASKLOW, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, 27); in FDKaacEnc_initSpreading() 392 fMult(MASKHIGHSPREN, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, in FDKaacEnc_initSpreading() 396 fMult(MASKLOWSPREN, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, in FDKaacEnc_initSpreading()
|
/external/clang/test/CodeGenObjC/ |
D | objc-container-subscripting-1.m | 41 // CHECK-NEXT: [[TEN:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_.4 43 …(i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i8*)*)(i8* [[ELEVEN]], i8* [[TEN]], i8* [[EIGHT]])
|
D | arc-precise-lifetime.m | 255 // CHECK-NEXT: [[TEN:%.*]] = bitcast [[TEST1]]* [[NINE]] to i8* 256 // CHECK-NEXT: call void @objc_release(i8* [[TEN]]) 285 // CHECK-NEXT: [[TEN:%.*]] = bitcast [[TEST1]]* [[NINE]] to i8* 286 // CHECK-NEXT: call void @objc_release(i8* [[TEN]])
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/ |
D | DataTest.java | 29 Data data = new Data("Voltage", BigDecimal.TEN, "V"); in testGetUnit()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 621 BigDecimal temp = fallback.multiply(BigDecimal.TEN); 622 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 752 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 753 BigDecimal temp = fallback.divide(BigDecimal.TEN).setScale(0, RoundingMode.FLOOR);
|
D | DecimalQuantity_64BitBCD.java | 131 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
D | DecimalQuantity_ByteArrayBCD.java | 148 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 618 BigDecimal temp = fallback.multiply(BigDecimal.TEN); 619 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 749 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 750 BigDecimal temp = fallback.divide(BigDecimal.TEN).setScale(0, RoundingMode.FLOOR);
|
D | DecimalQuantity_64BitBCD.java | 128 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
D | DecimalQuantity_ByteArrayBCD.java | 145 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | BarPlotExampleActivity.java | 71 TEN, enumConstant 202 spSeriesSize.setSelection(SeriesSize.TEN.ordinal()); in onCreate() 206 case TEN: in onCreate()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 94 const int32 TEN = 10; 95 const int32 ALSO_TEN = TEN; 108 int32 f5 = TEN;
|
/external/icu/icu4c/source/data/translit/ |
D | Tamil_InterIndic.txt | 70 ௰→\uE067\uE066; # UNMAPPED Tamil-InterIndic: NUMBER TEN
|
D | Latin_ASCII.txt | 475 Ⅹ → X ; # 2169;ROMAN NUMERAL TEN (compat) 491 ⅹ → x ; # 2179;SMALL ROMAN NUMERAL TEN (compat) 529 ⑽ → '(10)' ; # 247D;PARENTHESIZED NUMBER TEN (compat) 549 ⒑ → '10.' ; # 2491;NUMBER TEN FULL STOP (compat)
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | LongsTest.java | 432 Longs.tryParse(BigInteger.valueOf(MAX_VALUE).multiply(BigInteger.TEN).toString())); in testTryParse() 436 Longs.tryParse(BigInteger.valueOf(MIN_VALUE).multiply(BigInteger.TEN).toString())); in testTryParse()
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | LongsTest.java | 465 Longs.tryParse(BigInteger.valueOf(MAX_VALUE).multiply(BigInteger.TEN).toString())); in testTryParse() 469 Longs.tryParse(BigInteger.valueOf(MIN_VALUE).multiply(BigInteger.TEN).toString())); in testTryParse()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | README | 24 0xA2CC 0x5341 HANGZHOU NUMERAL TEN
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | README | 24 0xA2CC 0x5341 HANGZHOU NUMERAL TEN
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | DecimalQuantity_DualStorageBCD.java | 220 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_DualStorageBCD.java | 218 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN); in readBigIntegerToBcd()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | ScriptData.txt | 607 U+3229 ( ㈩ ) PARENTHESIZED IDEOGRAPH TEN 644 U+3289 ( ㊉ ) CIRCLED IDEOGRAPH TEN 708 U+3362 ( ㍢ ) IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN 740 U+33E9 ( ㏩ ) IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN 1049 U+3289 ( ㊉ ) CIRCLED IDEOGRAPH TEN 1060 U+3229 ( ㈩ ) PARENTHESIZED IDEOGRAPH TEN
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 570 1F559 FE0E ; text style; # (6.0) CLOCK FACE TEN OCLOCK 571 1F559 FE0F ; emoji style; # (6.0) CLOCK FACE TEN OCLOCK 594 1F565 FE0E ; text style; # (6.0) CLOCK FACE TEN-THIRTY 595 1F565 FE0F ; emoji style; # (6.0) CLOCK FACE TEN-THIRTY
|