HomeSort by relevance Sort by last modified time
    Searched refs:VERIFY (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /external/eigen/test/
spqr_support.cpp 58 VERIFY(x.isApprox(refX,test_precision<Scalar>()));
adjoint.cpp 19 VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numext::conj(s2) * v2.dot(v3), 0));
20 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), 0));
23 VERIFY(test_isApproxWithRef(v1.dot(square * v2), (square.adjoint() * v1).dot(v2), 0));
34 VERIFY(test_isApproxWithRef((s1 * v1 + s2 * v2).dot(v3), numext::conj(s1) * v1.dot(v3) + numext::conj(s2) * v2.dot(v3), ref));
35 VERIFY(test_isApproxWithRef(v3.dot(s1 * v1 + s2 * v2), s1*v3.dot(v1)+s2*v3.dot(v2), ref));
50 VERIFY( (v1*very_small).norm() == 0 );
59 VERIFY(internal::isMuchSmallerThan(abs(v1.dot(square * v2) - (square.adjoint() * v1).dot(v2)), ref, test_precision<Scalar>()));
svd_common.h 47 VERIFY(sigma.cwiseAbs().maxCoeff() <= (std::numeric_limits<RealScalar>::min)());
75 VERIFY( (svd.matrixV().adjoint()*svd.matrixV()).isIdentity(prec) );
82 VERIFY( (svd.matrixU().adjoint()*svd.matrixU()).isIdentity(prec) );
151 VERIFY( test_isMuchSmallerThan(abs(residual_y-residual), rhs_norm) || residual < residual_y );
153 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );
158 VERIFY( test_isMuchSmallerThan(abs(residual_y-residual), rhs_norm) || residual < residual_y );
160 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );
194 VERIFY(guard<10);
280 // all this function does is verify we don't iterate infinitely on nan/inf values
287 VERIFY(sub(some_inf, some_inf) != sub(some_inf, some_inf))
    [all...]
main.h 97 VERIFY( (#XPR) && nb_temporaries==N ); \
208 VERIFY(Eigen::should_raise_an_assert && # a); \
210 Eigen::internal::push_assert = false; VERIFY(true); \
234 VERIFY(Eigen::should_raise_an_assert && # a); \
236 catch (Eigen::eigen_assert_exception&) { VERIFY(true); } \
279 #define VERIFY(a) ::verify_impl(a, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_PP_MAKE_STRING(a))
285 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b, true))
286 #define VERIFY_IS_NOT_EQUAL(a, b) VERIFY(test_is_equal(a, b, false))
287 #define VERIFY_IS_APPROX(a, b) VERIFY(verifyIsApprox(a, b))
288 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b)
    [all...]
eigensolver_selfadjoint.cpp 31 VERIFY(eiSymm.eigenvalues().cwiseAbs().maxCoeff() <= (std::numeric_limits<RealScalar>::min)());
55 VERIFY(eiDirect.eigenvalues().cwiseAbs().maxCoeff() <= (std::numeric_limits<RealScalar>::min)());
111 VERIFY((symmC.template selfadjointView<Lower>() * eiSymmGen.eigenvectors()).isApprox(
117 VERIFY((symmB.template selfadjointView<Lower>() * (symmC.template selfadjointView<Lower>() * eiSymmGen.eigenvectors())).isApprox(
123 VERIFY((symmC.template selfadjointView<Lower>() * (symmB.template selfadjointView<Lower>() * eiSymmGen.eigenvectors())).isApprox(
154 //VERIFY(T.topRightCorner(rows-2, cols-2).template triangularView<Upper>().isZero());
190 VERIFY((ei3.eigenvectors().transpose()*ei3.eigenvectors().transpose()).eval().isIdentity());
block.cpp 128 VERIFY(numext::real(ones.col(c1).sum()) == RealScalar(rows));
129 VERIFY(numext::real(ones.row(r1).sum()) == RealScalar(cols));
131 VERIFY(numext::real(ones.col(c1).dot(ones.col(c2))) == RealScalar(rows));
132 VERIFY(numext::real(ones.row(r1).dot(ones.row(r2))) == RealScalar(cols));
215 VERIFY(m.coeff(i,j) == data[i*rowStride + j*colStride]);
221 VERIFY(m.coeff(i,j) == data[(MatrixType::Flags&RowMajorBit)
228 VERIFY(innerStride == int((&m.coeff(1))-(&m.coeff(0))));
230 VERIFY(m.coeff(i) == data[i*innerStride]);
diagonal.cpp 40 VERIFY(m1.template diagonal<N1>().RowsAtCompileTime == m1.diagonal(N1).size());
41 VERIFY(m1.template diagonal<N2>().RowsAtCompileTime == m1.diagonal(N2).size());
geo_eulerangles.cpp 30 VERIFY((ea-eabis).norm() <= test_precision<Scalar>());
33 VERIFY(0 < eabis[0] || test_isMuchSmallerThan(eabis[0], Scalar(1)));
ctorleak.cpp 52 VERIFY(false); // not reached if exceptions are enabled
dontalign.cpp 40 VERIFY(square.determinant() != Scalar(0));
hessenberg.cpp 27 VERIFY(H(row,col) == (typename MatrixType::Scalar)0);
mapped_matrix.cpp 154 // verify that map-to-const don't have LvalueBit
156 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) );
157 VERIFY( !(internal::traits<Map<ConstPlainObjectType, AlignedMax> >::Flags & LvalueBit) );
158 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) );
159 VERIFY( !(Map<ConstPlainObjectType, AlignedMax>::Flags & LvalueBit) );
permutationmatrices.cpp 59 VERIFY((lp*lp.inverse()).toDenseMatrix().isIdentity());
60 VERIFY((lv.asPermutation()*lv.asPermutation().inverse()).toDenseMatrix().isIdentity());
61 VERIFY((MapLeftPerm(lv.data(),lv.size())*MapLeftPerm(lv.data(),lv.size()).inverse()).toDenseMatrix().isIdentity());
stddeque_overload.cpp 59 VERIFY(v[i]==w[(i-23)%w.size()]);
93 VERIFY(v[i].matrix()==w[(i-23)%w.size()].matrix());
127 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
stdlist_overload.cpp 81 VERIFY((*get(v, i))==(*get(w, (i-23)%w.size())));
121 VERIFY(get(v, i)->matrix()==get(w, (i-23)%w.size())->matrix());
161 VERIFY(get(v, i)->coeffs()==get(w, (i-23)%w.size())->coeffs());
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
ReportITMojo.java 34 @Mojo(name = "report-integration", defaultPhase = LifecyclePhase.VERIFY, threadSafe = true)
ReportMojo.java 29 @Mojo(name = "report", defaultPhase = LifecyclePhase.VERIFY, threadSafe = true)
  /external/tensorflow/tensorflow/core/framework/
op_def_builder.cc 104 #define VERIFY(expr, ...) \
151 VERIFY(ConsumeAttrName(&spec, &tmp_name), "Trouble parsing '<name>:'");
177 VERIFY(ProcessCompoundType(type_string, allowed),
187 VERIFY(ConsumeQuotedString('"', &spec, &escaped_string) ||
192 VERIFY(str_util::CUnescape(escaped_string, &unescaped, &error),
200 VERIFY(spec.Consume("}"),
208 VERIFY(ConsumeAttrType(&spec, &type_string),
214 VERIFY(DataTypeFromString(type_string, &dt),
222 VERIFY(spec.Consume("}"),
229 VERIFY(false, "Trouble parsing type string at '", spec, "'")
    [all...]
  /system/core/gatekeeperd/
IGateKeeperService.h 32 VERIFY = IBinder::FIRST_CALL_TRANSACTION + 1,
73 virtual int verify(uint32_t uid, const uint8_t *enrolled_password_handle,
  /art/test/etc/
run-test-jar 58 VERIFY="y" # y=yes,n=no,s=softfail
298 elif [ "x$1" = "x--no-verify" ]; then
299 VERIFY="n"
301 elif [ "x$1" = "x--verify-soft-fail" ]; then
302 VERIFY="s"
405 if [ "$VERIFY" = "y" ]; then
416 if [ "$VERIFY" = "y" ]; then
419 elif [ "$VERIFY" = "s" ]; then
423 else # VERIFY = "n"
599 if [ "$VERIFY" = "y" ] ; the
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Signature.java 61 * <p> A Signature object can be used to generate and verify digital
88 * {@link #sign() sign} methods and the {@link #verify(byte[]) verify}
289 protected final static int VERIFY = 3;
602 state = VERIFY;
655 state = VERIFY;
798 * reset and available to verify another signature from the identity
810 public final boolean verify(byte[] signature) throws SignatureException { method in class:Signature
811 if (state == VERIFY) {
825 * reset and available to verify another signature from the identit
846 public final boolean verify(byte[] signature, int offset, int length) method in class:Signature
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat 44 VERIFY OTHER 2>NUL
  /external/eigen/unsupported/test/
cxx11_tensor_sugar.cpp 21 VERIFY(b())
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 112 VERIFY(resp->AddAttribute(new cricket::StunErrorCodeAttribute(
359 VERIFY(response.AddAttribute(mapped_addr_attr));
420 // Verify the HMAC.
467 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
469 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
480 VERIFY(resp.AddAttribute(new StunAddressAttribute(
489 VERIFY(msg->AddAttribute(
643 VERIFY(response.AddAttribute(mapped_addr_attr));
644 VERIFY(response.AddAttribute(relayed_addr_attr));
645 VERIFY(response.AddAttribute(lifetime_attr))
    [all...]
  /external/autotest/scheduler/
monitor_db_functional_test.py 32 _PidfileType = enum.Enum('verify', 'cleanup', 'repair', 'job', 'gather',
228 # such paths look like hosts/host1/1-verify, we'll grab the end
404 'hosts/host1/1-verify', drone_manager.AUTOSERV_PID_FILE)
433 self._run_dispatcher() # launches verify
436 self.mock_drone_manager.finish_process(_PidfileType.VERIFY)
580 host=host, task=models.SpecialTask.Task.VERIFY)
588 self.mock_drone_manager.finish_process(_PidfileType.VERIFY)
596 self.mock_drone_manager.finish_process(_PidfileType.VERIFY,
661 self.mock_drone_manager.finish_process(_PidfileType.VERIFY,
672 self._run_dispatcher() # launches verify
    [all...]

Completed in 507 milliseconds

1 2 34 5 6 7 8 910