Searched refs:scalars (Results 1 - 25 of 34) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm7 Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars
41 B<Tie::Scalar> and causes scalars tied to it to behave exactly like the
42 built-in scalars, allowing for selective overloading of methods. The C<new>
78 The L<perltie> section uses a good example of tying scalars by associating
115 # The Tie::StdScalar package provides scalars that behave exactly like
116 # Perl's built-in scalars. Good base to inherit from, if you're only going to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Derrors.t35 print $@ =~ /can only store scalars/
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dectest.c132 fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
663 const BIGNUM *scalars[3]; local
673 scalars[0] = y; /* (group order + 1)/2, so y*Q + y*Q = Q */
674 scalars[1] = y;
680 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
681 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
691 scalars[0] = y;
692 scalars[1] = z; /* z = -(order + y) */
694 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
703 scalars[
1138 const BIGNUM *scalars[3]; local
[all...]
H A Dec2_mult.c311 * scalar*group->generator + scalars[0]*points[0] + ... + scalars[num-1]*points[num-1]
315 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
335 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
353 if (!ec_GF2m_montgomery_point_multiply(group, p, scalars[i], points[i], ctx)) goto err;
354 if (BN_is_negative(scalars[i]))
314 ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
H A Dec_lcl.h157 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
284 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
388 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
H A Dec_lib.c1119 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1123 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1125 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1134 const BIGNUM *scalars[1]; local
1137 scalars[0] = p_scalar;
1139 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
1118 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
H A Dec_mult.c319 * \sum scalars[i]*points[i],
325 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
346 int num_scalar = 0; /* flag: will be set to 1 if 'scalar' must be treated like other scalars,
416 num_scalar = 1; /* treat 'scalar' like 'num'-th element of 'scalars' */
439 bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(scalar);
443 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
324 ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm7 Env - perl module that imports environment variables as scalars or arrays
23 ties all existing environment variables (C<keys %ENV>) to scalars. If
H A Dbignum.pm257 scalars work.
285 this is slower than keeping them as Perl scalars:
423 with normal scalars is not extraordinary, but normal and expected.
H A Dbigint.pm285 with normal scalars is not extraordinary, but normal and expected.
H A DExporter.pm141 symbols can represent functions, scalars, arrays, hashes, or typeglobs.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm70 returns an array reference, the rest scalars.
H A Dservent.pm72 method returns an array reference, the rest scalars.
H A Dhostent.pm82 addr_list methods return array reference, the rest scalars. The addr
H A Dnetent.pm87 method returns an array reference, the rest scalars.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm69 return scalars, the last an array reference.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm320 Math::BigInt::Scalar - Pure Perl module to test Math::BigInt with scalars
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2858 int sz = header.scalars.count;
2859 int start = header.scalars.offset;
2860 int stride = header.scalars.stride;
2881 int sz = header.scalars.count;
2882 int start = ((unsigned int)header.scalars.offset) + 0x100;
2883 int stride = header.scalars.stride;
H A Dradeon_drm.h211 } scalars; member in union:__anon9616
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm84 determine. Introductions of non-lexical non-scalars don't seem to be
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf94 dir path=opt/SUNWdtrt/tst/common/scalars
1405 file path=opt/SUNWdtrt/tst/common/scalars/err.D_ARR_LOCAL.thisarray.d \
1407 file path=opt/SUNWdtrt/tst/common/scalars/err.D_DECL_CLASS.selfthis.d \
1409 file path=opt/SUNWdtrt/tst/common/scalars/err.D_DECL_CLASS.thisself.d \
1411 file path=opt/SUNWdtrt/tst/common/scalars/err.D_DECL_IDRED.errval.d mode=0444
1412 file path=opt/SUNWdtrt/tst/common/scalars/err.D_OP_INCOMPAT.dec.err.d \
1414 file path=opt/SUNWdtrt/tst/common/scalars/err.D_OP_INCOMPAT.dupgtype.d \
1416 file path=opt/SUNWdtrt/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \
1418 file path=opt/SUNWdtrt/tst/common/scalars/err.D_OP_INCOMPAT.dupttype.d \
1420 file path=opt/SUNWdtrt/tst/common/scalars/er
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm278 known as scalars, please see L<perldata>) as input for the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs521 # rather than 3 (anon array, plus the 2 scalars it holds) saves
1370 With %seen holding simple scalars:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm637 for ordinary scalars it will return the string that you'd see
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm663 just compared the strings represented by two scalars. Beginning with

Completed in 143 milliseconds

12