HomeSort by relevance Sort by last modified time
    Searched full:scalars (Results 1 - 25 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
sloppy-indentation.data 10 the parser does not require scalars
14 "the parser does not require scalars
18 bar: 'quoted scalars
spec-08-09.data 4 scalars:
spec-08-10.data 4 scalars:
  /external/llvm/test/CodeGen/X86/
vec_uint_to_fp.ll 3 ; Test that we are not lowering uinttofp to scalars
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 33 SkScalar* scalars = storage.get(); local
36 scalars[i] = SkFloatToScalar(values[i]);
46 interp->setKeyFrame(index, msec, scalars, blend);
  /external/clang/test/CodeGen/
globalinit.c 35 // Scalars in braces.
  /external/llvm/test/Transforms/EarlyCSE/
floatingpoint.ll 3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 292 /// context means the creation of vectors from a group of scalars.
314 /// \returns a vector from a collection of scalars in \p VL.
318 TreeEntry() : Scalars(), VectorizedValue(0), LastScalarIndex(0),
321 /// \returns true if the scalars in VL are equal to this entry.
323 assert(VL.size() == Scalars.size() && "Invalid size");
325 if (VL[i] != Scalars[i])
330 /// A vector of scalars.
331 ValueList Scalars;
333 /// The Scalars are vectorized into this value. It is initialized to Null.
348 Last->Scalars.insert(Last->Scalars.begin(), VL.begin(), VL.end())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_sanity.c 337 static struct reg scalars[512+1]; variable in typeref:struct:reg
353 for (i = 0, tmp = scalar_names ; i < Elements(scalars) ; i++) {
355 scalars[i].idx = i;
356 scalars[i].closest = tmp;
357 scalars[i].flags = ISFLOAT;
368 scalars[Elements(scalars)-1].idx = -1;
517 for (i = 0 ; i < Elements(scalars) ; i++)
518 print_reg( &scalars[i] );
566 int sz = header.scalars.count
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 337 static struct reg scalars[512+1]; variable in typeref:struct:reg
353 for (i = 0, tmp = scalar_names ; i < Elements(scalars) ; i++) {
355 scalars[i].idx = i;
356 scalars[i].closest = tmp;
357 scalars[i].flags = ISFLOAT;
368 scalars[Elements(scalars)-1].idx = -1;
517 for (i = 0 ; i < Elements(scalars) ; i++)
518 print_reg( &scalars[i] );
566 int sz = header.scalars.count
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkParse.h 17 static int Count(const char str[]); // number of scalars or int values
  /external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt 13 4) bitcasts from vectors to scalars: PR2804
  /external/skia/include/utils/
SkParse.h 17 static int Count(const char str[]); // number of scalars or int values
  /frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java 23 * @param direction array of 3 scalars [x, y, z] specifying the direction of the light source
  /external/libvorbis/doc/
06-floor0.tex 89 \item The number of scalars read into the vector \varname{[coefficients]}
95 scalars in \varname{[coefficients]} is to to read a total of twelve
96 scalars as four vectors of three scalars each. This is not an error
114 length \varname{[n]} vector with all-zero scalars. Otherwise, begin by
  /external/llvm/test/ExecutionEngine/
test-interp-vec-loadstore.ll 31 ; store constants 1,2,3,4 as scalars
37 ; load stored scalars
80 ; store constants as scalars
88 ; load stored scalars
132 ; load stored scalars
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ectest.c 129 fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
195 /* test multiplication with group order, long and negative scalars */
633 const BIGNUM *scalars[4]; local
646 scalars[0] = y; /* (group order + 1)/2, so y*Q + y*Q = Q */
647 scalars[1] = y;
653 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
654 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
664 scalars[0] = y;
665 scalars[1] = z; /* z = -(order + y) */
667 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT
1109 const BIGNUM *scalars[3]; local
    [all...]
ec_lcl.h 162 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
293 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
397 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
403 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
412 int ec_GFp_nistp224_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
413 int ec_GFp_nistp224_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);
421 int ec_GFp_nistp256_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
422 int ec_GFp_nistp256_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);
430 int ec_GFp_nistp521_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
431 int ec_GFp_nistp521_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)
    [all...]
  /external/openssl/crypto/ec/
ectest.c 129 fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
195 /* test multiplication with group order, long and negative scalars */
633 const BIGNUM *scalars[4]; local
646 scalars[0] = y; /* (group order + 1)/2, so y*Q + y*Q = Q */
647 scalars[1] = y;
653 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
654 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
664 scalars[0] = y;
665 scalars[1] = z; /* z = -(order + y) */
667 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT
1109 const BIGNUM *scalars[3]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_sanity.c 615 static struct reg scalars[512+1]; variable in typeref:struct:reg
631 for (i = 0, tmp = scalar_names ; i < Elements(scalars) ; i++) {
633 scalars[i].idx = i;
634 scalars[i].closest = tmp;
635 scalars[i].flags = ISFLOAT;
646 scalars[Elements(scalars)-1].idx = -1;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 615 static struct reg scalars[512+1]; variable in typeref:struct:reg
631 for (i = 0, tmp = scalar_names ; i < Elements(scalars) ; i++) {
633 scalars[i].idx = i;
634 scalars[i].closest = tmp;
635 scalars[i].flags = ISFLOAT;
646 scalars[Elements(scalars)-1].idx = -1;
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkBlurMaskFilter.h 52 @param direction array of 3 scalars [x, y, z] specifying the direction of the light source
  /external/chromium_org/third_party/skia/include/views/
SkTextBox.h 23 of text. Spacing consists of two scalars: mul and add, and the spacing
  /external/skia/include/effects/
SkBlurMaskFilter.h 52 @param direction array of 3 scalars [x, y, z] specifying the direction of the light source
  /external/skia/include/views/
SkTextBox.h 23 of text. Spacing consists of two scalars: mul and add, and the spacing

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>