HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 551 - 575 of 11206) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/lib/arm/
udivsi3.S 48 // negative, then the result is zero, and we early out). We also conjure a
50 // quotient to zero.
53 tst b, b // detect divide-by-zero
56 beq LOCAL_LABEL(return) // return 0 if b is zero.
  /external/compiler-rt/lib/tsan/lit_tests/
user_fopen.cc 24 FILE *f = fopen("/dev/zero", "r");
  /external/dropbear/libtommath/
bn_mp_zero.c 18 /* set to zero */
  /external/e2fsprogs/tests/f_dupdot/
expect.1 16 Unattached zero-length inode 14. Clear? yes
  /external/e2fsprogs/tests/f_mke2fs2b/
expect.1 13 Unattached zero-length inode 15. Clear? yes
  /external/e2fsprogs/util/
gcc-wall-cleanup 18 /zero-length format string/d
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 43 @CollectionSize.Require(absent = CollectionSize.ZERO)
52 @CollectionSize.Require(absent = CollectionSize.ZERO)
61 @CollectionSize.Require(absent = CollectionSize.ZERO)
73 @CollectionSize.Require(absent = CollectionSize.ZERO)
MapRemoveTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(absent = ZERO)
60 @CollectionSize.Require(absent = ZERO)
73 @CollectionSize.Require(absent = ZERO)
SetEqualsTester.java 43 @CollectionSize.Require(absent = CollectionSize.ZERO)
54 @CollectionSize.Require(absent = CollectionSize.ZERO)
66 @CollectionSize.Require(absent = CollectionSize.ZERO)
77 @CollectionSize.Require(absent = CollectionSize.ZERO)
  /external/icu4c/i18n/
digitlst.h 188 * Returns 0.0 if zero length.
196 * Returns 0 if zero length.
197 * @return the value of the digit list, return 0 if it is zero length
204 * Returns 0 if zero length.
205 * @return the value of the digit list, return 0 if it is zero length
217 * @param ignoreNegativeZero True if negative zero is ignored.
226 * @param ignoreNegativeZero True if negative zero is ignored.
240 * If a non-zero maximumDigits is specified, no more than that number of
248 * If a non-zero maximumDigits is specified, no more than that number of
257 * If a non-zero maximumDigits is specified, no more than that number o
    [all...]
  /external/icu4c/layout/
GlyphLookupTables.cpp 28 // Note: don't have to SWAPW langSysTable->featureCount to check for non-zero.
  /external/icu4c/test/testdata/
test1bmp.ucm 21 # fromUnicode result is zero byte from other than U+0000
  /external/iproute2/man/man8/
rtacct.8 26 Dump zero counters too. By default they are not shown.
  /external/iptables/extensions/
libip6t_frag.man 11 Matches if the reserved fields are filled with zero.
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestSoftParticles.java 48 Box b = new Box(Vector3f.ZERO, 10, 0.1f, 10);
56 Box b2 = new Box(Vector3f.ZERO, 1, 1, 1);
79 fire.setShape(new EmitterSphereShape(Vector3f.ZERO, 0.1f));
96 smoke.setShape(new EmitterSphereShape(Vector3f.ZERO, 5));
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestDebugShapes.java 84 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y);
86 putArrow(Vector3f.ZERO, Vector3f.UNIT_X, ColorRGBA.Red);
87 putArrow(Vector3f.ZERO, Vector3f.UNIT_Y, ColorRGBA.Green);
88 putArrow(Vector3f.ZERO, Vector3f.UNIT_Z, ColorRGBA.Blue);
  /external/kernel-headers/original/asm-mips/
regdef.h 20 #define zero $0 /* wired zero */ macro
59 #define zero $0 /* wired zero */ macro
  /external/libvpx/libvpx/vp8/common/
entropy.h 76 are decoded, e.g., prior to the first token, a zero means that my neighbors
78 a zero means we just decoded a zero and hence guarantees that a non-zero
  /external/linux-tools-perf/util/
evsel.h 138 * @ncpus - Number of cpus affected, from zero
139 * @nthreads - Number of threads affected, from zero
151 * @ncpus - Number of cpus affected, from zero
152 * @nthreads - Number of threads affected, from zero
  /external/llvm/test/Assembler/
named-metadata.ll 3 !0 = metadata !{metadata !"zero"}
  /external/llvm/test/CodeGen/Mips/
div.ll 12 ; 16: div $zero, ${{[0-9]+}}, ${{[0-9]+}}
div_rem.ll 15 ; 16: div $zero, ${{[0-9]+}}, ${{[0-9]+}}
divu.ll 12 ; 16: divu $zero, ${{[0-9]+}}, ${{[0-9]+}}
divu_remu.ll 16 ; 16: divu $zero, ${{[0-9]+}}, ${{[0-9]+}}
fabs.ll 15 ; 32R2: ins $[[INS:[0-9]+]], $zero, 31, 1
34 ; 32R2: ins $[[INS:[0-9]+]], $zero, 31, 1
37 ; 64: daddiu $[[T0:[0-9]+]], $zero, 1
43 ; 64R2: dins $[[INS:[0-9]+]], $zero, 63, 1

Completed in 994 milliseconds

<<21222324252627282930>>