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

  /external/dng_sdk/source/
dng_rect.cpp 34 bool dng_rect::IsZero () const
55 bool dng_rect_real64::IsZero () const
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
ieee754.h 44 bool IsZero() const { return (u_ & (kExponentMask | kSignificandMask)) == 0; }
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 70 FX_BOOL CBC_ReedSolomonGF256Poly::IsZero() {
104 if (IsZero()) {
108 if (other->IsZero()) {
141 if (IsZero() || other->IsZero()) {
215 if (other->IsZero()) {
229 while (remainder->GetDegree() >= other->GetDegree() && !remainder->IsZero()) {
  /system/connectivity/shill/net/
byte_string.cc 123 bool ByteString::IsZero() const {
  /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)) {
  /art/runtime/verifier/
reg_type.h 128 virtual bool IsZero() const { return false; }
130 return IsNonZeroReferenceTypes() || IsZero();
595 bool IsZero() const OVERRIDE {
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224.cc 59 // IsZero returns 0xffffffff if a == 0 mod p and 0 otherwise.
60 uint32_t IsZero(const FieldElement& a) {
467 uint32_t z1_is_zero = IsZero(a.z);
468 uint32_t z2_is_zero = IsZero(b.z);
493 uint32_t x_equal = IsZero(h);
507 uint32_t y_equal = IsZero(r);
715 if (IsZero(this->z)) {
  /external/v8/src/compiler/
node-matchers.h 161 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); }
  /external/google-benchmark/src/
benchmark.cc 99 bool IsZero(double n) {
387 if (!IsZero(family->min_time_)) {
678 const double min_time = !IsZero(b.min_time) ? b.min_time
  /external/v8/src/arm64/
assembler-arm64-inl.h 153 inline bool CPURegister::IsZero() const {
385 bool Operand::IsZero() const {
389 return reg().IsZero();
468 DCHECK(base.Is64Bits() && !base.IsZero());
478 DCHECK(base.Is64Bits() && !base.IsZero());
493 DCHECK(base.Is64Bits() && !base.IsZero());
501 DCHECK(base.Is64Bits() && !base.IsZero());
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 581 mu_.LockWhen(Condition(&IsZero, &count_));
585 static bool IsZero(int *arg) { return *arg == 0; }
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 214 bool IsZero() const {
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 563 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero");
564 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs");
    [all...]
MicrosoftCXXABI.cpp 228 if (ML.VBase || !ML.VFPtrOffset.isZero())
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 3755 milliseconds