Home
last modified time | relevance | path

Searched refs:ExpStr (Results 1 – 25 of 73) sorted by relevance

123

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/src/
H A Djiffy.erl115 {I, [$e | ExpStr]} ->
116 {E, []} = string:to_integer(ExpStr),
118 {I, [$E | ExpStr]} ->
119 {E, []} = string:to_integer(ExpStr),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/src/
H A Dasn1rtt_real_common.erl167 ExpStr = integer_to_list(Exponent + ExpIncr),
170 case ExpStr of
174 ExpB = list_to_binary(ExpStr),
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DEquation.cpp475 String x = ExpStr(p, numDigits); in TermStr()
495 String x = ExpStr(p, numDigits); in TermStr()
522 String EvalExpr::ExpStr(CParserPP& p, int numDigits) { in ExpStr() function in Upp::EvalExpr
549 String ret = ExpStr(p, numDigits); in EvalStr()
554 return ExpStr(p, numDigits); in EvalStr()
557 return ExpStr(p, numDigits); in EvalStr()
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/basic-2/
H A Dbasic_types.mli19 | ExpStr of string Constructor
H A Dbasic_types.ml8 | ExpStr of string Constructor
H A Dbasic_parser.mly69 | Lstring { ExpStr $1 }
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/basic-4/
H A Dbasic_types.ml8 | ExpStr of string Constructor
H A Dminibasic.mli11 | ExpStr of string Constructor
H A Dbasic_parser.mly69 | Lstring { ExpStr $1 }
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/basic-1/
H A Dbasic_types.ml8 | ExpStr of string Constructor
H A Dbasic_parser.mly69 | Lstring { ExpStr $1 }
/dports/devel/bsdowl/bsdowl-2.2.1/test/ocaml/basic-3/
H A Dbasic_types.ml8 | ExpStr of string Constructor
H A Dbasic_parser.mly69 | Lstring { ExpStr $1 }
/dports/math/gap/gap-4.11.0/pkg/CaratInterface/gap/
H A Dcarat.gi450 local fac, set, ExpStr, str, p;
455 ExpStr := function( n )
459 str := Concatenation( String( set[1] ), "^", ExpStr( set[1] ) );
462 str := Concatenation( str, " * ", String( p ), "^", ExpStr( p ) );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dzformat.cxx2633 OUStringBuffer ExpStr; in ImpGetScientificOutput() local
2652 ExpStr = sStr.toString().copy( nExpStart ); // part following the "E+" in ImpGetScientificOutput()
2657 sal_Int32 nExp = ExpStr.toString().toInt32() * nExpSign; in ImpGetScientificOutput()
2671 ExpStr = OUString::number( nExp ); in ImpGetScientificOutput()
2705 bRes |= ImpNumberFill(ExpStr, fNumber, k, j, nIx, NF_SYMBOLTYPE_EXP); in ImpGetScientificOutput()
2707 while (nZeros < k && ExpStr[nZeros] == '0') in ImpGetScientificOutput()
2713 ExpStr.remove( 0, nZeros); in ImpGetScientificOutput()
2723 ExpStr.insert(0, '-'); in ImpGetScientificOutput()
2727 ExpStr.insert(0, '+'); in ImpGetScientificOutput()
2729 ExpStr.insert(0, rStr[0]); in ImpGetScientificOutput()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dzformat.cxx2654 OUStringBuffer ExpStr; in ImpGetScientificOutput() local
2673 ExpStr = sStr.subView( nExpStart ); // part following the "E+" in ImpGetScientificOutput()
2678 sal_Int32 nExp = ExpStr.toString().toInt32() * nExpSign; in ImpGetScientificOutput()
2692 ExpStr = OUString::number( nExp ); in ImpGetScientificOutput()
2726 bRes |= ImpNumberFill(ExpStr, fNumber, k, j, nIx, NF_SYMBOLTYPE_EXP); in ImpGetScientificOutput()
2728 while (nZeros < k && ExpStr[nZeros] == '0') in ImpGetScientificOutput()
2734 ExpStr.remove( 0, nZeros); in ImpGetScientificOutput()
2744 ExpStr.insert(0, '-'); in ImpGetScientificOutput()
2748 ExpStr.insert(0, '+'); in ImpGetScientificOutput()
2750 ExpStr.insert(0, rStr[0]); in ImpGetScientificOutput()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dre_SUITE.erl676 ExpStr = "Got expected error: ",
679 {comment, ExpStr ++ Str};
681 {comment, ExpStr ++ Str};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dre_SUITE.erl625 ExpStr = "Got expected error: ",
628 {comment, ExpStr ++ Str};
630 {comment, ExpStr ++ Str};
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dre_SUITE.erl676 ExpStr = "Got expected error: ",
679 {comment, ExpStr ++ Str};
681 {comment, ExpStr ++ Str};

123