Home
last modified time | relevance | path

Searched refs:bigD (Results 1 – 25 of 75) sorted by relevance

123

/dports/security/softhsm2/softhsm-2.6.1/src/bin/util/
H A Dsofthsm2-util-ossl.h56 CK_VOID_PTR bigD; member
73 bigD = NULL_PTR; in rsa_key_material_t()
113 CK_VOID_PTR bigD; member
120 bigD = NULL_PTR; in ecdsa_key_material_t()
H A Dsofthsm2-util-botan.h59 CK_VOID_PTR bigD; member
76 bigD = NULL_PTR; in rsa_key_material_t()
116 CK_VOID_PTR bigD; member
123 bigD = NULL_PTR; in ecdsa_key_material_t()
H A Dsofthsm2-util-botan.cpp296 { CKA_PRIVATE_EXPONENT, keyMat->bigD, keyMat->sizeD }, in crypto_save_rsa()
354 keyMat->bigD = (CK_VOID_PTR)malloc(keyMat->sizeD); in crypto_malloc_rsa()
365 !keyMat->bigD || in crypto_malloc_rsa()
379 rsa->get_d().binary_encode((Botan::byte*)keyMat->bigD); in crypto_malloc_rsa()
395 if (keyMat->bigD) free(keyMat->bigD); in crypto_free_rsa()
590 { CKA_VALUE, keyMat->bigD, keyMat->sizeD } in crypto_save_ecdsa()
658 keyMat->bigD = (CK_VOID_PTR)malloc(keyMat->sizeD); in crypto_malloc_ecdsa()
661 if (!keyMat->derParams || !keyMat->bigD || !keyMat->derQ) in crypto_malloc_ecdsa()
668 ecdsa->private_value().binary_encode((Botan::byte*)keyMat->bigD); in crypto_malloc_ecdsa()
679 if (keyMat->bigD) free(keyMat->bigD); in crypto_free_ecdsa()
H A Dsofthsm2-util-ossl.cpp332 { CKA_PRIVATE_EXPONENT, keyMat->bigD, keyMat->sizeD }, in crypto_save_rsa()
402 keyMat->bigD = (CK_VOID_PTR)malloc(keyMat->sizeD); in crypto_malloc_rsa()
413 !keyMat->bigD || in crypto_malloc_rsa()
427 BN_bn2bin(bn_d, (unsigned char*)keyMat->bigD); in crypto_malloc_rsa()
443 if (keyMat->bigD) free(keyMat->bigD); in crypto_free_rsa()
647 { CKA_VALUE, keyMat->bigD, keyMat->sizeD } in crypto_save_ecdsa()
699 keyMat->bigD = (CK_VOID_PTR)malloc(keyMat->sizeD); in crypto_malloc_ecdsa()
702 if (!keyMat->derParams || !keyMat->bigD) in crypto_malloc_ecdsa()
719 BN_bn2bin(d, (unsigned char*)keyMat->bigD); in crypto_malloc_ecdsa()
805 if (keyMat->bigD) free(keyMat->bigD); in crypto_free_ecdsa()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/Fist/regtest-6/
H A DSiH_tersoff.inp69 bigD 0.15
103 bigD 0.1
137 bigD 0.1224744871
/dports/science/cp2k-data/cp2k-7.1.0/tests/Fist/regtest-6/
H A DSiH_tersoff.inp69 bigD 0.15
103 bigD 0.1
137 bigD 0.1224744871
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmanybody_tersoff.F89 REAL(KIND=dp) :: bigD, bigR, RmD, RpD local
92 bigD = tersoff%bigD
93 RmD = tersoff%bigR - tersoff%bigD
94 RpD = tersoff%bigR + tersoff%bigD
99 ter_f_C = 0.5_dp*(1.0_dp - SIN(0.5_dp*PI*(r - bigR)/(bigD)))
117 REAL(KIND=dp) :: bigD, bigR, RmD, RpD local
120 bigD = tersoff%bigD
121 RmD = tersoff%bigR - tersoff%bigD
122 RpD = tersoff%bigR + tersoff%bigD
127 ter_f_C_d = (0.25_dp*PI/bigD)*COS(0.5_dp*PI*(r - bigR)/(bigD))/r
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmanybody_tersoff.F89 REAL(KIND=dp) :: bigD, bigR, RmD, RpD local
92 bigD = tersoff%bigD
93 RmD = tersoff%bigR - tersoff%bigD
94 RpD = tersoff%bigR + tersoff%bigD
99 ter_f_C = 0.5_dp*(1.0_dp - SIN(0.5_dp*PI*(r - bigR)/(bigD)))
117 REAL(KIND=dp) :: bigD, bigR, RmD, RpD local
120 bigD = tersoff%bigD
121 RmD = tersoff%bigR - tersoff%bigD
122 RpD = tersoff%bigR + tersoff%bigD
127 ter_f_C_d = (0.25_dp*PI/bigD)*COS(0.5_dp*PI*(r - bigR)/(bigD))/r
/dports/security/softhsm2/softhsm-2.6.1/src/bin/keyconv/
H A Dsofthsm2-keyconv-botan.cpp66 Botan::BigInt bigE, bigP, bigQ, bigN, bigD; in save_rsa_pkcs8() local
86 bigD = Botan::BigInt((Botan::byte*)pkey[TAG_PRIVEXP].big, pkey[TAG_PRIVEXP].size); in save_rsa_pkcs8()
92 priv_key = new Botan::RSA_PrivateKey(bigP, bigQ, bigE, bigD, bigN); in save_rsa_pkcs8()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/
H A Dnwxc_x_pkzb99.F109 double precision bigD, uk, ruk
120 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
127 parameter (CX4= (bigD + ruk*CX1**2) )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/
H A Dnwxc_x_pkzb99.F109 double precision bigD, uk, ruk
120 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
127 parameter (CX4= (bigD + ruk*CX1**2) )
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/math/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_pkzb99.F90 double precision bigD, uk, ruk
101 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
108 parameter (CX4= (bigD + ruk*CX1**2) )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_x_pkzb99.F90 double precision bigD, uk, ruk
101 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
108 parameter (CX4= (bigD + ruk*CX1**2) )
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/xc/
H A Dxc_xpkzb99.F58 double precision bigD, uk, ruk
67 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
74 parameter (CX4= (bigD + ruk*CX1**2) )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/xc/
H A Dxc_xpkzb99.F58 double precision bigD, uk, ruk
67 parameter(uk=0.8040d0, bigD=0.113d0, ruk=1.d0/uk)
74 parameter (CX4= (bigD + ruk*CX1**2) )

123