Searched refs:lmax (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/compiler/
H A Doperation-typer.cc220 double lmax = lhs->AsRange()->Max(); local
225 results[2] = lmax * rmin;
226 results[3] = lmax * rmax;
234 (lmin == -V8_INFINITY || lmax == +V8_INFINITY));
672 double const lmax = lhs->Max(); local
681 double labs = std::max(std::abs(lmin), std::abs(lmax));
689 } else if (lmax <= 0.0) {
721 double lmax = lhs->Max(); local
732 max = lmax;
734 if (lmin == 0 && lmax
758 double lmax = lhs->Max(); local
789 double lmax = lhs->Max(); local
[all...]
/external/ltp/lib/
H A Drandom_range.c737 long lmax = 6 * (long)GIG; /* higher than 32 bits */ local
739 long lmax = 1048576; local
772 ltmin = lmax;
773 part = lmax / PARTNUM;
779 lret = random_rangel(lmin, lmax, lmult, NULL);
803 valbound[PARTNUM - 1], lmax, cntarr[PARTNUM - 1],
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DDecimalFormatTest.java18 private static final long lmax = Long.MAX_VALUE; field in class:DecimalFormatTest
44 assertEquals("9,223,372,036,854,775,807", df.format(lmax));
/external/bison/src/
H A Doutput.c67 long int lmax; \
92 lmax = max; \
99 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmax); \
/external/nanopb-c/tests/encode_unittests/
H A Dencode_unittests.c130 int64_t lmax = INT64_MAX; local
141 field.data_size = sizeof(lmax);
142 TEST(WRITES(pb_enc_svarint(&s, &field, &lmax), "\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01"));
/external/iptables/libxtables/
H A Dxtoptions.c175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); local
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
187 cb->ext_name, entry->name, lmin, lmax);
287 const uintmax_t lmax = xtopt_max_by_type(entry->type); local
310 value = (cb->nvals == 1) ? lmax : 0;
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax))
316 cb->ext_name, entry->name, arg, lmax);
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h639 __u32 lmax; member in struct:tc_qfq_stats
/external/iproute2/include/linux/
H A Dpkt_sched.h676 __u32 lmax; member in struct:tc_qfq_stats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h679 __u32 lmax; member in struct:tc_qfq_stats
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java132 private static final long lmax = 9223372036854775807L; field in class:DiagBigDecimalTest
480 TestFmwk.assertTrue("clo002", ((new android.icu.math.BigDecimal(lmax)).toString()).equals("9223372036854775807"));
3515 TestFmwk.assertTrue("lov007", lmax==((new android.icu.math.BigDecimal(lmax)).longValue()));
3537 TestFmwk.assertTrue("lov107", lmax==((new android.icu.math.BigDecimal(lmax)).longValue()));
3572 (new android.icu.math.BigDecimal(lmax)).add(one).toString(),
3577 (new android.icu.math.BigDecimal(lmax)).multiply(two)
3581 (new android.icu.math.BigDecimal(lmax)).multiply(ten)
3634 dlmax = new android.icu.math.BigDecimal(lmax);
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java131 private static final long lmax = 9223372036854775807L; field in class:DiagBigDecimalTest
479 TestFmwk.assertTrue("clo002", ((new com.ibm.icu.math.BigDecimal(lmax)).toString()).equals("9223372036854775807"));
3514 TestFmwk.assertTrue("lov007", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue()));
3536 TestFmwk.assertTrue("lov107", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue()));
3571 (new com.ibm.icu.math.BigDecimal(lmax)).add(one).toString(),
3576 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(two)
3580 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(ten)
3633 dlmax = new com.ibm.icu.math.BigDecimal(lmax);
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/bison/tests/
H A Dtestsuite1301 lmax = 79
1308 if (i > 1 && len + l > lmax) {
[all...]

Completed in 747 milliseconds