Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddata_format_ops.h36 auto is_zero = (x_mod == zero); in operator() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_algebraic.c80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero() function
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dfunctional.hpp290 struct is_zero { struct
293 operator()(const T &x) const { in operator ()()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h27 bool is_zero() const { return x_ == 0 && y_ == 0; } in is_zero() function
/external/libchrome/base/time/
Dtime.h151 bool is_zero() const { in is_zero() function
/external/mesa3d/src/compiler/glsl/
Dir.cpp34 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1169 ir_constant::is_zero() const in is_zero() function in ir_constant
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp677 backend_reg::is_zero() const in is_zero() function in backend_reg
/external/aac/libFDK/include/
Dfixpoint_math.h238 UCHAR is_zero = (y == 0); in sqrtFixp_lookup() local
/external/libchrome/crypto/
Dp224.cc51 uint32_t is_zero = 0, is_p = 0; in IsZero() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dec.c311 int is_zero = CRYPTO_refcount_dec_and_test_zero(&group->references); in ec_group_set0_generator() local
/external/libpng/contrib/libtests/
Dtarith.c318 int is_zero; /* Number is (still) zero */ member
/external/python/cpython2/Objects/
Dintobject.c1191 int is_zero = n == 0; in _PyInt_Format() local
/external/v8/src/x87/
Dassembler-x87.h283 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero() function
/external/python/cpython2/Lib/
Ddecimal.py3057 def is_zero(self): member in Decimal
4469 def is_zero(self, a): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py3200 def is_zero(self): member in Decimal
4682 def is_zero(self, a): member in Context
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2378 const Matcher<int> is_zero = Eq(0); in TEST() local
2404 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.h282 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero() function
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc2542 const Matcher<int> is_zero = Eq(0); in TEST() local
2568 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2551 const Matcher<int> is_zero = Eq(0); in TEST() local
2577 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6796 bool is_zero[4] = {}, is_one[4] = {}; in si_eliminate_const_output() local