Searched refs:zero (Results 1 - 25 of 972) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb52 represented by an integer indexed upward from zero. State number +0+ is the
H A Dprofile.rb85 length.zero? and return( 0.0 )
238 if @rule_level.zero?
H A Dstreams.rb535 @position.zero? or @data[ @position - 1 ] == NEWLINE
620 if lc = skipped.count( "\n" ) and lc.zero?
H A Dtoken.rb54 starting at zero. For example, the 22nd token pulled from a lexer by
H A Dtree.rb150 level.zero? and break
453 value) and contains zero or more child tree nodes. Additionally, it tracks
749 child_count( tree ).zero?
1307 when l.zero?
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb99 i.zero? and return 0
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg190 <! ST uses zero-based columns, we want one-base !>
/external/bison/build-aux/
H A Dtexinfo.tex1337 \def\numsubsubsecentry##1##2##3##4{% count is always zero
2212 % Computer Modern typewriter fonts have zero interword stretch (and
3663 % done a \vskip-\parskip. In that case, we don't want to zero
3666 % usually is), we do want to zero parskip, or there would be too much
4781 % \write or \pdfdest will make \lastskip zero. The result is that
4796 % We'll have to check whether \lastskip is zero skip. \ifdim is not
4832 % If \lastskip was zero, perhaps the last item was a penalty, and
5420 % all lower-level sectioning counters to zero.
5928 \hangindent=\wd0 % zero if no section number
6305 % is reset to zero; thu
[all...]
/external/bison/
H A Dconfigure10587 static double zero = 0.0;
10591 if (sprintf (buf, "%f", 1.0 / zero) < 0
10594 if (sprintf (buf, "%f", -1.0 / zero) < 0
10597 if (sprintf (buf, "%f", zero / zero) < 0
10600 if (sprintf (buf, "%e", 1.0 / zero) < 0
10603 if (sprintf (buf, "%e", -1.0 / zero) < 0
10606 if (sprintf (buf, "%e", zero / zero) < 0
10609 if (sprintf (buf, "%g", 1.0 / zero) <
[all...]
/external/bison/darwin-lib/
H A Dmath.h446 static float zero = 0.0f; local
447 return zero / zero;
1248 If x is zero: mantissa = x, exp = 0.
1279 If x is zero: mantissa = x, exp = 0.
1304 If x is zero: mantissa = x, exp = 0.
H A Dstdint.h122 #define _STDINT_MIN(signed, bits, zero) \
123 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
125 #define _STDINT_MAX(signed, bits, zero) \
127 ? ~ _STDINT_MIN (signed, bits, zero) \
131 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/external/bison/lib/
H A Dbbitset.h95 that the bitset is known to be zero, that a bit has been set
126 void (*zero) (bitset); member in struct:bitset_vtable
194 /* Return non-zero if bit BITNO in bitset SRC is set. */
209 #define BITSET_ZERO_(DST) (DST)->b.vtable->zero (DST)
247 /* DST = (SRC1 & SRC2) | SRC3. Return non-zero if
254 /* DST = (SRC1 & ~SRC2) | SRC3. Return non-zero if
261 /* DST = (SRC1 | SRC2) & SRC3. Return non-zero if
H A Disnan.c130 static DOUBLE zero = L_(0.0);
132 DOUBLE plus_inf = L_(1.0) / zero;
133 DOUBLE minus_inf = -L_(1.0) / zero;
134 nan.value = zero / zero;
H A Dmath.in.h134 static float zero = 0.0f; local
135 return zero / zero;
936 If x is zero: mantissa = x, exp = 0.
967 If x is zero: mantissa = x, exp = 0.
992 If x is zero: mantissa = x, exp = 0.
H A Dstdint.in.h121 #define _STDINT_MIN(signed, bits, zero) \
122 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
124 #define _STDINT_MAX(signed, bits, zero) \
126 ? ~ _STDINT_MIN (signed, bits, zero) \
130 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/external/bison/linux-lib/
H A Dmath.h446 static float zero = 0.0f; local
447 return zero / zero;
1248 If x is zero: mantissa = x, exp = 0.
1279 If x is zero: mantissa = x, exp = 0.
1304 If x is zero: mantissa = x, exp = 0.
/external/blktrace/
H A Dblkparse_fmt.c110 static char zero[4096]; local
112 return !memcmp(pdu, zero, len);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSASigner.java120 BigInteger zero = BigInteger.valueOf(0);
122 if (zero.compareTo(r) >= 0 || params.getQ().compareTo(r) <= 0)
127 if (zero.compareTo(s) >= 0 || params.getQ().compareTo(s) <= 0)
/external/bzip2/
H A Dblocksort.c854 if (j <= (h - 1)) goto zero;
856 zero:
/external/ceres-solver/internal/ceres/
H A Drotation_test.cc197 // Transforms a zero axis/angle to a quaternion.
370 // Transforms a zero axis/angle to a rotation matrix.
551 // Takes a bunch of random axis/angle values near zero, converts them
617 // Also test zero rotation.
706 Jet<double, N> d, zero; local
767 // Test that derivatives are correct for zero rotation.
H A Dschur_eliminator_test.cc198 Vector zero(A->num_cols());
199 zero.setZero();
201 ComputeReferenceSolution(VectorRef(zero.data(), A->num_cols()));
202 EliminateSolveAndCompare(VectorRef(zero.data(), A->num_cols()), true, 1e-14);
203 EliminateSolveAndCompare(VectorRef(zero.data(), A->num_cols()), false, 1e-14);
/external/chromium_org/base/files/
H A Dfile_win.cc236 LARGE_INTEGER zero; local
237 zero.QuadPart = 0;
238 if (!::SetFilePointerEx(file_.Get(), zero, &file_pointer, FILE_CURRENT))
/external/chromium_org/base/
H A Dtools_sanity_unittest.cc180 int* volatile zero = NULL; local
181 *zero = 0;
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service_unittest.cc52 TimeDelta zero; local
53 cache_.StoreToken("foo", "bar", zero);
60 TimeDelta zero; local
61 cache_.StoreToken("Mozart", "Eine Kleine Nacht Musik", zero);
62 cache_.StoreToken("Bach", "Brandenburg Concerto #3", zero);
63 cache_.StoreToken("Beethoven", "Emperor Piano Concerto #5", zero);
64 cache_.StoreToken("Handel", "Water Music", zero);
65 cache_.StoreToken("Chopin", "Heroic", zero);
72 TimeDelta zero; local
73 cache_.StoreToken("Chopin", "Heroic", zero);
86 TimeDelta zero; local
[all...]
/external/chromium_org/chrome/browser/resources/signin_internals/
H A Dsignin_index.css11 .zero {

Completed in 3049 milliseconds

1234567891011>>