/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/runtime/ |
H A D | edit-output.cpp | 106 if (edit.expoDigits) { in FormatExponent() 107 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 120 if (edit.expoDigits || exponent + 3 == eEnd) { in FormatExponent() 352 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 353 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 56 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 349 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 350 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 60 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 351 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 352 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 56 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 351 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 352 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 60 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 349 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 350 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 60 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 351 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 352 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 56 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || exponent + 3 == eEnd) { in FormatExponent() 351 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 352 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 56 std::optional<int> expoDigits; // 'Ee' field member
|
H A D | format-implementation.h | 399 edit.expoDigits = GetIntField(context); in GetNextDataEdit()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/ |
H A D | edit-output.cpp | 105 if (edit.expoDigits) { in FormatExponent() 106 if (int ed{*edit.expoDigits}) { // Ew.dEe with e > 0 in FormatExponent() 119 if (edit.expoDigits || edit.IsListDirected() || exponent + 3 == eEnd) { in FormatExponent() 349 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local 350 trailingBlanks_ = expoDigits > 0 ? expoDigits + 2 : 4; // 'n' in EditForGOutput()
|
H A D | format.h | 60 std::optional<int> expoDigits; // 'Ee' field member
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/unittests/Runtime/ |
H A D | format.cpp | 84 if (edit.expoDigits) { in Report() 85 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/unittests/Runtime/ |
H A D | format.cpp | 84 if (edit.expoDigits) { in Report() 85 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/unittests/Runtime/ |
H A D | format.cpp | 84 if (edit.expoDigits) { in Report() 85 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/unittests/Runtime/ |
H A D | format.cpp | 84 if (edit.expoDigits) { in Report() 85 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/ |
H A D | Format.cpp | 88 if (edit.expoDigits) { in Report() 89 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Runtime/ |
H A D | Format.cpp | 88 if (edit.expoDigits) { in Report() 89 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/ |
H A D | Format.cpp | 88 if (edit.expoDigits) { in Report() 89 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/ |
H A D | Format.cpp | 88 if (edit.expoDigits) { in Report() 89 str += "E"s + std::to_string(*edit.expoDigits); in Report()
|