HomeSort by relevance Sort by last modified time
    Searched full:scalar (Results 576 - 600 of 2451) sorted by null

<<21222324252627282930>>

  /external/skia/src/animator/
SkDrawRectangle.cpp 96 SkScalar scalar = value.fOperand.fScalar; local
100 fRect.fBottom = scalar + fRect.fTop;
106 fRect.fRight = scalar + fRect.fLeft;
  /external/eigen/Eigen/src/Core/
Map.h 74 typedef typename PlainObjectType::Scalar Scalar;
91 && ((static_cast<int>(sizeof(Scalar))*OuterStrideAtCompileTime)%16)==0 ) ),
114 typedef const Scalar* PointerArgType;
178 ::Array(const Scalar *data)
185 ::Matrix(const Scalar *data)
NestByValue.h 55 inline Scalar& coeffRef(Index row, Index col)
65 inline Scalar& coeffRef(Index index)
  /external/eigen/Eigen/src/SparseLU/
SparseLU_column_bmod.h 52 template <typename Scalar, typename Index>
53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu)
118 Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - new_next;
131 dense(irow) = Scalar(0.0);
165 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A( &(glu.lusup.data()[luptr]), nsupc, nsupc, OuterStride<>(lda) );
169 new (&A) Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(glu.lusup.data()[luptr+nsupc]), nrow, nsupc, OuterStride<>(lda) );
SparseLU_panel_bmod.h 55 template <typename Scalar, typename Index>
56 void SparseLUImpl<Scalar,Index>::panel_bmod(const Index m, const Index w, const Index jcol,
69 const Index PacketSize = internal::packet_traits<Scalar>::size;
105 Map<Matrix<Scalar,Dynamic,Dynamic>, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu));
139 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A(glu.lusup.data()+luptr, u_rows, u_rows, OuterStride<>(lda) );
144 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > B(glu.lusup.data()+luptr, nrow, u_rows, OuterStride<>(lda) );
149 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > L(tempv.data()+w*ldu+offset, nrow, u_cols, OuterStride<>(ldl));
152 internal::sparselu_gemm<Scalar>(L.rows(), L.cols(), B.cols(), B.data(), B.outerStride(), U.data(), U.outerStride(), L.data(), L.outerStride());
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 179 typedef _Scalar Scalar;
180 typedef std::complex<Scalar> Complex;
197 void fwd( Complex * dst,const Scalar * src,int nfft)
216 // half-complex to scalar
218 void inv( Scalar * dst,const Complex * src,int nfft)
232 typedef fftw_plan<Scalar> PlanData;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 92 * Determine window width to use for a scalar multiplication of the given size.
94 * @param bits the bit-length of the scalar to multiply by
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.h 53 LLVMValueRef scalar);
58 LLVMValueRef scalar);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 60 scalar, enumerator in enum:clover::module::argument::type
72 argument() : type(scalar), size(0) { }
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 36 /** SkFieldType is the type of field: a scalar, a string, an integer, a boolean, and so on.
216 /** Returns the scalar value of the specified element's attribute[index]
224 /** Returns the scalar value of the specified element's attribute[index]
232 /** Returns the scalar value of the specified element's attribute[index]
236 @return the scalar value to retrieve, or SK_ScalarNaN if unsuccessful
240 /** Returns the scalar value of the specified element's attribute[index]
244 @return the scalar value to retrieve, or SK_ScalarNaN if unsuccessful
328 /** Returns the scalar value of the specified element's attribute
335 /** Returns the scalar value of the specified element's attribute
342 /** Returns the scalar value of the specified element's attribut
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.h 170 /** Returns a GLSL multiplication: component-wise or component-by-scalar.
171 * The multiplication will be component-wise or multiply each component by a scalar.
175 * vecN(in0.x * in1, ...) if dim(T1) == 1 (vector by scalar)
176 * vecN(in0 * in1.x, ...) if dim(T0) == 1 (scalar by vector)
181 /** Returns a GLSL addition: component-wise or add a scalar to each component.
188 /** Returns a GLSL subtraction: component-wise or subtract compoments by a scalar.
293 // The vector-by-scalar and scalar-by-vector binary operations.
  /external/chromium_org/tools/perf/benchmarks/
browsermark.py 26 from telemetry.value import scalar namespace
46 scalar.ScalarValue(results.current_page, 'Score', 'score', result))
scirra.py 16 from telemetry.value import scalar namespace
51 results.AddValue(scalar.ScalarValue(
  /external/chromium_org/tools/perf/metrics/
iometric.py 8 from telemetry.value import scalar namespace
58 scalar.ScalarValue(None, trace_name_prefix + process_type_trace,
media.py 9 from telemetry.value import scalar namespace
70 results.AddValue(scalar.ScalarValue(
  /external/clang/test/Sema/
vector-cast.c 20 type 't1' (vector of 1 'long long' value) and scalar type 'char *'}}
29 type 't1' (vector of 1 'long long' value) and scalar type 'char *'}}
  /external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl 7 kernel __attribute__((vec_type_hint(void))) void kernel3() {} //expected-error{{invalid attribute argument 'void' - expecting a vector or vectorizable scalar type}}
9 kernel __attribute__((vec_type_hint(bool))) void kernel4() {} //expected-error{{invalid attribute argument 'bool' - expecting a vector or vectorizable scalar type}}
  /external/eigen/test/
main.h 268 return a.isApprox(b, test_precision<typename Type1::Scalar>());
272 // the scalar ref is a hint about the expected order of magnitude of a and b.
273 // WARNING: the scalar a and b must be positive
278 template<typename Scalar,typename ScalarRef>
279 inline bool test_isApproxWithRef(const Scalar& a, const Scalar& b, const ScalarRef& ref)
288 return m1.isMuchSmallerThan(m2, test_precision<typename internal::traits<Derived1>::Scalar>());
293 const typename NumTraits<typename internal::traits<Derived>::Scalar>::Real& s)
295 return m.isMuchSmallerThan(s, test_precision<typename internal::traits<Derived>::Scalar>());
301 return m.isUnitary(test_precision<typename internal::traits<Derived>::Scalar>());
    [all...]
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 18 template<typename Scalar, int Dim>
21 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(Scalar, Dim)
22 typedef Matrix<Scalar, Dim, 1> VectorType;
57 * \param _Scalar The underlying scalar type of the bounding boxes
73 typedef _Scalar Scalar;
74 typedef AlignedBox<Scalar, Dim> Volume;
170 typedef internal::vector_int_pair<Scalar, Dim> VIPair;
172 typedef Matrix<Scalar, Dim, 1> VectorType;
  /external/llvm/test/Analysis/CostModel/ARM/
gep.ll 7 ; Cost of scalar integer geps should be one. We can't always expect it to be
19 ; Cost of scalar floating point geps should be one. We cannot fold the address
  /external/llvm/test/CodeGen/Mips/
eh.ll 40 %exn.scalar = load double* %4, align 8
41 %add = fadd double %exn.scalar, %i2
  /external/llvm/test/MC/AArch64/
neon-scalar-add-sub.s 4 // Scalar Integer Add
11 // Scalar Integer Sub
neon-scalar-neg.s 6 // Scalar Negate
14 // Scalar Signed Saturating Negate
neon-scalar-reduce-pairwise.s 4 // Scalar Reduce Add Pairwise (Integer)
11 // Scalar Reduce Add Pairwise (Floating Point)
neon-scalar-rounding-shift.s 5 // Scalar Integer Rounding Shift Lef (Signed)
12 // Scalar Integer Rounding Shift Lef (Unsigned)

Completed in 1220 milliseconds

<<21222324252627282930>>