HomeSort by relevance Sort by last modified time
    Searched defs:precomputed (Results 1 - 8 of 8) sorted by null

  /external/v8/test/cctest/
test-fixed-dtoa.cc 499 Vector<const PrecomputedFixed> precomputed = local
501 for (int i = 0; i < precomputed.length(); ++i) {
502 const PrecomputedFixed current_test = precomputed[i];
test-bignum-dtoa.cc 263 Vector<const PrecomputedShortest> precomputed = local
265 for (int i = 0; i < precomputed.length(); ++i) {
266 const PrecomputedShortest current_test = precomputed[i];
281 Vector<const PrecomputedFixed> precomputed = local
283 for (int i = 0; i < precomputed.length(); ++i) {
284 const PrecomputedFixed current_test = precomputed[i];
302 Vector<const PrecomputedPrecision> precomputed = local
304 for (int i = 0; i < precomputed.length(); ++i) {
305 const PrecomputedPrecision current_test = precomputed[i];
test-dtoa.cc 274 Vector<const PrecomputedShortest> precomputed = local
276 for (int i = 0; i < precomputed.length(); ++i) {
277 const PrecomputedShortest current_test = precomputed[i];
280 CHECK_EQ(0, sign); // All precomputed numbers are positive.
294 Vector<const PrecomputedFixed> precomputed = local
296 for (int i = 0; i < precomputed.length(); ++i) {
297 const PrecomputedFixed current_test = precomputed[i];
301 CHECK_EQ(0, sign); // All precomputed numbers are positive.
317 Vector<const PrecomputedPrecision> precomputed = local
319 for (int i = 0; i < precomputed.length(); ++i)
    [all...]
test-fast-dtoa.cc 212 Vector<const PrecomputedShortest> precomputed = local
214 for (int i = 0; i < precomputed.length(); ++i) {
215 const PrecomputedShortest current_test = precomputed[i];
243 Vector<const PrecomputedPrecision> precomputed = local
245 for (int i = 0; i < precomputed.length(); ++i) {
246 const PrecomputedPrecision current_test = precomputed[i];
261 // The precomputed numbers contain many entries with many requested
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 78 .precomputed();
91 .precomputed();
113 DIGIT = digit.precomputed();
191 .precomputed();
214 .precomputed();
291 @Override public CharMatcher precomputed() {
369 @Override public CharMatcher precomputed() {
405 @Override public CharMatcher precomputed() { method in class:CharMatcher
459 @Override public CharMatcher precomputed() {
513 @Override public CharMatcher precomputed() {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 129 reallyTestEmpty(matcher.precomputed());
183 reallyTestNoMatches(matcher.precomputed(), s);
184 reallyTestAllMatches(matcher.negate().precomputed(), s);
185 reallyTestAllMatches(matcher.precomputed().negate(), s);
210 reallyTestAllMatches(matcher.precomputed(), s);
211 reallyTestNoMatches(matcher.negate().precomputed(), s);
212 reallyTestNoMatches(matcher.precomputed().negate(), s);
285 reallyTestOneCharMatch(matcher.precomputed(), s);
286 reallyTestOneCharNoMatch(matcher.negate().precomputed(), s);
287 reallyTestOneCharNoMatch(matcher.precomputed().negate(), s)
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 50 milliseconds