HomeSort by relevance Sort by last modified time
    Searched defs:IsZero (Results 1 - 25 of 34) sorted by null

1 2

  /external/dng_sdk/source/
dng_rect.cpp 34 bool dng_rect::IsZero () const
55 bool dng_rect_real64::IsZero () const
  /external/libmojo/ui/gfx/geometry/
vector2d.cc 14 bool Vector2d::IsZero() const {
vector2d_f.cc 17 bool Vector2dF::IsZero() const {
  /external/libmojo/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 17 bool IsZero(void* p_buf, size_t size) {
33 EXPECT_TRUE(IsZero(a, 10));
38 EXPECT_TRUE(IsZero(b, 10));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_api_internal.h 41 bool IsZero(double n) {
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
gradient-stats.h 81 bool IsZero() const {
149 bool IsZero() const { return first.IsZero() && second.IsZero(); }
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
numeric.h 89 inline bool IsZero(const T& v,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
ieee754.h 44 bool IsZero() const { return (u_ & (kExponentMask | kSignificandMask)) == 0; }
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 79 bool CBC_ReedSolomonGF256Poly::IsZero() const {
116 if (IsZero())
118 if (other->IsZero())
143 if (IsZero() || other->IsZero())
203 if (other->IsZero())
219 while (remainder->GetDegree() >= other->GetDegree() && !remainder->IsZero()) {
  /external/tensorflow/tensorflow/python/ops/
nn_grad.py 457 def IsZero(g):
468 if grad_grad is not None and not IsZero(grad_grad):
    [all...]
  /external/v8/src/
fixed-dtoa.cc 80 bool IsZero() const {
253 if (fractionals128.IsZero()) break;
  /external/libchrome/crypto/
p224.cc 45 // IsZero returns 0xffffffff if a == 0 mod p and 0 otherwise.
46 uint32_t IsZero(const FieldElement& a) {
438 uint32_t z1_is_zero = IsZero(a.z);
439 uint32_t z2_is_zero = IsZero(b.z);
464 uint32_t x_equal = IsZero(h);
478 uint32_t y_equal = IsZero(r);
686 if (IsZero(this->z)) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 314 IsZero (
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 136 IsZero (
    [all...]
  /external/google-benchmark/src/
benchmark.cc 338 !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time;
545 bool IsZero(double n) {
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 338 !IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time;
545 bool IsZero(double n) {
  /art/runtime/verifier/
reg_type.h 131 virtual bool IsZero() const { return false; }
134 return IsNonZeroReferenceTypes() || IsZero() || IsNull();
137 return IsZero() || IsNull();
741 bool IsZero() const OVERRIDE {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c 564 BOOLEAN IsZero;
567 IsZero = FALSE;
570 IsZero = TRUE;
573 return IsZero;
590 BOOLEAN IsZero;
593 IsZero = FALSE;
598 IsZero = TRUE;
601 return IsZero;
620 BOOLEAN IsZero;
623 IsZero = FALSE;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 139 inline bool CPURegister::IsZero() const {
371 bool Operand::IsZero() const {
375 return reg().IsZero();
454 DCHECK(base.Is64Bits() && !base.IsZero());
464 DCHECK(base.Is64Bits() && !base.IsZero());
479 DCHECK(base.Is64Bits() && !base.IsZero());
487 DCHECK(base.Is64Bits() && !base.IsZero());
    [all...]
  /external/v8/src/compiler/
node-matchers.h 166 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); }
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 581 mu_.LockWhen(Condition(&IsZero, &count_));
585 static bool IsZero(int *arg) { return *arg == 0; }
  /prebuilts/go/darwin-x86/src/time/
time.go 91 // As this time is unlikely to come up in practice, the IsZero method gives
429 // IsZero reports whether t represents the zero time instant,
431 func (t Time) IsZero() bool {
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 91 // As this time is unlikely to come up in practice, the IsZero method gives
429 // IsZero reports whether t represents the zero time instant,
431 func (t Time) IsZero() bool {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
TcgStorageCore.h 73 UINT8 IsZero : 1;
86 UINT8 IsZero : 1;
103 UINT8 IsZero : 1;
122 UINT8 IsZero : 1;

Completed in 688 milliseconds

1 2