Home
last modified time | relevance | path

Searched defs:smax (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-min-max-version.js15 function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) { argument
/third_party/libsnd/src/GSM610/
Dlpc.c30 int16_t temp, smax, scalauto ; in Autocorrelation() local
/third_party/ltp/testcases/realtime/func/matrix_mult/
Dmatrix_mult.c176 long smin = 0, smax = 0, cmin = 0, cmax = 0, delta = 0; in main_thread() local
/third_party/ffmpeg/libavfilter/
Daf_acrusher.c277 double rad, sunder, smax, sover; in config_input() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java139 private static final short smax = 32767; field in DiagBigDecimalTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java142 private static final short smax = 32767; field in DiagBigDecimalTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h2167 inline const APInt &smax(const APInt &A, const APInt &B) { in smax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1788 inline const APInt &smax(const APInt &A, const APInt &B) { in smax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp988 ConstantRange::smax(const ConstantRange &Other) const { in smax() function in ConstantRange
/third_party/mesa3d/src/mesa/main/
Ddebug_output.c566 int s, t, smax, tmax; in debug_set_message_enable_all() local
/third_party/vixl/test/aarch64/
Dtest-trace-aarch64.cc1445 __ smax(v18.V16B(), v8.V16B(), v1.V16B()); in GenerateTestSequenceNEON() local
1446 __ smax(v30.V2S(), v5.V2S(), v1.V2S()); in GenerateTestSequenceNEON() local
1447 __ smax(v17.V4H(), v25.V4H(), v19.V4H()); in GenerateTestSequenceNEON() local
1448 __ smax(v1.V4S(), v24.V4S(), v31.V4S()); in GenerateTestSequenceNEON() local
1449 __ smax(v17.V8B(), v24.V8B(), v24.V8B()); in GenerateTestSequenceNEON() local
1450 __ smax(v11.V8H(), v26.V8H(), v10.V8H()); in GenerateTestSequenceNEON() local
Dtest-api-movprfx-aarch64.cc256 __ smax(z14.VnB(), p2.Merging(), z14.VnB(), z14.VnB()); in TEST() local
819 __ smax(z12.VnS(), p2.Merging(), z12.VnS(), z24.VnS()); in TEST() local
1167 __ smax(z19.VnD(), z19.VnD(), 42); in TEST() local
1549 __ smax(z11.VnB(), p5.Merging(), z11.VnB(), z24.VnB()); in TEST() local
1552 __ smax(z3.VnD(), z3.VnD(), 42); in TEST() local
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc1276 Dst smax = (Dst)(INT64_MAX >> (64 - n)); in signed_saturation() local
/third_party/vixl/src/aarch64/
Dassembler-sve-aarch64.cc2480 void Assembler::smax(const ZRegister& zd, in smax() function in vixl::aarch64::Assembler
3669 void Assembler::smax(const ZRegister& zd, const ZRegister& zn, int imm8) { in smax() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc1159 LogicVRegister Simulator::smax(VectorFormat vform, in smax() function in vixl::aarch64::Simulator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp2553 auto smax = std::numeric_limits<short>::max(); in Short4() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc1112 LogicVRegister Simulator::smax(VectorFormat vform, LogicVRegister dst, in smax() function in v8::internal::Simulator