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

  /external/aac/libFDK/include/
fixpoint_math.h 148 UCHAR is_zero=(y==0); local
156 return(is_zero ? 0 : t);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 277 is_zero() { function
  /external/toybox/toys/pending/
expr.c 62 static int is_zero(struct value *v) function
108 if (is_zero(rhs)) error_exit("division by zero");
115 if (is_zero(rhs)) error_exit("division by zero");
175 if (is_zero(lhs) || is_zero(rhs)) {
183 if (is_zero(lhs)) *lhs = *rhs;
275 exit(is_zero(&ret));
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 27 bool is_zero() const { return x_ == 0 && y_ == 0; } function in class:webrtc::DesktopVector
  /system/extras/libfec/
fec_read.cpp 85 static inline bool is_zero(fec_handle *f, uint64_t offset) function
134 if (likely(interleaved < e->start) && !is_zero(f, interleaved)) {
316 bool expect_zeros = is_zero(f, curr_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 515 src_reg::is_zero() const function in class:brw::src_reg
562 if (inst->src[1].is_zero()) {
570 if (inst->src[1].is_zero()) {
  /external/libchrome/base/time/
time.h 148 bool is_zero() const { function in class:base::TimeDelta
  /external/libchrome/crypto/
p224.cc 51 uint32_t is_zero = 0, is_p = 0; local
53 is_zero |= minimal[i];
57 // If either is_zero or is_p is 0, then we should return 1.
58 is_zero |= is_zero >> 16;
59 is_zero |= is_zero >> 8;
60 is_zero |= is_zero >> 4;
61 is_zero |= is_zero >> 2
    [all...]
  /external/libweave/third_party/chromium/base/time/
time.h 148 bool is_zero() const { function in class:base::TimeDelta
  /external/skia/src/opts/
SkTextureCompressor_opts.h 121 static inline bool is_zero(uint8x16_t x) { function in namespace:SK_OPTS_NS
174 if (is_zero(ncmp)) {
175 if (is_zero(alphaRow1)) {
181 } else if (is_zero(nAlphaRow1)) {
  /external/libweave/third_party/chromium/crypto/
p224.cc 65 uint32_t is_zero = 0, is_p = 0; local
67 is_zero |= minimal[i];
71 // If either is_zero or is_p is 0, then we should return 1.
72 is_zero |= is_zero >> 16;
73 is_zero |= is_zero >> 8;
74 is_zero |= is_zero >> 4;
75 is_zero |= is_zero >> 2
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 317 bool is_zero() function in struct:dual_refcnt_t
343 if(p_atomic_dec_zero((int32_t*)&atomic_refcnt) && !nonatomic_refcnt && is_zero())
361 if(!atomic_refcnt && is_zero())
  /external/mesa3d/src/glsl/
ir.cpp 34 bool ir_rvalue::is_zero() const function in class:ir_rvalue
1027 ir_constant::is_zero() const function in class:ir_constant
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 318 int is_zero; /* Number is (still) zero */ member in struct:__anon16794
338 c.is_zero = 0;
383 (number_is_valid && !c.is_zero && c.is_negative))
389 if (PNG_FP_IS_ZERO(c.state) != (number_is_valid && c.is_zero))
396 (number_is_valid && !c.is_zero && !c.is_negative))
593 control.is_zero = 1;
  /art/compiler/optimizing/
intrinsics_x86_64.cc 2506 NearLabel is_zero, done; local
2622 NearLabel is_zero, done; local
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 830 u64 is_zero = small[0] | small[1] | small[2] | small[3]; local
831 is_zero--;
832 is_zero &= is_zero << 32;
833 is_zero &= is_zero << 16;
834 is_zero &= is_zero << 8;
835 is_zero &= is_zero << 4
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 2378 const Matcher<int> is_zero = Eq(0); local
2404 const Matcher<const double&> is_zero = Eq(0); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 3059 def is_zero(self): member in class:Decimal
4469 def is_zero(self, a): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 3059 def is_zero(self): member in class:Decimal
4469 def is_zero(self, a): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3059 def is_zero(self): member in class:Decimal
4469 def is_zero(self, a): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3059 def is_zero(self): member in class:Decimal
4469 def is_zero(self, a): member in class:Context
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc 2487 const Matcher<int> is_zero = Eq(0); local
2513 const Matcher<const double&> is_zero = Eq(0); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 4086 #define is_zero macro
    [all...]

Completed in 3056 milliseconds