Searched refs:precomputed (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/
H A Dtest-bignum-dtoa.cc263 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];
H A Dtest-dtoa.cc274 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
[all...]
H A Dtest-fast-dtoa.cc212 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
H A Dtest-fixed-dtoa.cc499 Vector<const PrecomputedFixed> precomputed = local
501 for (int i = 0; i < precomputed.length(); ++i) {
502 const PrecomputedFixed current_test = precomputed[i];
/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java129 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()
[all...]
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java78 .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() {
459 @Override public CharMatcher precomputed() {
513 @Override public CharMatcher precomputed() {
656 public CharMatcher precomputed() { method in class:CharMatcher
[all...]
/external/dropbear/libtommath/
H A Dbn.tex1304 a decent speedup over straight division. First a $\mu$ value must be precomputed with the following function.
1319 This will reduce $a$ in place modulo $b$ with the precomputed $\mu$ value in $c$. $a$ must be in the range
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1728 /// same as <![CDATA[(I and (nbits-1))]]>. Since mod is slow, we use a precomputed

Completed in 146 milliseconds