/external/openssl/crypto/ec/ |
ec_mult.c | 341 * \sum scalars[i]*points[i], 347 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 368 int num_scalar = 0; /* flag: will be set to 1 if 'scalar' must be treated like other scalars, 438 num_scalar = 1; /* treat 'scalar' like 'num'-th element of 'scalars' */ 464 bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(scalar); 468 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
ec.c | 826 const BIGNUM *scalars[1]; local 829 scalars[0] = p_scalar; 832 points, scalars, ctx); 836 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], 840 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); 843 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.test.performance_3.6.0.v20091014.jar | |
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar | |
/external/eigen/lapack/ |
slarfg.f | 43 *> where alpha and beta are scalars, and x is an (n-1)-element real 128 * .. Local Scalars ..
|
clarfg.f | 43 *> where alpha and beta are scalars, with beta real, and x is an 128 * .. Local Scalars ..
|
dlarfg.f | 43 *> where alpha and beta are scalars, and x is an (n-1)-element real 128 * .. Local Scalars ..
|
zlarfg.f | 43 *> where alpha and beta are scalars, with beta real, and x is an 128 * .. Local Scalars ..
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
LoggingCanvas.h | 129 PassRefPtr<JSONArray> arrayForSkScalars(size_t n, const SkScalar scalars[]);
|
LoggingCanvas.cpp | 810 PassRefPtr<JSONArray> LoggingCanvas::arrayForSkScalars(size_t n, const SkScalar scalars[]) 814 scalarsArray->pushNumber(scalars[i]);
|
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 837 std::vector<float>& scalars = attribValues[attribValueNdx++]; 838 scalars.resize(numVerticesPerDraw * scalarSize); 843 scalars[repNdx*scalarSize + ndx] = val.elements[arrayNdx*scalarSize + ndx].float32; 854 scalars[repNdx*scalarSize + ndx] = v; 881 vertexArrays.push_back(va::Float(attribLoc + i, numRows, numVerticesPerDraw, scalarSize*sizeof(float), &scalars[i * numRows])); 886 vertexArrays.push_back(va::Float(attribLoc, scalarSize, numVerticesPerDraw, 0, &scalars[0])); [all...] |
glsBuiltinPrecisionTests.cpp | 4101 vector<T> scalars; local 4134 vector<T> scalars; local [all...] |
/external/eigen/blas/ |
chbmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 142 * .. Local Scalars ..
|
chpmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 108 * .. Local Scalars ..
|
dsbmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 136 * .. Local Scalars ..
|
dspmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 104 * .. Local Scalars ..
|
ssbmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 138 * .. Local Scalars ..
|
sspmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 104 * .. Local Scalars ..
|
zhbmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 142 * .. Local Scalars ..
|
zhpmv.f | 18 * where alpha and beta are scalars, x and y are n element vectors and 108 * .. Local Scalars ..
|
/bionic/libc/kernel/uapi/drm/ |
radeon_drm.h | 194 } scalars; member in union:__anon242 [all...] |
/external/kernel-headers/original/uapi/drm/ |
radeon_drm.h | 194 } scalars; member in union:__anon2369 [all...] |
/external/libvorbis/doc/ |
03-codebook.tex | 163 each vector of order \varname{[codebook_dimensions]} scalars. Lookup 406 the vector of scalars corresponding to this offset.
|
07-floor1.tex | 345 Decode begins by sorting the scalars from vectors
|
08-residue.tex | 114 vector scalars in order. As with residue 0, however, partition length
|