/third_party/node/deps/icu-small/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() function in Notation 24 union_.scientific = settings; in scientific() 35 union_.scientific = settings; in engineering() 48 union_.scientific = settings; in ScientificNotation() 71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits() 82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() function in Notation 24 union_.scientific = settings; in scientific() 35 union_.scientific = settings; in engineering() 48 union_.scientific = settings; in ScientificNotation() 71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits() 82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() function in Notation 24 union_.scientific = settings; in scientific() 35 union_.scientific = settings; in engineering() 48 union_.scientific = settings; in ScientificNotation() 71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits() 82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
|
/third_party/boost/libs/math/example/ |
D | f_test.cpp | 18 using std::left; using std::fixed; using std::right; using std::scientific; 69 << setprecision(3) << scientific << p << "\n"; in f_test() 75 << setprecision(3) << scientific << ucv << "\n"; in f_test() 77 << setprecision(3) << scientific << ucv2 << "\n"; in f_test() 79 << setprecision(3) << scientific << lcv << "\n"; in f_test() 81 << setprecision(3) << scientific << lcv2 << "\n\n"; in f_test()
|
D | chi_square_std_dev_test.cpp | 11 using std::left; using std::fixed; using std::right; using std::scientific; 170 << setprecision(3) << scientific << p << "\n"; in chi_squared_test() 176 << setprecision(3) << scientific << ucv << "\n"; in chi_squared_test() 178 << setprecision(3) << scientific << ucv2 << "\n"; in chi_squared_test() 180 << setprecision(3) << scientific << lcv << "\n"; in chi_squared_test() 182 << setprecision(3) << scientific << lcv2 << "\n\n"; in chi_squared_test()
|
D | students_t_two_samples.cpp | 17 using std::left; using std::fixed; using std::right; using std::scientific; 76 << setprecision(3) << scientific << 2 * q << "\n\n"; in two_samples_t_test_equal_sd() 155 << setprecision(3) << scientific << 2 * q << "\n\n"; in two_samples_t_test_unequal_sd()
|
D | students_t_single_sample.cpp | 21 using std::left; using std::fixed; using std::right; using std::scientific; 87 cout << scientific << setprecision(3) << setw(17) << right << w; in confidence_limits_on_mean() 143 << setprecision(3) << scientific << 2 * q << "\n\n"; in single_sample_t_test()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() function in Notation 24 union_.scientific = settings; in scientific() 35 union_.scientific = settings; in engineering() 48 union_.scientific = settings; in ScientificNotation() 71 ScientificSettings settings = fUnion.scientific; in withMinExponentDigits() 82 ScientificSettings settings = fUnion.scientific; in withExponentSignDisplay()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberpermutationtest.txt | 88 scientific/+ee/sign-always percent unit-width-narrow 102 scientific/+ee/sign-always percent unit-width-full-name 116 scientific/+ee/sign-always currency/EUR unit-width-narrow 130 scientific/+ee/sign-always currency/EUR unit-width-full-name 144 scientific/+ee/sign-always measure-unit/length-furlong unit-width-narrow 158 scientific/+ee/sign-always measure-unit/length-furlong unit-width-full-name 340 scientific/+ee/sign-always percent precision-integer 354 scientific/+ee/sign-always percent .000 368 scientific/+ee/sign-always percent .##/@@@+ 382 scientific/+ee/sign-always percent @@ [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 124 bool scientific = in AllowExponent() local 125 (flags & chars_format::scientific) == chars_format::scientific; in AllowExponent() 126 return scientific || !fixed; in AllowExponent() 132 bool scientific = in RequireExponent() local 133 (flags & chars_format::scientific) == chars_format::scientific; in RequireExponent() 134 return scientific && !fixed; in RequireExponent()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 124 bool scientific = in AllowExponent() local 125 (flags & chars_format::scientific) == chars_format::scientific; in AllowExponent() 126 return scientific || !fixed; in AllowExponent() 132 bool scientific = in RequireExponent() local 133 (flags & chars_format::scientific) == chars_format::scientific; in RequireExponent() 134 return scientific && !fixed; in RequireExponent()
|
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 88 << std::setprecision(digits_of(x)) << std::scientific\ 99 << std::setprecision(digits_of(x)) << std::scientific\ 110 << std::setprecision(digits_of(x)) << std::scientific\ 121 << std::setprecision(digits_of(x)) << std::scientific\ 132 << std::setprecision(digits_of(x)) << std::scientific\ 143 << std::setprecision(digits_of(x)) << std::scientific\ 174 …TREAM << "First value was " << std::setprecision(digits_of(x)) << std::scientific << *a << std::en… in check_equal_collections() 175 …REAM << "Second value was " << std::setprecision(digits_of(x)) << std::scientific << *x << std::en… in check_equal_collections()
|
/third_party/boost/libs/spirit/test/karma/ |
D | regression_real_scientific.cpp | 22 static int floatfield(Num) { return std::ios_base::scientific; } in floatfield() 30 science_type const scientific = science_type(); in main() local 37 BOOST_TEST(karma::generate(sink, scientific, 0.1) && output == "1.0e-01"); in main()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_bin_float_io.cpp | 50 if (f & std::ios_base::scientific) in print_flags() 66 …s_base::showpoint, std::ios_base::showpos, std::ios_base::scientific, std::ios_base::scientific | … in test() 67 …std::ios_base::scientific | std::ios_base::showpoint, std::ios_base::fixed, std::ios_base::fixed |… in test() 160 …d::numeric_limits<T>::max)().str(std::numeric_limits<T>::max_digits10, std::ios_base::scientific)); in test() 162 …d::numeric_limits<T>::min)().str(std::numeric_limits<T>::max_digits10, std::ios_base::scientific)); in test() 164 …numeric_limits<T>::lowest)().str(std::numeric_limits<T>::max_digits10, std::ios_base::scientific)); in test() 209 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::scientific)); in do_round_trip()
|
D | test.hpp | 197 << std::setprecision(digits_of(x)) << std::scientific \ 214 << std::setprecision(digits_of(x)) << std::scientific \ 229 << std::setprecision(digits_of(x)) << std::scientific \ 244 << std::setprecision(digits_of(x)) << std::scientific \ 259 << std::setprecision(digits_of(x)) << std::scientific \ 274 << std::setprecision(digits_of(x)) << std::scientific \ 289 << std::setprecision(digits_of(x)) << std::scientific \
|
D | test_float_io.cpp | 95 if (f & std::ios_base::scientific) in print_flags() 111 …s_base::showpoint, std::ios_base::showpos, std::ios_base::scientific, std::ios_base::scientific | … in test() 112 …std::ios_base::scientific | std::ios_base::showpoint, std::ios_base::fixed, std::ios_base::fixed |… in test() 288 do_round_trip(val, std::ios_base::fmtflags(std::ios_base::scientific)); in do_round_trip() 313 …td::string s = x.str(0, std::ios_base::fmtflags(std::ios_base::fixed | std::ios_base::scientific)); in test_hexadecimal_floating_point()
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 76 if (my_flags & std::ios_base::scientific) { the_notation_char = 'e'; } in operator <<() 189 const bool scientific = ((f & std::ios_base::scientific) == std::ios_base::scientific); in format_float_string() local 212 if(scientific || fixed) in format_float_string() 217 if(scientific) in format_float_string() 246 if(!fixed && !scientific && !showpoint) in format_float_string() 272 if(scientific) in format_float_string() 283 if(fixed || (!scientific && (my_exp >= -4) && (my_exp < digits))) in format_float_string() 493 if((f & std::ios_base::scientific) == std::ios_base::scientific) in convert_to_string()
|
/third_party/boost/libs/multiprecision/example/ |
D | floating_point_examples.cpp | 467 std::cout << std::scientific << std::setprecision(std::numeric_limits<double>::digits10); in main() 469 …std::cout << std::scientific << std::setprecision(std::numeric_limits<cpp_dec_float_50>::digits10); in main() 471 std::cout << std::scientific << std::setprecision(std::numeric_limits<double>::digits10); in main() 473 …std::cout << std::scientific << std::setprecision(std::numeric_limits<cpp_dec_float_50>::digits10); in main() 475 …std::cout << std::scientific << std::setprecision(std::numeric_limits<cpp_dec_float_100>::digits10… in main() 668 std::cout << std::setprecision(std::numeric_limits< ::mp_type>::digits10) << std::scientific; in main()
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | trig.hpp | 139 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_sin() 140 BOOST_MATH_INSTRUMENT_CODE(n_pi.str(0, std::ios_base::scientific)); in eval_sin() 154 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_sin() 181 BOOST_MATH_INSTRUMENT_CODE(result.str(0, std::ios_base::scientific)); in eval_sin() 191 BOOST_MATH_INSTRUMENT_CODE(result.str(0, std::ios_base::scientific)); in eval_sin() 211 BOOST_MATH_INSTRUMENT_CODE(result.str(0, std::ios_base::scientific)); in eval_sin() 283 BOOST_MATH_INSTRUMENT_CODE(n_pi.str(0, std::ios_base::scientific)); in eval_cos() 285 BOOST_MATH_INSTRUMENT_CODE(t.str(0, std::ios_base::scientific)); in eval_cos() 300 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_cos() 320 BOOST_MATH_INSTRUMENT_CODE(xx.str(0, std::ios_base::scientific)); in eval_cos() [all …]
|
/third_party/boost/libs/math/tools/ |
D | inv_hyp_data.cpp | 76 ofs << std::scientific << std::setprecision(40); in main() 101 ofs << std::scientific << std::setprecision(40); in main() 126 ofs << std::scientific << std::setprecision(40); in main()
|
/third_party/boost/libs/math/test/ |
D | test_signed_zero.cpp | 150 ss << std::scientific << 0.0; in BOOST_AUTO_TEST_CASE() 187 …CHECKOUT(std::scientific << std::showpoint << std::setw(10) << std::setfill('*') << std::setprecis… in BOOST_AUTO_TEST_CASE() 191 …CHECKOUT(std::scientific << std::showpoint << std::setw(10) << std::setfill('*') << std::setprecis… in BOOST_AUTO_TEST_CASE() 225 …CHECKOUT(std::scientific << std::showpoint << std::setw(10) << std::setfill('*') << std::setprecis… in BOOST_AUTO_TEST_CASE() 229 …CHECKOUT(std::scientific << std::showpoint << std::setw(10) << std::setfill('*') << std::setprecis… in BOOST_AUTO_TEST_CASE()
|
/third_party/abseil-cpp/absl/strings/ |
D | charconv.h | 30 scientific = 1, enumerator 33 general = fixed | scientific,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv.h | 30 scientific = 1, enumerator 33 general = fixed | scientific,
|