Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 20 of 20) sorted by relevance

/external/XNNPACK/src/requantization/
Dfp32-scalar.c32 const long lmax = (long) ((int32_t)(uint32_t) qmax - (int32_t)(uint32_t) zero_point); in xnn_requantize_fp32__scalar_lrintf() local
50 …const int32_t x_clamped = (int32_t)(x_rounded < lmin ? lmin : x_rounded > lmax ? lmax : x_rounded); in xnn_requantize_fp32__scalar_lrintf()
51 …const int32_t y_clamped = (int32_t)(y_rounded < lmin ? lmin : y_rounded > lmax ? lmax : y_rounded); in xnn_requantize_fp32__scalar_lrintf()
52 …const int32_t z_clamped = (int32_t)(z_rounded < lmin ? lmin : z_rounded > lmax ? lmax : z_rounded); in xnn_requantize_fp32__scalar_lrintf()
53 …const int32_t w_clamped = (int32_t)(w_rounded < lmin ? lmin : w_rounded > lmax ? lmax : w_rounded); in xnn_requantize_fp32__scalar_lrintf()
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/
DDisruptorEventQueue.java19 import com.lmax.disruptor.EventFactory;
20 import com.lmax.disruptor.EventHandler;
21 import com.lmax.disruptor.RingBuffer;
22 import com.lmax.disruptor.SleepingWaitStrategy;
23 import com.lmax.disruptor.dsl.Disruptor;
24 import com.lmax.disruptor.dsl.ProducerType;
/external/ltp/lib/
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/
DDecimalFormatTest.java18 private static final long lmax = Long.MAX_VALUE; field in DecimalFormatTest
44 assertEquals("9,223,372,036,854,775,807", df.format(lmax)); in testDecimalFormat()
/external/v8/src/compiler/
Doperation-typer.cc799 double const lmax = lhs.Max(); in NumberModulus() local
808 double labs = std::max(std::abs(lmin), std::abs(lmax)); in NumberModulus()
816 } else if (lmax <= 0.0) { in NumberModulus()
848 double lmax = lhs.Max(); in NumberBitwiseOr() local
859 max = lmax; in NumberBitwiseOr()
861 if (lmin == 0 && lmax == 0) { in NumberBitwiseOr()
866 if (lmax < 0 || rmax < 0) { in NumberBitwiseOr()
885 double lmax = lhs.Max(); in NumberBitwiseAnd() local
891 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax); in NumberBitwiseAnd()
896 max = std::min(max, lmax); in NumberBitwiseAnd()
[all …]
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c131 int64_t lmax = INT64_MAX; in main() local
142 field.data_size = sizeof(lmax); in main()
143 TEST(WRITES(pb_enc_svarint(&s, &field, &lmax), "\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01")); in main()
/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c131 int64_t lmax = INT64_MAX; in main() local
142 field.data_size = sizeof(lmax); in main()
143 TEST(WRITES(pb_enc_svarint(&s, &field, &lmax), "\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01")); in main()
/external/iptables/libxtables/
Dxtoptions.c179 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); in xtopt_parse_int() local
185 lmax = cb->entry->max; in xtopt_parse_int()
187 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax)) in xtopt_parse_int()
191 cb->ext_name, entry->name, lmin, lmax); in xtopt_parse_int()
291 const uintmax_t lmax = xtopt_max_by_type(entry->type); in xtopt_parse_mint() local
314 value = (cb->nvals == 1) ? lmax : 0; in xtopt_parse_mint()
316 if (!xtables_strtoul(arg, &end, &value, 0, lmax)) in xtopt_parse_mint()
320 cb->ext_name, entry->name, arg, lmax); in xtopt_parse_mint()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h639 __u32 lmax; member
/external/iproute2/include/uapi/linux/
Dpkt_sched.h688 __u32 lmax; member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h777 __u32 lmax; member
/external/cpuinfo/test/build.prop/
Dgalaxy-c9-pro.log259 camera.display.lmax=1280x720
Dxiaomi-redmi-note-3.log288 camera.display.lmax=1280x720
Dxiaomi-redmi-note-4.log232 camera.display.lmax=1280x720
Dmoto-g-gen4.log291 camera.display.lmax=1280x720
Dmoto-g-gen5.log326 camera.display.lmax=1280x720
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java137 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest
485 …TestFmwk.assertTrue("clo002", ((new android.icu.math.BigDecimal(lmax)).toString()).equals("9223372… in diagconstructors()
3520 TestFmwk.assertTrue("lov007", lmax==((new android.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue()
3542 TestFmwk.assertTrue("lov107", lmax==((new android.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue()
3577 (new android.icu.math.BigDecimal(lmax)).add(one).toString(), in diaglongvalue()
3582 (new android.icu.math.BigDecimal(lmax)).multiply(two) in diaglongvalue()
3586 (new android.icu.math.BigDecimal(lmax)).multiply(ten) in diaglongvalue()
3639 dlmax = new android.icu.math.BigDecimal(lmax); in diaglongvalue()
4275 …TestFmwk.assertTrue("val009", (android.icu.math.BigDecimal.valueOf(lmax).toString()).equals("92233… in diagvalueof()
4280 …TestFmwk.assertTrue("val014", (android.icu.math.BigDecimal.valueOf(lmax,0).toString()).equals("922… in diagvalueof()
[all …]
/external/opencensus-java/
Dbuild.gradle180 disruptor: 'com.lmax:disruptor:3.4.1',
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java134 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest
482 …TestFmwk.assertTrue("clo002", ((new com.ibm.icu.math.BigDecimal(lmax)).toString()).equals("9223372… in diagconstructors()
3517 TestFmwk.assertTrue("lov007", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue()
3539 TestFmwk.assertTrue("lov107", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue()
3574 (new com.ibm.icu.math.BigDecimal(lmax)).add(one).toString(), in diaglongvalue()
3579 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(two) in diaglongvalue()
3583 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(ten) in diaglongvalue()
3636 dlmax = new com.ibm.icu.math.BigDecimal(lmax); in diaglongvalue()
4272 …TestFmwk.assertTrue("val009", (com.ibm.icu.math.BigDecimal.valueOf(lmax).toString()).equals("92233… in diagvalueof()
4277 …TestFmwk.assertTrue("val014", (com.ibm.icu.math.BigDecimal.valueOf(lmax,0).toString()).equals("922… in diagvalueof()
[all …]
/external/opencensus-java/examples/
Dopencensus_workspace.bzl427 artifact = "com.lmax:disruptor:3.4.1",