/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 293 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local 329 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local 353 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local 381 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local 595 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local 651 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local 717 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local 746 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local 773 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local 861 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf.getAlias()); in Test4087244() local [all …]
|
H A D | numfmtst.cpp | 436 DecimalFormat df(u"0.00 ; -0.00", {"en-us", status}, status); in Test20186_SpacesAroundSemicolon() local 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 1506 DecimalFormat df(pat, US, status); in TestScientific() local 1937 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in TestCurrencyPatterns() local 3297 …DecimalFormat *df = dynamic_cast<DecimalFormat*>(NumberFormat::createCurrencyInstance(Locale::getE… in TestRounding() local 3335 …DecimalFormat *df = dynamic_cast<DecimalFormat*>(NumberFormat::createCurrencyInstance(Locale::getE… in TestRoundingPattern() local 3359 void NumberFormatTest::checkRounding(DecimalFormat* df, double base, int iterations, double increme… in checkRounding() 3376 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | numrgts.cpp | 293 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local 329 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local 353 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local 381 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local 595 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local 651 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local 717 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local 746 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local 773 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local 861 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf.getAlias()); in Test4087244() local [all …]
|
H A D | numfmtst.cpp | 436 DecimalFormat df(u"0.00 ; -0.00", {"en-us", status}, status); in Test20186_SpacesAroundSemicolon() local 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 1506 DecimalFormat df(pat, US, status); in TestScientific() local 1937 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in TestCurrencyPatterns() local 3297 …DecimalFormat *df = dynamic_cast<DecimalFormat*>(NumberFormat::createCurrencyInstance(Locale::getE… in TestRounding() local 3335 …DecimalFormat *df = dynamic_cast<DecimalFormat*>(NumberFormat::createCurrencyInstance(Locale::getE… in TestRoundingPattern() local 3359 void NumberFormatTest::checkRounding(DecimalFormat* df, double base, int iterations, double increme… in checkRounding() 3376 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { in checkRound() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 263 DecimalFormat df = new DecimalFormat("0.00 ; -0.00"); in Test20186_SpacesAroundSemicolon() local 288 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 400 float val = 12345.67f; in TestParseCurrencyTrailingSymbol() local 502 DecimalFormat df = new DecimalFormat("#,###"); in TestSpaceParsingStrict() local 600 Number val = parsedVal.getNumber(); in TestCurrencyFormatForMixParsing() local 617 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(ULocale.ENGLISH); in TestMismatchedCurrencyFormatFail() local 728 Number val = parsedVal.getNumber(); in TestCurrency() local 822 CurrencyAmount val = numFmt.parseCurrency(oneCurrencyFormatResult, null); in TestCurrencyIsoPluralFormat() local 852 Number val = numFmt.parse(stringToBeParsed, parsePosition); in TestMiscCurrencyParsing() local 978 DecimalFormat df = new DecimalFormat("#,##0.00 ¤¤"); in TestParseCurrencyWithWhitespace() local [all …]
|
H A D | NumberFormatRegressionTest.java | 85 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local 231 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local 378 final int val = 123456; in TestT9293() local 406 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local 417 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
|
H A D | NumberRegressionTests.java | 101 DecimalFormat df = new DecimalFormat(); in Test4088161() local 125 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local 143 DecimalFormat df = new DecimalFormat(); in Test4087535() local 162 DecimalFormat df = new DecimalFormat(); in Test4088503() local 283 DecimalFormat df = new DecimalFormat(); in Test4068693() local 326 DecimalFormat df = new DecimalFormat(); in Test4087251() local 349 DecimalFormat df = new DecimalFormat(); in Test4090489() local 372 DecimalFormat df = new DecimalFormat(); in Test4090504() local 393 DecimalFormat df = new DecimalFormat(); in Test4095713() local 410 DecimalFormat df = new DecimalFormat(); in Test4092561() local [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 266 DecimalFormat df = new DecimalFormat("0.00 ; -0.00"); in Test20186_SpacesAroundSemicolon() local 291 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 403 float val = 12345.67f; in TestParseCurrencyTrailingSymbol() local 505 DecimalFormat df = new DecimalFormat("#,###"); in TestSpaceParsingStrict() local 603 Number val = parsedVal.getNumber(); in TestCurrencyFormatForMixParsing() local 620 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(ULocale.ENGLISH); in TestMismatchedCurrencyFormatFail() local 731 Number val = parsedVal.getNumber(); in TestCurrency() local 825 CurrencyAmount val = numFmt.parseCurrency(oneCurrencyFormatResult, null); in TestCurrencyIsoPluralFormat() local 855 Number val = numFmt.parse(stringToBeParsed, parsePosition); in TestMiscCurrencyParsing() local 981 DecimalFormat df = new DecimalFormat("#,##0.00 ¤¤"); in TestParseCurrencyWithWhitespace() local [all …]
|
H A D | NumberFormatRegressionTest.java | 88 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local 234 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local 381 final int val = 123456; in TestT9293() local 409 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local 420 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
|
H A D | NumberRegressionTests.java | 104 DecimalFormat df = new DecimalFormat(); in Test4088161() local 128 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local 146 DecimalFormat df = new DecimalFormat(); in Test4087535() local 165 DecimalFormat df = new DecimalFormat(); in Test4088503() local 286 DecimalFormat df = new DecimalFormat(); in Test4068693() local 329 DecimalFormat df = new DecimalFormat(); in Test4087251() local 352 DecimalFormat df = new DecimalFormat(); in Test4090489() local 375 DecimalFormat df = new DecimalFormat(); in Test4090504() local 396 DecimalFormat df = new DecimalFormat(); in Test4095713() local 413 DecimalFormat df = new DecimalFormat(); in Test4092561() local [all …]
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_aux.c | 84 tmsize_t _TIFFCastUInt64ToSSize(TIFF *tif, uint64_t val, const char *module) in _TIFFCastUInt64ToSSize() 410 long double df; in _TIFFUInt64ToFloat() local 428 long double df; in _TIFFUInt64ToDouble() local 435 float _TIFFClampDoubleToFloat(double val) in _TIFFClampDoubleToFloat() 444 uint32_t _TIFFClampDoubleToUInt32(double val) in _TIFFClampDoubleToUInt32()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | unum.cpp | 174 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local 580 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local 625 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local 637 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local 651 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local 675 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local 739 UnicodeString val(newValue, newValueLength); in unum_setTextAttribute() local 741 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local 801 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local 892 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | unum.cpp | 174 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local 580 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local 625 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local 637 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local 651 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local 675 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local 739 UnicodeString val(newValue, newValueLength); in unum_setTextAttribute() local 741 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local 801 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local 892 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A D | chi_square_test.cc | 38 int df; in TEST() member 94 const double val = ChiSquareValue(spec.df, spec.confidence); in TEST() local 118 int df; in TEST() member
|
/aosp_15_r20/external/pytorch/benchmarks/tensorexpr/ |
H A D | microbenchmarks.py | 18 def __exit__(self, typ, val, traceback): argument 296 def dump_plot(df, sizes): argument 333 df = run_benchmarks(benchmarks, [(i, i) for i in sizes]) variable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/ |
H A D | RandomDataGenerator.java | 227 long val; in nextLong() local 456 public double nextT(double df) throws NotStrictlyPositiveException { in nextT() 543 public double nextChiSquare(double df) { in nextChiSquare()
|
/aosp_15_r20/external/speex/libspeexdsp/ |
H A D | filterbank.c | 57 spx_word32_t df; in filterbank_new() local 81 spx_word16_t val; in filterbank_new() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/maxicode/decoder/ |
H A D | DecodedBitStreamParser.java | 99 NumberFormat df = new DecimalFormat("0000000000".substring(0, ps2Length)); in decode() local 130 int val = 0; in getInt() local
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/netfilter/ |
D | nfnetlink_osf.h | 26 __u32 val; member 41 __u8 ttl, df; member
|