Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h27 bool is_zero() const { return x_ == 0 && y_ == 0; } in is_zero() function
/external/aac/libFDK/include/
Dfixpoint_math.h148 UCHAR is_zero=(y==0); in sqrtFixp_lookup() local
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp277 is_zero() { in is_zero() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp515 src_reg::is_zero() const in is_zero() function in brw::src_reg
/external/libchrome/base/time/
Dtime.h149 bool is_zero() const { in is_zero() function
/external/mesa3d/src/glsl/
Dir.cpp34 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1027 ir_constant::is_zero() const in is_zero() function in ir_constant
/external/libchrome/crypto/
Dp224.cc51 uint32_t is_zero = 0, is_p = 0; in IsZero() local
/external/libpng/contrib/libtests/
Dtarith.c318 int is_zero; /* Number is (still) zero */ member
/external/boringssl/src/crypto/ec/
Dp256-64.c774 u64 is_zero = small[0] | small[1] | small[2] | small[3]; in smallfelem_is_zero() local
/external/v8/src/x87/
Dassembler-x87.h282 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero() function
/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.h281 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.cc2542 const Matcher<int> is_zero = Eq(0); in TEST() local
2568 const Matcher<const double&> is_zero = Eq(0); in TEST() local