Home
last modified time | relevance | path

Searched refs:psign (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/devel/dev86/dev86-0.16.20/libc/i386fp/
H A Decvt.c26 ecvt(val, ndig, pdecpt, psign) in ecvt() argument
28 int ndig, *pdecpt, *psign;
31 return _cvt(ECVT, val, ndig, pdecpt, psign);
35 fcvt(val, nfrac, pdecpt, psign) in fcvt() argument
37 int nfrac, *pdecpt, *psign;
40 return _cvt(FCVT, val, nfrac, pdecpt, psign);
44 _cvt(cnvflag, val, ndig, pdecpt, psign) in _cvt() argument
46 int ndig, *pdecpt, *psign;
51 *psign = (val < 0) ? ((val = -val), 1) : 0;
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/
H A De_sureware.c974 DSA_SIG *psign=NULL; in surewarehk_dsa_do_sign() local
994 psign->r=BN_new(); in surewarehk_dsa_do_sign()
995 psign->s=BN_new(); in surewarehk_dsa_do_sign()
998 if (!psign->r || psign->r->dmax!=20/sizeof(BN_ULONG) || in surewarehk_dsa_do_sign()
999 !psign->s || psign->s->dmax!=20/sizeof(BN_ULONG)) in surewarehk_dsa_do_sign()
1008 bn_fix_top(psign->r); in surewarehk_dsa_do_sign()
1010 bn_fix_top(psign->s); in surewarehk_dsa_do_sign()
1013 if (psign) in surewarehk_dsa_do_sign()
1015 DSA_SIG_free(psign); in surewarehk_dsa_do_sign()
1016 psign=NULL; in surewarehk_dsa_do_sign()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/
H A De_sureware.c1024 DSA_SIG *psign = NULL; in surewarehk_dsa_do_sign() local
1042 psign->r = BN_new(); in surewarehk_dsa_do_sign()
1043 psign->s = BN_new(); in surewarehk_dsa_do_sign()
1044 if(!psign->r || !psign->s) in surewarehk_dsa_do_sign()
1057 psign->r->top = 20 / sizeof(BN_ULONG); in surewarehk_dsa_do_sign()
1058 bn_fix_top(psign->r); in surewarehk_dsa_do_sign()
1060 bn_fix_top(psign->s); in surewarehk_dsa_do_sign()
1063 if (psign) { in surewarehk_dsa_do_sign()
1064 DSA_SIG_free(psign); in surewarehk_dsa_do_sign()
1065 psign = NULL; in surewarehk_dsa_do_sign()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/
H A De_sureware.c1024 DSA_SIG *psign = NULL; in surewarehk_dsa_do_sign() local
1042 psign->r = BN_new(); in surewarehk_dsa_do_sign()
1043 psign->s = BN_new(); in surewarehk_dsa_do_sign()
1044 if(!psign->r || !psign->s) in surewarehk_dsa_do_sign()
1057 psign->r->top = 20 / sizeof(BN_ULONG); in surewarehk_dsa_do_sign()
1058 bn_fix_top(psign->r); in surewarehk_dsa_do_sign()
1060 bn_fix_top(psign->s); in surewarehk_dsa_do_sign()
1063 if (psign) { in surewarehk_dsa_do_sign()
1064 DSA_SIG_free(psign); in surewarehk_dsa_do_sign()
1065 psign = NULL; in surewarehk_dsa_do_sign()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/drdy/
H A Drpath.F16 character * 7 psign
91 psign = string(istrt:istrt+6)
92 if (psign.eq.'reactan') lgs(27) = 0
93 if (psign.eq.'product') lgs(27) = 1
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/drdy/
H A Drpath.F16 character * 7 psign
91 psign = string(istrt:istrt+6)
92 if (psign.eq.'reactan') lgs(27) = 0
93 if (psign.eq.'product') lgs(27) = 1
/dports/math/igraph/igraph-0.9.5/vendor/glpk/misc/
H A Dmt1.c63 integer *min__, integer *psign, integer *wsign, integer *zsign) in mt1_() argument
147 --psign; in mt1_()
373 ip = psign[ii]; in mt1_()
512 psign[ii] = ip; in mt1_()
539 psign[j + 1] = psign[j] - p[j]; in mt1_()
566 psign[j] = 0; in mt1_()
909 psign[nn] = p[nn]; in mt1_()
926 psign[j] = 0; in mt1_()
1092 int min[], int psign[], int wsign[], int zsign[]) in mt1() argument
1096 &min[1], &psign[1], &wsign[1], &zsign[1]); in mt1()
/dports/math/glpk/glpk-5.0/src/misc/
H A Dmt1.c63 integer *min__, integer *psign, integer *wsign, integer *zsign) in mt1_() argument
147 --psign; in mt1_()
373 ip = psign[ii]; in mt1_()
512 psign[ii] = ip; in mt1_()
539 psign[j + 1] = psign[j] - p[j]; in mt1_()
566 psign[j] = 0; in mt1_()
909 psign[nn] = p[nn]; in mt1_()
926 psign[j] = 0; in mt1_()
1092 int min[], int psign[], int wsign[], int zsign[]) in mt1() argument
1096 &min[1], &psign[1], &wsign[1], &zsign[1]); in mt1()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_acelp.c840 Float32 *p0, *p1, *p2, *psign; in E_ACELP_2t() local
996 psign = sign; in E_ACELP_2t()
998 if(psign[i] < 0.0) in E_ACELP_2t()
1000 psign = vec; in E_ACELP_2t()
1005 *p0 = *p0 * psign[j]; in E_ACELP_2t()
1147 Float32 *p0, *p1, *p2, *p3, *psign; in E_ACELP_4t() local
1488 psign = sign; in E_ACELP_4t()
1490 if (psign[i] < 0.0F) in E_ACELP_4t()
1492 psign = vec; in E_ACELP_4t()
1497 p0[0] = p0[0] * psign[j]; in E_ACELP_4t()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_acelp.c840 Float32 *p0, *p1, *p2, *psign; in E_ACELP_2t() local
996 psign = sign; in E_ACELP_2t()
998 if(psign[i] < 0.0) in E_ACELP_2t()
1000 psign = vec; in E_ACELP_2t()
1005 *p0 = *p0 * psign[j]; in E_ACELP_2t()
1147 Float32 *p0, *p1, *p2, *p3, *psign; in E_ACELP_4t() local
1488 psign = sign; in E_ACELP_4t()
1490 if (psign[i] < 0.0F) in E_ACELP_4t()
1492 psign = vec; in E_ACELP_4t()
1497 p0[0] = p0[0] * psign[j]; in E_ACELP_4t()
[all …]
/dports/mail/anubis/anubis-4.2/src/
H A Dmisc.c283 char *psign = NULL; in insert() local
289 psign = strstr (inbuf, sign); in insert()
290 if (!psign) in insert()
293 psign_len = strlen (psign); in insert()
302 psign += 2; in insert()
306 strcat (outbuf, psign); in insert()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dc2t64fx.c59 Word16 *p0, *p1, *p2, *psign; in ACELP_2t64_fx() local
207 psign = sign; in ACELP_2t64_fx()
208 if (psign[i] < 0) in ACELP_2t64_fx()
210 psign = vec; in ACELP_2t64_fx()
214 *p0 = vo_mult(*p0, psign[j]); in ACELP_2t64_fx()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/ik/
H A Dik.cpp237 float psign = 1.0; in _notification() local
252 psign = -psign; in _notification()
257 if (psign < 0.0) in _notification()
/dports/devel/godot2/godot-2.1.6-stable/modules/ik/
H A Dik.cpp237 float psign = 1.0; in _notification() local
252 psign = -psign; in _notification()
257 if (psign < 0.0) in _notification()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or

12345678910>>...26