HomeSort by relevance Sort by last modified time
    Searched refs:is_zero (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libchrome/base/task_scheduler/
task.cc 16 delay.is_zero() ? TimeTicks() : TimeTicks::Now() + delay,
  /prebuilts/go/darwin-x86/test/bench/garbage/
peano.go 24 func is_zero(x *Number) bool { return x == nil } func
35 if is_zero(y) {
43 if is_zero(x) || is_zero(y) {
51 if is_zero(n) {
70 if is_zero(x) {
  /prebuilts/go/darwin-x86/test/
peano.go 21 func is_zero(x *Number) bool { func
36 if is_zero(y) {
44 if is_zero(x) || is_zero(y) {
52 if is_zero(n) {
71 if is_zero(x) {
  /prebuilts/go/linux-x86/test/bench/garbage/
peano.go 24 func is_zero(x *Number) bool { return x == nil } func
35 if is_zero(y) {
43 if is_zero(x) || is_zero(y) {
51 if is_zero(n) {
70 if is_zero(x) {
  /prebuilts/go/linux-x86/test/
peano.go 21 func is_zero(x *Number) bool { func
36 if is_zero(y) {
44 if is_zero(x) || is_zero(y) {
52 if is_zero(n) {
71 if is_zero(x) {
  /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/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 40 if (any_of(is_zero<cl_device_id>(), devs, devs + num_devs))
kernel.cpp 209 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))
program.cpp 38 any_of(is_zero<const char *>(), strings, strings + count))
  /external/boringssl/src/crypto/ec/
p256-64.c 774 u64 is_zero = small[0] | small[1] | small[2] | small[3]; local
775 is_zero--;
776 is_zero &= is_zero << 32;
777 is_zero &= is_zero << 16;
778 is_zero &= is_zero << 8;
779 is_zero &= is_zero << 4
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 697 const bool is_zero = exponent == 0 && fraction == 0; local
698 const bool is_denorm = exponent == 0 && !is_zero;
705 int_exponent = is_zero ? 0 : int_exponent;
733 os << sign << "0x" << (is_zero ? '0' : '1');
1005 bool is_zero = is_denorm && (fraction == 0); local
    [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 148 UCHAR is_zero=(y==0); local
156 return(is_zero ? 0 : t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 164 bool is_zero () const;
396 double_int::is_zero () const
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_put_float.cpp 488 int decpt, int sign, bool is_zero,
523 if (!is_zero) {
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
652 int decpt, int sign, bool is_zero,
658 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
673 if (is_zero)
687 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_put_float.cpp 488 int decpt, int sign, bool is_zero,
523 if (!is_zero) {
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
652 int decpt, int sign, bool is_zero,
658 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
673 if (is_zero)
687 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
    [all...]
  /external/mesa3d/src/glsl/
lower_vector.cpp 74 if (!c->is_one() && !c->is_zero() && !c->is_negative_one())
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 27 bool is_zero() const { return x_ == 0 && y_ == 0; } function in class:webrtc::DesktopVector
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
StaticSymmetry.h 103 constexpr static bool is_zero = value && flags_cmp_ == NegationFlag; member in struct:Eigen::internal::tensor_static_symgroup_equality
111 (is_zero ? GlobalZeroFlag : 0);
  /external/libpng/contrib/libtests/
tarith.c 318 int is_zero; /* Number is (still) zero */ member in struct:__anon24026
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/libchrome/base/threading/
sequenced_worker_pool.cc 134 if (delay.is_zero()) {
196 if (delay.is_zero()) {
614 DCHECK(delay.is_zero() || shutdown_behavior == SKIP_ON_SHUTDOWN);
    [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/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()) {
  /system/extras/libfec/
fec_read.cpp 87 static inline bool is_zero(fec_handle *f, uint64_t offset) function
136 if (likely(interleaved < e->start) && !is_zero(f, interleaved)) {
318 bool expect_zeros = is_zero(f, curr_offset);
  /external/libchrome/base/time/
time.cc 314 if (!interval_offset.is_zero() && tick_phase < *this)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 277 is_zero() { function

Completed in 2021 milliseconds

1 2 3