Home
last modified time | relevance | path

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

12345678

/third_party/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 …]
/third_party/node/deps/icu-small/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h303 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
304 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
307 #define DFBYTE(df, off) ((df)->bytes[off]) argument
308 #define DFWORD(df, off) ((df)->words[off]) argument
313 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
314 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
315 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
316 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
317 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
318 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
/third_party/boost/boost/math/distributions/
Dinverse_chi_squared.hpp54 inverse_chi_squared_distribution(RealType df, RealType l_scale) : m_df(df), m_scale (l_scale) in inverse_chi_squared_distribution()
65 inverse_chi_squared_distribution(RealType df = 1) : m_df(df) in inverse_chi_squared_distribution()
118 RealType df = dist.degrees_of_freedom(); in pdf() local
158 RealType df = dist.degrees_of_freedom(); in cdf() local
187 RealType df = dist.degrees_of_freedom(); in quantile() local
219 RealType const& df = c.dist.degrees_of_freedom(); in cdf() local
251 RealType const& df = c.dist.degrees_of_freedom(); in quantile() local
278 RealType df = dist.degrees_of_freedom(); in mean() local
293 RealType df = dist.degrees_of_freedom(); in variance() local
312 RealType df = dist.degrees_of_freedom(); in mode() local
[all …]
Dstudents_t.hpp38 students_t_distribution(RealType df) : df_(df) in students_t_distribution()
94 RealType df = dist.degrees_of_freedom(); in pdf() local
137 RealType df = dist.degrees_of_freedom(); in cdf() local
215 RealType df = dist.degrees_of_freedom(); in quantile() local
359 RealType df = dist.degrees_of_freedom(); in mean() local
374 RealType df = dist.degrees_of_freedom(); in variance() local
405 RealType df = dist.degrees_of_freedom(); in skewness() local
420 RealType df = dist.degrees_of_freedom(); in kurtosis() local
454 RealType df = dist.degrees_of_freedom(); in kurtosis_excess() local
/third_party/boost/libs/math/test/
Dtest_nccs_hooks.hpp14 inline float nccs_cdf(float df, float nc, float x) in nccs_cdf()
18 inline double nccs_cdf(double df, double nc, double x) in nccs_cdf()
22 inline long double nccs_cdf(long double df, long double nc, long double x) in nccs_cdf()
33 inline double nccs_cdf(double df, double nc, double x) in nccs_cdf()
40 inline float nccs_cdf(float df, float nc, float x) in nccs_cdf()
44 inline long double nccs_cdf(long double df, long double nc, long double x) in nccs_cdf()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/icu/icu4j/main/tests/core/src/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
/third_party/boost/libs/math/example/
Dinverse_chi_squared_example.cpp25 RealType naive_pdf1(RealType df, RealType x) in naive_pdf1()
37 RealType naive_pdf2(RealType df, RealType x) in naive_pdf2()
50 RealType naive_pdf3(RealType df, RealType scale, RealType x) in naive_pdf3()
63 RealType naive_pdf4(RealType df, RealType scale, RealType x) in naive_pdf4()
Dinverse_chi_squared_find_df_example.cpp60 for (double df = 1; df < 3; df += 0.1) in main() local
72 double df = inverse_chi_squared::find_degrees_of_freedom(diff, alpha, beta, variance, 100); in main() local
/third_party/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
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 …]
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
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 …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/icu/icu4j/main/tests/core/src/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 …]
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
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
/third_party/boost/boost/math/special_functions/detail/
Dt_distribution_inv.hpp77 T inverse_students_t_tail_series(T df, T v, const Policy& pol) in inverse_students_t_tail_series()
128 T inverse_students_t_body_series(T df, T u, const Policy& pol) in inverse_students_t_body_series()
207 T inverse_students_t(T df, T u, T v, const Policy& pol, bool* pexact = 0) in inverse_students_t()
423 T df = a * 2; in find_ibeta_inv_from_t_dist() local
430 inline T fast_students_t_quantile_imp(T df, T p, const Policy& pol, const boost::false_type*) in fast_students_t_quantile_imp()
453 T fast_students_t_quantile_imp(T df, T p, const Policy& pol, const boost::true_type*) in fast_students_t_quantile_imp()
524 inline T fast_students_t_quantile(T df, T p, const Policy& pol) in fast_students_t_quantile()
/third_party/libwebsockets/lib/misc/
Dpeer-limits.c33 struct lws_peer *df; in __lws_peer_remove_from_peer_wait_list() local
174 struct lws_peer *df = *p; in __lws_peer_destroy() local
189 struct lws_peer *df; in lws_peer_cull_peer_wait_list() local
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java45 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

12345678