Home
last modified time | relevance | path

Searched defs:lmax (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/lib/
Drandom_range.c737 long lmax = 6 * (long)GIG; /* higher than 32 bits */ local
739 long lmax = 1048576; local
/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc802 double const lmax = lhs.Max(); in NumberModulus() local
851 double lmax = lhs.Max(); in NumberBitwiseOr() local
888 double lmax = lhs.Max(); in NumberBitwiseAnd() local
919 double lmax = lhs.Max(); in NumberBitwiseXor() local
/third_party/alsa-lib/src/control/
Dtlv.c269 double lmax = pow(10.0, maxdb/2000.0); in snd_tlv_convert_to_dB() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java134 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java137 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest
/third_party/mesa3d/src/mesa/main/
Dtexparam.c57 #define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (lroundf(a)) ) : (lmin)) argument
/third_party/ffmpeg/libavcodec/
Dmpegvideo.h508 int lmin, lmax; member
/third_party/libbpf/include/uapi/linux/
Dpkt_sched.h777 __u32 lmax; member