Home
last modified time | relevance | path

Searched refs:exponent1 (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/dports/math/reduce/Reduce-svn5758-src/packages/bibasis/
H A Dbibasis_monom.red164 exponent1 := cdr(exponent1);
211 exponent1 := cdr(exponent1);
248 exponent1 := cdr(exponent1);
282 while and(car(exponent1),
287 exponent1 := cdr(exponent1);
292 exponent1 := cdr(exponent1);
310 exponent1 := cdr(exponent1);
323 exponent1 := cdr(exponent1);
337 while car(exponent1) do
341 exponent1 := cdr(exponent1);
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/processes/
H A Dcoxingersollrossprocess.cpp33 Real exponent1 = std::exp(-speed_ * dt); in variance() local
37 …return x0_ * fraction * (exponent1 - exponent2) + level_ * fraction * (1 - exponent1) * (1 - expon… in variance()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKeyStructure.java26 private BigInteger exponent1; field in RSAPrivateKeyStructure
59 BigInteger exponent1, in RSAPrivateKeyStructure() argument
69 this.exponent1 = exponent1; in RSAPrivateKeyStructure()
92 exponent1 = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKeyStructure()
134 return exponent1; in getExponent1()
H A DRSAPrivateKey.java23 private BigInteger exponent1; field in RSAPrivateKey
57 BigInteger exponent1, in RSAPrivateKey() argument
67 this.exponent1 = exponent1; in RSAPrivateKey()
90 exponent1 = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKey()
132 return exponent1; in getExponent1()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/pkcs/
H A DRSAPrivateKeyStructure.java23 private BigInteger exponent1; field in RSAPrivateKeyStructure
56 BigInteger exponent1, in RSAPrivateKeyStructure() argument
66 this.exponent1 = exponent1; in RSAPrivateKeyStructure()
88 exponent1 = ((DERInteger)e.nextElement()).getValue(); in RSAPrivateKeyStructure()
130 return exponent1; in getExponent1()
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Math/
H A Dtest_modexp.py88 exponent1 = 0x2ce0af628901460a419a08ef950d498b9fd6f271a1a52ac293b86fe5c60efe8e8ba93fa1ebe1eb3d614d2… variable
99 expected = pow(base, exponent1, modulus1)
100 result = monty_pow(base, exponent1, modulus1)
109 result = monty_pow(0, exponent1, modulus1)
114 self.assertRaises(ExceptionModulus, monty_pow, base, exponent1, 0)
125 self.assertRaises(ExceptionModulus, monty_pow, base, exponent1, modulus1-1)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Math/
H A Dtest_modexp.py88 exponent1 = 0x2ce0af628901460a419a08ef950d498b9fd6f271a1a52ac293b86fe5c60efe8e8ba93fa1ebe1eb3d614d2… variable
99 expected = pow(base, exponent1, modulus1)
100 result = monty_pow(base, exponent1, modulus1)
109 result = monty_pow(0, exponent1, modulus1)
114 self.assertRaises(ExceptionModulus, monty_pow, base, exponent1, 0)
125 self.assertRaises(ExceptionModulus, monty_pow, base, exponent1, modulus1-1)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/powerpc/
H A Dpr92449-1.c4 compare_exponents_unordered (double exponent1, double exponent2) in compare_exponents_unordered() argument
6 return __builtin_vec_scalar_cmp_exp_unordered (exponent1, exponent2); in compare_exponents_unordered()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_test_lib.erl80 exponent1 =
100 exponent1 =
120 exponent1 =
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/bfp/
H A Dscalar-cmp-exp-eq-0.c11 double exponent1 = *exponent1_p; in compare_exponents_eq() local
14 return scalar_cmp_exp_eq (exponent1, exponent2); in compare_exponents_eq()
H A Dscalar-cmp-exp-eq-1.c11 double exponent1 = *exponent1_p; in compare_exponents_eq() local
14 if (scalar_cmp_exp_eq (exponent1, exponent2)) in compare_exponents_eq()
H A Dscalar-cmp-exp-gt-0.c11 double exponent1 = *exponent1_p; in compare_exponents_gt() local
14 return scalar_cmp_exp_gt (exponent1, exponent2); in compare_exponents_gt()
H A Dscalar-cmp-exp-eq-2.c11 double exponent1 = *exponent1_p; in compare_exponents_eq() local
14 …return __builtin_vec_scalar_cmp_exp_eq (exponent1, exponent2); /* { dg-error "'__builtin_vsx_scala… in compare_exponents_eq()

12345678910>>...30