Home
last modified time | relevance | path

Searched defs:IsZero (Results 1 – 25 of 91) sorted by relevance

1234

/external/dng_sdk/source/
Ddng_rect.cpp34 bool dng_rect::IsZero () const in IsZero() function in dng_rect
55 bool dng_rect_real64::IsZero () const in IsZero() function in dng_rect_real64
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.h121 bool IsZero() const { in IsZero() function
169 bool IsZero() const { in IsZero() function
192 bool IsZero() const { in IsZero() function
/external/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
Dblocking_counter.cc23 static bool IsZero(void *arg) { in IsZero() function
/external/libchrome/ui/gfx/geometry/
Dvector2d.cc14 bool Vector2d::IsZero() const { in IsZero() function in gfx::Vector2d
Dvector2d_f.cc17 bool Vector2dF::IsZero() const { in IsZero() function in gfx::Vector2dF
Dscroll_offset.h35 bool IsZero() const { in IsZero() function
Dscroll_offset_unittest.cc16 TEST(ScrollOffsetTest, IsZero) { in TEST() argument
/external/libchrome/base/
Datomic_ref_count.h51 bool IsZero() const { in IsZero() function
/external/llvm-project/flang/runtime/
Dedit-output.h83 bool IsZero() const { return x_.IsZero(); } in IsZero() function
/external/llvm-project/flang/include/flang/Evaluate/
Dcomplex.h48 constexpr bool IsZero() const { return re_.IsZero() || im_.IsZero(); } in IsZero() function
/external/llvm-project/flang/include/flang/Decimal/
Dbinary-floating-point.h78 constexpr bool IsZero() const { in IsZero() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
443 bool IsZero() const override { return true; } in IsZero() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
443 bool IsZero() const override { return true; } in IsZero() function
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h98 bool IsZero() const { in IsZero() function
/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h124 bool IsZero() const { in IsZero() function
/external/tensorflow/tensorflow/lite/tools/optimize/sparsity/
Dformat_converter.cc344 bool FormatConverter<Eigen::half>::IsZero(const Eigen::half val) { in IsZero() function in tflite::optimize::sparsity::FormatConverter::half
350 bool FormatConverter<T>::IsZero(const T val) { in IsZero() function in tflite::optimize::sparsity::FormatConverter

1234