HomeSort by relevance Sort by last modified time
    Searched full:scalars (Results 51 - 75 of 325) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_shader.cpp 262 case ir_binop_all_equal: /* same as equal for scalars */
265 case ir_binop_any_nequal: /* same as nequal for scalars */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 181 h.scalars.cmd_type = RADEON_CMD_SCALARS;
182 h.scalars.offset = offset;
183 h.scalars.stride = stride;
184 h.scalars.count = count;
255 OUT_BATCH((h.scalars.offset) | (h.scalars.stride << RADEON_SCAL_INDX_DWORD_STRIDE_SHIFT)); \
256 OUT_BATCH(CP_PACKET0_ONE(R200_SE_TCL_SCALAR_DATA_REG, h.scalars.count - 1)); \
257 OUT_BATCH_TABLE((data), h.scalars.count); \
    [all...]
  /external/chromium_org/third_party/skia/include/config/
SkUserConfig.h 40 /* Scalars (the fractional value type in skia) can be implemented either as
140 /* Define this to allow PDF scalars above 32k. The PDF/A spec doesn't allow
  /external/eigen/blas/
level2_real_impl.h 164 * where alpha and beta are scalars, x and y are n element vectors and
178 * where alpha and beta are scalars, x and y are n element vectors and
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 ..
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 262 case ir_binop_all_equal: /* same as equal for scalars */
265 case ir_binop_any_nequal: /* same as nequal for scalars */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 181 h.scalars.cmd_type = RADEON_CMD_SCALARS;
182 h.scalars.offset = offset;
183 h.scalars.stride = stride;
184 h.scalars.count = count;
255 OUT_BATCH((h.scalars.offset) | (h.scalars.stride << RADEON_SCAL_INDX_DWORD_STRIDE_SHIFT)); \
256 OUT_BATCH(CP_PACKET0_ONE(R200_SE_TCL_SCALAR_DATA_REG, h.scalars.count - 1)); \
257 OUT_BATCH_TABLE((data), h.scalars.count); \
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lib.c 1051 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1055 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1057 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1066 const BIGNUM *scalars[1]; local
1069 scalars[0] = p_scalar;
1071 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
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/openssl/crypto/ec/
ec_lib.c 1051 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1055 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1057 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1066 const BIGNUM *scalars[1]; local
1069 scalars[0] = p_scalar;
1071 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
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/eigen/blas/testing/
cblat2.f 81 * .. Local Scalars ..
110 * .. Scalars in Common ..
430 * .. Local Scalars ..
449 * .. Scalars in Common ..
775 * .. Local Scalars ..
793 * .. Scalars in Common ..
    [all...]
dblat2.f 78 * .. Local Scalars ..
106 * .. Scalars in Common ..
421 * .. Local Scalars ..
439 * .. Scalars in Common ..
762 * .. Local Scalars ..
779 * .. Scalars in Common ..
    [all...]
sblat2.f 78 * .. Local Scalars ..
106 * .. Scalars in Common ..
421 * .. Local Scalars ..
439 * .. Scalars in Common ..
762 * .. Local Scalars ..
779 * .. Scalars in Common ..
    [all...]
zblat2.f 82 * .. Local Scalars ..
111 * .. Scalars in Common ..
432 * .. Local Scalars ..
451 * .. Scalars in Common ..
778 * .. Local Scalars ..
796 * .. Scalars in Common ..
    [all...]
dblat3.f 57 * .. Local Scalars ..
83 * .. Scalars in Common ..
385 * .. Local Scalars ..
402 * .. Scalars in Common ..
666 * .. Local Scalars ..
683 * .. Scalars in Common ..
    [all...]
sblat3.f 57 * .. Local Scalars ..
83 * .. Scalars in Common ..
385 * .. Local Scalars ..
402 * .. Scalars in Common ..
666 * .. Local Scalars ..
683 * .. Scalars in Common ..
    [all...]
  /external/llvm/test/Transforms/InstCombine/
bitcast-alias-function.ll 8 ; Test cast between scalars with same bit sizes
26 ; Test cast between scalars with different bit sizes

Completed in 1000 milliseconds

1 23 4 5 6 7 8 91011>>