Searched refs:is_zero (Results 1 - 25 of 34) sorted by relevance

12

/external/toybox/toys/pending/
H A Dexpr.c62 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/libchrome/crypto/
H A Dp224.cc51 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 |
[all...]
/external/libweave/third_party/chromium/crypto/
H A Dp224.cc65 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 |
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp40 if (any_of(is_zero<cl_device_id>(), devs, devs + num_devs))
H A Dkernel.cpp209 any_of(is_zero<cl_event>(), deps, deps + num_deps))
223 if (!grid_size || any_of(is_zero<size_t>(), grid_size, grid_size + dims))
H A Dprogram.cpp38 any_of(is_zero<const char *>(), strings, strings + count))
H A Dtransfer.cpp43 any_of(is_zero<cl_event>(), deps, deps + num_deps))
/external/skia/src/opts/
H A DSkTextureCompressor_opts.h121 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/boringssl/src/crypto/ec/
H A Dp256-64.c830 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 <<
[all...]
/external/aac/libFDK/include/
H A Dfixpoint_math.h148 UCHAR is_zero=(y==0); local
156 return(is_zero ? 0 : t);
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
H A Dir.cpp34 bool ir_rvalue::is_zero() const function in class:ir_rvalue
1027 ir_constant::is_zero() const function in class:ir_constant
1710 if (expr->operands[0]->is_zero())
1713 if (expr->operands[1]->is_zero())
H A Dopt_algebraic.cpp78 return (ir == NULL) ? false : ir->is_zero();
H A Dir.h207 virtual bool is_zero() const;
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
1779 * \sa ir_constant::is_zero, ir_constant::is_one,
1784 virtual bool is_zero() const;
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h27 bool is_zero() const { return x_ == 0 && y_ == 0; } function in class:webrtc::DesktopVector
/external/libpng/contrib/libtests/
H A Dtarith.c318 int is_zero; /* Number is (still) zero */ member in struct:__anon10678
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;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h317 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/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp515 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()) {
H A Dbrw_vec4.h103 bool is_zero() const;
/external/libchrome/base/time/
H A Dtime.cc311 if (!interval_offset.is_zero() && tick_phase < *this)
H A Dtime.h148 bool is_zero() const { function in class:base::TimeDelta
/external/libweave/third_party/chromium/base/time/
H A Dtime.cc279 if (!interval_offset.is_zero() && tick_phase < *this)
H A Dtime.h148 bool is_zero() const { function in class:base::TimeDelta
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp277 is_zero() { function
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in359 sub is_zero ($)
697 if ((not defined $summary_CC) || is_zero($summary_CC)) {
702 if ((not defined $summary_CC) || is_zero($summary_CC)) {

Completed in 607 milliseconds

12