/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument 306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument 309 #define DFBYTE(df, off) ((df)->bytes[off]) argument 310 #define DFWORD(df, off) ((df)->words[off]) argument 315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument 316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument 317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument 318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument 319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument 320 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument [all …]
|
/external/icu/libicu/cts_headers/ |
D | decNumberLocal.h | 305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument 306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument 309 #define DFBYTE(df, off) ((df)->bytes[off]) argument 310 #define DFWORD(df, off) ((df)->words[off]) argument 315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument 316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument 317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument 318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument 319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument 320 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
D | DateDeserializers.java | 104 protected abstract DateBasedDeserializer<T> withDateFormat(DateFormat df, String formatStr); in withDateFormat() 127 SimpleDateFormat df = new SimpleDateFormat(pattern, loc); in createContextual() local 139 DateFormat df = ctxt.getConfig().getDateFormat(); in createContextual() local 162 DateFormat df = ctxt.getConfig().getDateFormat(); in createContextual() local 247 public CalendarDeserializer(CalendarDeserializer src, DateFormat df, String formatString) { in CalendarDeserializer() 253 protected CalendarDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() 301 public DateDeserializer(DateDeserializer base, DateFormat df, String formatString) { in DateDeserializer() 306 protected DateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() 329 public SqlDateDeserializer(SqlDateDeserializer src, DateFormat df, String formatString) { in SqlDateDeserializer() 334 protected SqlDateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | RegressionTest.java | 33 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local 47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local 66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
|
D | ICUDurationTest.java | 177 DurationFormat df; in TestBasics() local 220 DurationFormat df; in TestSimpleXMLDuration() local 317 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local 332 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local 352 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local 364 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local 426 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | RegressionTest.java | 36 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local 50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local 69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
|
D | ICUDurationTest.java | 180 DurationFormat df; in TestBasics() local 223 DurationFormat df; in TestSimpleXMLDuration() local 320 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local 335 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local 355 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local 367 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local 429 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 137 DecimalFormat df("0", {"en", status}, status); in testAPI() local 149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local 483 LocalPointer<DecimalFormat>df(new DecimalFormat(status)); in TestCurrencyPluralInfo() local 664 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local 981 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local 1006 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local 1057 DecimalFormat df(status); in testErrorCode() local 1062 DecimalFormat df(pattern, status); in testErrorCode() local 1067 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local 1072 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local [all …]
|
D | miscdtfm.cpp | 165 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local 197 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local 228 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local 257 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
|
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 …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
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 …]
|
D | DateFormatRoundTripTest.java | 126 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local 134 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local 143 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
|
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 409 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local 420 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
|
D | NumberFormatJavaCompatilityTest.java | 97 DecimalFormat df = new DecimalFormat(pattern, new DecimalFormatSymbols(ULocale.US)); in assertParsedICU4J() local 106 java.text.DecimalFormat df = new java.text.DecimalFormat(pattern, in assertParsedOpenJDK() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
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 …]
|
D | DateFormatRoundTripTest.java | 123 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local 131 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local 140 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
|
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 406 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local 417 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
|
D | NumberFormatJavaCompatilityTest.java | 94 DecimalFormat df = new DecimalFormat(pattern, new DecimalFormatSymbols(ULocale.US)); in assertParsedICU4J() local 103 java.text.DecimalFormat df = new java.text.DecimalFormat(pattern, in assertParsedOpenJDK() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | ChiSquaredDistributionImpl.java | 51 public ChiSquaredDistributionImpl(double df) { in ChiSquaredDistributionImpl() 64 public ChiSquaredDistributionImpl(double df, GammaDistribution g) { in ChiSquaredDistributionImpl() 79 public ChiSquaredDistributionImpl(double df, double inverseCumAccuracy) { in ChiSquaredDistributionImpl()
|
/external/libwebsockets/lib/misc/ |
D | peer-limits.c | 33 struct lws_peer *df; in __lws_peer_remove_from_peer_wait_list() local 151 struct lws_peer *df = *p; in __lws_peer_destroy() local 166 struct lws_peer *df; in lws_peer_cull_peer_wait_list() local
|
/external/libchrome/base/i18n/ |
D | message_formatter_unittest.cc | 40 void AppendFormattedDateTime(const std::unique_ptr<icu::DateFormat>& df, in AppendFormattedDateTime() 124 std::unique_ptr<DateFormat> df( in TEST_F() local 149 std::unique_ptr<DateFormat> df( in TEST_F() local
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | DateFormatTest.java | 45 DateFormat df = getJDKInstance(dstyle, tstyle, loc, method); in checkGetInstance() local 73 DateFormat df; in getJDKInstance() local 137 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent() local
|
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 48 int df(const VectorXd &x, MatrixXd &fjac) const in df() function 261 int df(const VectorXd &b, MatrixXd &fjac) in df() function 345 int df(const VectorXd &b, MatrixXd &fjac) in df() function 427 int df(const VectorXd &b, MatrixXd &fjac) in df() function 521 int df(const VectorXd &b, MatrixXd &fjac) in df() function 596 int df(const VectorXd &b, MatrixXd &fjac) in df() function 684 int df(const VectorXd &b, MatrixXd &fjac) in df() function 761 int df(const VectorXd &b, MatrixXd &fjac) in df() function 857 int df(const VectorXd &b, MatrixXd &fjac) in df() function 941 int df(const VectorXd &b, MatrixXd &fjac) in df() function [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 572 DecimalFormat df = new DecimalFormat(inpattern); in getCanonicalPattern() local 606 private DecimalFormat df; field in CheckNumbers.MyCheckStatus 609 public MyCheckStatus setFormat(DecimalFormat df, String context) { in setFormat() 626 private DecimalFormat df; field in CheckNumbers.MyDemo 638 public MyDemo setFormat(DecimalFormat df) { in setFormat()
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | student_t.py | 156 df, argument 217 def df(self): member in StudentT 380 df, argument
|