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

1 2

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ntoa.c 88 int nonzero = 0; local
99 nonzero = 1;
101 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathRoundingBenchmark.java 39 private static final int[] nonzero = new int[ARRAY_SIZE]; field in class:IntMathRoundingBenchmark
46 nonzero[i] = randomNonZeroBigInteger(Integer.SIZE - 2).intValue();
85 tmp += IntMath.divide(ints[j], nonzero[j], mode);
LongMathRoundingBenchmark.java 42 private static final long[] nonzero = new long[ARRAY_SIZE]; field in class:LongMathRoundingBenchmark
49 nonzero[i] = randomNonZeroBigInteger(Long.SIZE - 2).longValue();
85 tmp += LongMath.divide(longs[j], nonzero[j], mode);
  /external/tremolo/Tremolo/
mapping0.c 136 int *nonzero= local
137 alloca(sizeof(*nonzero)*vi->channels);
163 nonzero[i]=1;
165 nonzero[i]=0;
169 /* channel coupling can 'dirty' the nonzero listing */
171 if(nonzero[info->coupling[i].mag] ||
172 nonzero[info->coupling[i].ang]){
173 nonzero[info->coupling[i].mag]=1;
174 nonzero[info->coupling[i].ang]=1;
183 if(nonzero[j]
    [all...]
res012.c 113 ogg_int32_t **in,int *nonzero,int ch){
132 if(nonzero[i])
219 for(i=0;i<ch;i++)if(nonzero[i])break;
220 if(i==ch)goto cleanup2; /* no nonzero vectors */
codec_internal.h 151 ogg_int32_t **in,int *nonzero,int ch);
  /external/python/cpython2/Demo/threads/
sync.py 408 self.nonzero = condition()
411 self.nonzero.acquire()
413 self.nonzero.wait()
415 self.nonzero.release()
418 self.nonzero.acquire()
423 self.nonzero.signal()
424 self.nonzero.release()
  /external/tensorflow/tensorflow/python/keras/engine/
partial_batch_padding_handler.py 96 np.nonzero(
107 prediction = np.take(prediction, np.nonzero(
  /external/ltp/testcases/network/lib6/
in6_02.c 39 int nonzero; member in struct:__anon32279
69 if (!TST_RET != !test_case[i].nonzero) {
72 test_case[i].nonzero ? "non" : "");
  /external/boringssl/src/crypto/fipsmodule/bn/
shift.c 353 crypto_word_t nonzero = ~constant_time_is_zero_w(bn->d[i]); local
354 crypto_word_t first_nonzero = ~saw_nonzero & nonzero;
355 saw_nonzero |= nonzero;
  /device/generic/opengl-transport/host/commands/emugen/android/base/
EnumFlags.h 100 enable_if_scoped_enum<E, bool> nonzero(E e) { function in namespace:android::base::EnumFlags
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 403 unsigned long *mt, tmp, nonzero; local
430 nonzero = 0;
434 nonzero |= mt[i];
437 /* Ensure the state is nonzero: in the unlikely event that mt[1] through
440 if (nonzero) {
  /external/python/cpython2/Modules/
_randommodule.c 416 unsigned long *mt, tmp, nonzero; local
443 nonzero = 0;
447 nonzero |= mt[i];
450 /* Ensure the state is nonzero: in the unlikely event that mt[1] through
453 if (nonzero) {
  /frameworks/av/media/libmedia/
Visualizer.cpp 317 int32_t nonzero = 0; local
322 nonzero |= workspace[i >> 1];
325 if (nonzero) {
  /external/harfbuzz_ng/src/
hb-ft.cc 706 bool nonzero = false; local
711 nonzero = nonzero || coords[i];
714 if (nonzero)
  /external/python/mock/mock/tests/
testmagicmethods.py 200 nonzero = lambda s: False
202 m.__nonzero__ = nonzero
204 m.__bool__ = nonzero
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
factorization_ops_test_utils.py 66 indices = np.nonzero(np_matrix)
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 170 jne L(nonzero)
174 jne L(nonzero)
181 jne L(nonzero)
188 jne L(nonzero)
195 jne L(nonzero)
202 jne L(nonzero)
211 L(nonzero):
  /external/brotli/go/cbrotli/
reader.go 156 buf: make([]byte, 4), // arbitrarily small but nonzero so that r.src.Read returns io.EOF
  /external/mesa3d/src/intel/compiler/
test_fs_cmod_propagation.cpp 139 fs_reg nonzero(brw_imm_f(1.0f));
141 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE);
  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_reshape_op_test.py 301 orig_indices = np.transpose(np.nonzero(orig_dense < 0.5))
305 new_indices = np.transpose(np.nonzero(new_dense < 0.5))
  /external/syzkaller/prog/
validation.go 110 return fmt.Errorf("csum arg '%v' has nonzero value %v", typ.Name(), arg.Val)
253 return fmt.Errorf("pointer arg '%v' has nonzero size", typ.Name())
  /external/skia/modules/canvaskit/htmlcanvas/
canvas2dcontext.js 662 } else if (fillRule === 'nonzero' || !fillRule) {
746 fillmode = fillmode || 'nonzero';
747 if (!(fillmode === 'nonzero' || fillmode === 'evenodd')) {
754 path.setFillType(fillmode === 'nonzero' ?
778 // fillmode is always nonzero
    [all...]
  /external/skqp/experimental/canvaskit/htmlcanvas/
canvas2dcontext.js 662 } else if (fillRule === 'nonzero' || !fillRule) {
746 fillmode = fillmode || 'nonzero';
747 if (!(fillmode === 'nonzero' || fillmode === 'evenodd')) {
754 path.setFillType(fillmode === 'nonzero' ?
778 // fillmode is always nonzero
    [all...]
  /external/tensorflow/tensorflow/contrib/crf/python/kernel_tests/
crf_test.py 108 single_index_bitmap.nonzero()[0]

Completed in 730 milliseconds

1 2