Home
last modified time | relevance | path

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

12345

/external/pytorch/aten/src/ATen/cuda/tunable/
DTunableGemm.h114 inline bool IsZero(T v) { in IsZero() function
119 inline bool IsZero(BFloat16 v) { in IsZero() function
124 inline bool IsZero(Half v) { in IsZero() function
129 inline bool IsZero(c10::complex<double> v) { in IsZero() function
134 inline bool IsZero(c10::complex<float> v) { in IsZero() function
/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/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.h125 bool IsZero() const { in IsZero() function
173 bool IsZero() const { in IsZero() function
196 bool IsZero() const { in IsZero() function
/external/grpc-grpc/src/core/ext/xds/
Dxds_client_stats.h133 bool IsZero() const { in IsZero() function
182 bool IsZero() const { in IsZero() function
205 bool IsZero() const { in IsZero() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 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/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
/external/abseil-cpp/absl/synchronization/
Dbarrier.cc24 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
/external/libchrome/base/
Datomic_ref_count.h51 bool IsZero() const { in IsZero() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Datomic_ref_count.h53 bool IsZero() const { in IsZero() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
Datomic_ref_count.h53 bool IsZero() const { in IsZero() function
/external/private-join-and-compute/private_join_and_compute/crypto/
Dsimultaneous_fixed_bases_exp.cc51 bool IsZero(const private_join_and_compute::BigNum& c) { in IsZero() function
76 bool IsZero(const private_join_and_compute::MontBigNum& c) { in IsZero() function
/external/cronet/stable/base/
Datomic_ref_count.h57 bool IsZero() const { in IsZero() function
/external/cronet/tot/base/
Datomic_ref_count.h57 bool IsZero() const { in IsZero() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_time.cc47 bool QuicWallTime::IsZero() const { return microseconds_ == 0; } in IsZero() function in quic::QuicWallTime
Dquic_bandwidth.h89 bool IsZero() const { return bits_per_second_ == 0; } in IsZero() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_time.cc47 bool QuicWallTime::IsZero() const { return microseconds_ == 0; } in IsZero() function in quic::QuicWallTime
/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/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/angle/third_party/spirv-tools/src/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

12345