HomeSort by relevance Sort by last modified time
    Searched refs:scalar (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /external/skia/src/xml/
SkJSDisplayable.cpp 232 SkScalar scalar = 0; local
243 scalar = scriptValue.fOperand.fScalar;
262 scalar = operand.fScalar;
277 if (SkScalarFraction(scalar) == 0)
278 *vp = INT_TO_JSVAL(SkScalarFloor(scalar));
281 *vp = DOUBLE_TO_JSVAL(scalar);
283 *vp = DOUBLE_TO_JSVAL(scalar / 65536.0f );
308 SkScalar scalar = 0; local
323 scalar = SkIntToScalar(JSVAL_TO_INT(value));
327 scalar = (float) *(double*) JSVAL_TO_DOUBLE(value)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 62 if ((scalar @ARGV != 0 && scalar @ARGV != 2) || !$jsShellPath || $showHelp) {
148 if (scalar @ARGV == 2) {
  /external/eigen/test/
nullary.cpp 16 typedef typename MatrixType::Scalar Scalar;
17 Scalar zero = static_cast<Scalar>(0);
39 typedef typename internal::traits<VectorType>::Scalar Scalar;
43 Scalar high = internal::random<Scalar>(-500,500);
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500))
90 ScalarMatrix scalar; local
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 40 EIGEN_STRONG_INLINE Derived& operator Op(const Other& scalar) \
42 return Base::operator Op(scalar); \
54 typedef typename Eigen::internal::traits<Derived>::Scalar Scalar; \
55 typedef typename Eigen::NumTraits<Scalar>::Real RealScalar; \
76 typedef typename traits<T>::Scalar _Scalar;
  /external/valgrind/main/cachegrind/
cg_annotate.in 202 foreach my $i (0 .. scalar @sort_events - 1) {
295 my $n = max(scalar @$a1, scalar @$a2);
436 (scalar(@$summary_CC) == @events)
534 foreach my $i (0 .. scalar(@$CC)-1) {
606 (scalar @sort_order == scalar @thresholds) or
624 foreach my $i (0 .. scalar @thresholds - 1) {
639 foreach my $i (0 .. scalar @sort_order - 1) {
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part2.stdout.exp     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScriptDecompile.cpp 155 SkScalar scalar; local
156 memcpy(&scalar, opCode, sizeof(scalar));
158 SkDebugf(" scalar: %g", SkScalarToFloat(scalar));
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 41 unsigned int scalar : 1; member in struct:_Key::__anon16409
  /external/clang/test/CodeGenCXX/
implicit-copy-constructor.cpp 27 int scalar; member in struct:D
  /external/clang/utils/analyzer/
reducer.pl 25 if (scalar(@ARGV) > 0) { $command = \@ARGV; }
  /external/eigen/Eigen/src/Core/
ArrayBase.h 24 * of scalar values arranged in a one or two dimensionnal fashion. As the main consequence,
26 * arrays support scalar math functions of the c++ standard library (e.g., std::sin(x)), and convenient
27 * constructors allowing to easily write generic code working for both scalar values
49 using internal::special_scalar_op_base<Derived,typename internal::traits<Derived>::Scalar,
50 typename NumTraits<typename internal::traits<Derived>::Scalar>::Real>::operator*;
54 typedef typename internal::traits<Derived>::Scalar Scalar;
55 typedef typename internal::packet_traits<Scalar>::type PacketScalar;
56 typedef typename NumTraits<Scalar>::Real RealScalar;
93 typedef Array<typename internal::traits<Derived>::Scalar,
    [all...]
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 77 if ((scalar keys %unhandled) == 0) {
wakeup-latency.pl 86 if ((scalar keys %unhandled) == 0) {
  /external/skia/src/animator/
SkScriptDecompile.cpp 155 SkScalar scalar; local
156 memcpy(&scalar, opCode, sizeof(scalar));
158 SkDebugf(" scalar: %g", SkScalarToFloat(scalar));
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lcl.h 161 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
292 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
396 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
402 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
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/
ec_lcl.h 161 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
292 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
396 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
402 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 139 scalar( struct src_register src, function
761 return scalar(reg, swizzle);
811 zero = scalar(zero, TGSI_SWIZZLE_X);
822 src0 = scalar(src( tmp ), TGSI_SWIZZLE_X);
917 * RCP is scalar in SVGA3D:
925 scalar(src1, i) ))
961 temp_src0 = scalar(src( temp ), TGSI_SWIZZLE_X);
962 temp_src1 = scalar(src( temp ), TGSI_SWIZZLE_Y);
993 src1 = scalar(src1, TGSI_SWIZZLE_W);
1039 src0 = scalar(src0, TGSI_SWIZZLE_X)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 139 scalar( struct src_register src, function
761 return scalar(reg, swizzle);
811 zero = scalar(zero, TGSI_SWIZZLE_X);
822 src0 = scalar(src( tmp ), TGSI_SWIZZLE_X);
917 * RCP is scalar in SVGA3D:
925 scalar(src1, i) ))
961 temp_src0 = scalar(src( temp ), TGSI_SWIZZLE_X);
962 temp_src1 = scalar(src( temp ), TGSI_SWIZZLE_Y);
993 src1 = scalar(src1, TGSI_SWIZZLE_W);
1039 src0 = scalar(src0, TGSI_SWIZZLE_X)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 49 LLVMValueRef scalar)
54 /* scalar */
55 assert(vec_type == LLVMTypeOf(scalar));
56 res = scalar;
63 assert(LLVMGetElementType(vec_type) == LLVMTypeOf(scalar));
68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
76 res = LLVMBuildInsertElement(builder, res, scalar, index, "");
90 LLVMValueRef scalar)
92 assert(lp_check_elem_type(bld->type, LLVMTypeOf(scalar)));
94 return lp_build_broadcast(bld->gallivm, bld->vec_type, scalar);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 49 LLVMValueRef scalar)
54 /* scalar */
55 assert(vec_type == LLVMTypeOf(scalar));
56 res = scalar;
63 assert(LLVMGetElementType(vec_type) == LLVMTypeOf(scalar));
68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
76 res = LLVMBuildInsertElement(builder, res, scalar, index, "");
90 LLVMValueRef scalar)
92 assert(lp_check_elem_type(bld->type, LLVMTypeOf(scalar)));
94 return lp_build_broadcast(bld->gallivm, bld->vec_type, scalar);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1120 CvScalar scalar; local
1121 scalar.val[0] = val0; scalar.val[1] = val1;
1122 scalar.val[2] = val2; scalar.val[3] = val3;
1123 return scalar;
1129 CvScalar scalar; local
1130 scalar.val[0] = val0;
1131 scalar.val[1] = scalar.val[2] = scalar.val[3] = 0
1137 CvScalar scalar; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
  /external/clang/tools/scan-build/
scan-build 160 next if (scalar(@x) != 4);
204 die "Wrong number of arguments." if (scalar(@_) != 2);
209 die "No build command." if (scalar(@$Args) == 0);
443 my $TotalFunctions = scalar(@$Stats);
460 my $TotalFiles = scalar(keys(%$FilesHash));
514 if (scalar(@filesFound) == 0 and ! -e "$Dir/failures") {
628 if (scalar(@filesFound)) {
647 my $TotalBugs = scalar(@Index);
771 if (scalar (@failures) || scalar(@attributes_ignored))
    [all...]
  /external/chromium_org/third_party/lcov/bin/
mcov 68 my @file_list; # scalar to hold the list of all gcda files.
162 if (!scalar(@gcov_list)) {
179 if (!scalar(@gcov_data)) {

Completed in 1938 milliseconds

1 23 4 5 6 7 8 910