Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/icu/icu4c/source/i18n/
DdecNumberLocal.h305 #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/cronet/stable/third_party/icu/source/i18n/
DdecNumberLocal.h305 #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/cronet/tot/third_party/icu/source/i18n/
DdecNumberLocal.h305 #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/
DdecNumberLocal.h305 #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/
DDateDeserializers.java104 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/core/src/test/java/com/ibm/icu/dev/test/duration/
DRegressionTest.java33 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java177 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/
DRegressionTest.java36 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java180 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/cronet/stable/third_party/icu/source/test/intltest/
Ddcfmapts.cpp137 DecimalFormat df("0", {"en", status}, status); in testAPI() local
149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local
488 LocalPointer<DecimalFormat>df(new DecimalFormat(status)); in TestCurrencyPluralInfo() local
669 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local
986 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local
1011 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local
1062 DecimalFormat df(status); in testErrorCode() local
1067 DecimalFormat df(pattern, status); in testErrorCode() local
1072 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local
1077 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local
[all …]
Dnumrgts.cpp293 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 …]
Dmiscdtfm.cpp165 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
/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp137 DecimalFormat df("0", {"en", status}, status); in testAPI() local
149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local
488 LocalPointer<DecimalFormat>df(new DecimalFormat(status)); in TestCurrencyPluralInfo() local
669 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local
986 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local
1011 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local
1062 DecimalFormat df(status); in testErrorCode() local
1067 DecimalFormat df(pattern, status); in testErrorCode() local
1072 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local
1077 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local
[all …]
Dnumrgts.cpp293 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 …]
Dmiscdtfm.cpp165 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
/external/cronet/tot/third_party/icu/source/test/intltest/
Ddcfmapts.cpp137 DecimalFormat df("0", {"en", status}, status); in testAPI() local
149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local
488 LocalPointer<DecimalFormat>df(new DecimalFormat(status)); in TestCurrencyPluralInfo() local
669 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local
986 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local
1011 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local
1062 DecimalFormat df(status); in testErrorCode() local
1067 DecimalFormat df(pattern, status); in testErrorCode() local
1072 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local
1077 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local
[all …]
Dnumrgts.cpp293 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/
DNumberRegressionTests.java104 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 …]
DDateFormatRoundTripTest.java126 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
DNumberFormatRegressionTest.java88 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
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java101 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 …]
DNumberFormatRegressionTest.java85 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
/external/executorch/docs/source/tutorials_source/
Ddevtools-integration-tutorial.py241 df = event_block.to_dataframe() variable
242 df = df[df.event_name == "native_call_addmm.out"] variable
266 df = event_block.to_dataframe() variable
267 df = df[df.event_name == "native_call_convolution.out"] variable
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java123 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
/external/pytorch/torch/distributions/
Dchi2.py26 def __init__(self, df, validate_args=None): argument
34 def df(self): member in Chi2

12345678910>>...13