HomeSort by relevance Sort by last modified time
    Searched refs:VERIFY (Results 101 - 125 of 173) sorted by null

1 2 3 45 6 7

  /external/eigen/test/
vectorwiseop.cpp 120 VERIFY( (mb.col(c) == (m1.real().col(c)<=0.7).all()).all() );
122 VERIFY( (mb.row(r) == (m1.real().row(r)<=0.7).all()).all() );
125 VERIFY( (mb.col(c) == (m1.real().col(c)>=0.7).any()).all() );
127 VERIFY( (mb.row(r) == (m1.real().row(r)>=0.7).any()).all() );
array_reverse.cpp 31 // Verify that MatrixBase::reverse() works
39 // Verify that a Reverse default (in both directions) of an expression works
47 // Verify that a Reverse in both directions of an expression works
55 // Verify that a Reverse in the vertical directions of an expression works
63 // Verify that a Reverse in the horizontal directions of an expression works
71 // Verify that a VectorType::reverse() of an expression works
77 // Verify that PartialRedux::reverse() works (for colwise())
85 // Verify that PartialRedux::reverse() works (for rowwise())
143 VERIFY(x.reverse()[1] == 3);
144 VERIFY(x.reverse() == y)
    [all...]
evaluators.cpp 138 VERIFY((w.array() >= -1).all() && (w.array() <= 1).all()); // not easy to test ...
321 VERIFY(buffer[0] == 2);
322 VERIFY(buffer[1] == 4);
323 VERIFY(buffer[2] == 6);
451 VERIFY(B.isApprox(C) && "copy_using_evaluator(B.triangularView<Upper>(), A)");
456 VERIFY(B.isApprox(C) && "copy_using_evaluator(B.triangularView<Lower>(), A.triangularView<Lower>())");
462 VERIFY(B.isApprox(C) && "copy_using_evaluator(B.triangularView<Lower>(), A.triangularView<Lower>().transpose())");
468 VERIFY(B.isApprox(C) && "swap_using_evaluator(B.triangularView<Upper>(), A.triangularView<Upper>())");
householder.cpp 90 VERIFY(hseq.length() == hc.size());
91 VERIFY(hseq.shift() == shift);
product_large.cpp 68 VERIFY(l1==l1CacheSize());
69 VERIFY(l2==l2CacheSize());
umeyama.cpp 117 VERIFY(error < Scalar(40)*std::numeric_limits<Scalar>::epsilon());
155 VERIFY(error < Scalar(16)*std::numeric_limits<Scalar>::epsilon());
geo_transformations.cpp 69 VERIFY((t0 * t1).matrix().isIdentity(test_precision<Scalar>()));
147 VERIFY( !(q1 * v1).isApprox(Quaternionx(AngleAxisx(aa.angle()*2,aa.axis())) * v1) );
155 VERIFY( !(q1 * v1).isApprox(Quaternionx(AngleAxisx(aa.angle()*2,aa.axis())) * v1) );
193 VERIFY((t0 * t1).matrix().isIdentity(test_precision<Scalar>()));
276 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
435 VERIFY( rot2.smallestPositiveAngle() >= 0 );
436 VERIFY( rot2.smallestPositiveAngle() <= Scalar(2)*Scalar(EIGEN_PI) );
439 VERIFY( rot2.smallestAngle() >= -Scalar(EIGEN_PI) );
440 VERIFY( rot2.smallestAngle() <= Scalar(EIGEN_PI) );
478 VERIFY(l<=Scalar(EIGEN_PI)*(Scalar(1)+NumTraits<Scalar>::epsilon()*Scalar(path_steps/2)))
    [all...]
product.h 87 VERIFY(areNotApprox(m1.transpose()*m2,m2.transpose()*m1));
96 VERIFY(areNotApprox(res,square + m2 * m1.transpose()));
108 VERIFY(areNotApprox(res,square - m2 * m1.transpose()));
149 VERIFY(areNotApprox(res2,square2 + m2.transpose() * m1));
schur_complex.cpp 28 VERIFY(T(row,col) == (typename MatrixType::Scalar)0);
  /external/eigen/unsupported/test/
autodiff_scalar.cpp 85 VERIFY(bool(std::is_base_of<B, A>::value));
special_functions.cpp 21 VERIFY((numext::isnan)(x(i)));
120 VERIFY((std::isnan)(numext::igamma(a_s[i], x_s[j])));
126 VERIFY((std::isnan)(numext::igammac(a_s[i], x_s[j])));
alignedvector3.cpp 76 VERIFY(ss1.str()==ss2.str());
cxx11_tensor_reduction.cpp 230 VERIFY(!all());
232 VERIFY(all());
236 VERIFY(!any());
238 VERIFY(any());
BVH.cpp 117 VERIFY(i1.count == i2.count);
163 VERIFY(i1.count == i2.count);
levenberg_marquardt.cpp 637 VERIFY(lm.fvec().squaredNorm() <= 1.4307867721E-25);
658 VERIFY(lm.fvec().squaredNorm() <= 1.4307867721E-25);
813 VERIFY(lm.nfev() < 284 * LM_EVAL_COUNT_TOL);
814 VERIFY(lm.njev() < 249 * LM_EVAL_COUNT_TOL);
839 VERIFY(lm.nfev() < 126 * LM_EVAL_COUNT_TOL);
840 VERIFY(lm.njev() < 116 * LM_EVAL_COUNT_TOL);
900 VERIFY(lm.nfev() < 31); // 31
901 VERIFY(lm.njev() < 25); // 25
919 VERIFY(lm.nfev() < 16 * LM_EVAL_COUNT_TOL);
920 VERIFY(lm.njev() < 15 * LM_EVAL_COUNT_TOL)
    [all...]
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 36 @Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, threadSafe = true)
  /external/tensorflow/tensorflow/core/framework/
op_def_builder.cc 104 #define VERIFY(expr, ...) \
153 VERIFY(ConsumeAttrName(&spec, &tmp_name), "Trouble parsing '<name>:'");
179 VERIFY(ProcessCompoundType(type_string, allowed),
189 VERIFY(ConsumeQuotedString('"', &spec, &escaped_string) ||
194 VERIFY(str_util::CUnescape(escaped_string, &unescaped, &error),
203 VERIFY(str_util::ConsumePrefix(&spec, "}"),
211 VERIFY(ConsumeAttrType(&spec, &type_string),
217 VERIFY(DataTypeFromString(type_string, &dt),
226 VERIFY(str_util::ConsumePrefix(&spec, "}"),
233 VERIFY(false, "Trouble parsing type string at '", spec, "'")
    [all...]
  /external/webrtc/webrtc/base/
fakesslidentity.h 47 VERIFY(SSLIdentity::PemToDer(kPemTypeCertificate, data_, &der_string));
win32window.cc 67 VERIFY(::DestroyWindow(wnd_) != FALSE);
fileutils.cc 159 VERIFY(IsFolder(old_path));
189 VERIFY(IsFolder(folder));
  /external/libpng/contrib/pngminus/
makevms.com 55 $ V = 'F$Verify(0)
86 $ VV=F$VERIFY(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debugloc.s 6 # RUN: | llvm-dwarfdump --verify - \
7 # RUN: | FileCheck %s --check-prefix VERIFY
19 # VERIFY: Verifying .debug_info Unit Header Chain
20 # VERIFY-NOT: DIE has invalid DW_AT_location encoding
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_defs.proto 169 VERIFY = 3;
  /external/webrtc/webrtc/p2p/base/
relayport.cc 581 VERIFY(request.AddAttribute(magic_cookie_attr));
587 VERIFY(request.AddAttribute(username_attr));
593 VERIFY(request.AddAttribute(addr_attr));
600 VERIFY(request.AddAttribute(options_attr));
606 VERIFY(request.AddAttribute(data_attr));
793 VERIFY(request->AddAttribute(username_attr));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 157 echo " $CC" -DVERIFY $CFLAGS "$@" $0 -o verify $LIBS
158 $CC -DVERIFY $CFLAGS ${@+"$@"} $0 -o verify $LIBS ||
160 echo " verify -fl > verify.out"
161 ./verify -fl > verify.out ||
162 echo ' *** Some problems: see verify.out'
214 cc -DVERIFY enquire.c -o verify #this includes limits.h and float.h
215 verify -fl > verify.out
    [all...]

Completed in 528 milliseconds

1 2 3 45 6 7