Home
last modified time | relevance | path

Searched refs:smax (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libsnd/src/GSM610/
H A Dlpc.c30 int16_t temp, smax, scalauto ; in Autocorrelation() local
39 smax = 0 ; in Autocorrelation()
42 if (temp > smax) smax = temp ; in Autocorrelation()
47 if (smax == 0) in Autocorrelation()
50 { assert (smax > 0) ; in Autocorrelation()
51 scalauto = 4 - gsm_norm ((int32_t) smax << 16) ; /* sub (4,..) */ in Autocorrelation()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c176 long smin = 0, smax = 0, cmin = 0, cmax = 0, delta = 0; in main_thread() local
217 smax = stats_max(&sdat); in main_thread()
220 printf("Max: %ld us\n", smax); in main_thread()
284 printf("Max: %.4f\n", (float)smax / cmax); in main_thread()
/third_party/ffmpeg/libavfilter/
H A Daf_acrusher.c277 double rad, sunder, smax, sover; in config_input() local
287 smax = FFMIN(s->samples + rad, 250.); in config_input()
288 sover = s->samples + rad - smax; in config_input()
289 smax -= sunder; in config_input()
291 s->sdiff = smax - s->smin; in config_input()
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c566 int s, t, smax, tmax; in debug_set_message_enable_all() local
570 smax = MESA_DEBUG_SOURCE_COUNT; in debug_set_message_enable_all()
572 smax = source+1; in debug_set_message_enable_all()
584 for (s = source; s < smax; s++) { in debug_set_message_enable_all()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h368 ConstantRange smax(const ConstantRange &Other) const;
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9lpf_16bpp_neon.S166 smax v0.8h, v0.8h, \tmp5\().8h // out p0
167 smax v2.8h, v2.8h, \tmp5\().8h // out q0
181 smax v0.8h, v0.8h, \tmp5\().8h // out p1
182 smax v2.8h, v2.8h, \tmp5\().8h // out q1
H A Dh264dsp_neon.S98 smax v4.16B, v4.16B, v23.16B
402 smax v4.8B, v4.8B, v25.8B
883 smax v4.8h, v4.8h, v25.8h
892 smax v0.8h, v0.8h, v5.8h
893 smax v16.8h, v16.8h, v5.8h
H A Dhevcdsp_idct_neon.S41 smax \in1, \in1, \c1
42 smax \in2, \in2, \c1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp988 ConstantRange::smax(const ConstantRange &Other) const {
989 // X smax Y is: range(smax(X_smin, Y_smin),
990 // smax(X_smax, Y_smax))
993 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
994 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1;
1457 // a s+ b overflows high iff a s>=0 && b s>= 0 && a s> smax - b.
1503 // a s- b overflows high iff a s>=0 && b s< 0 && a s> smax + b.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp508 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in processSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1788 inline const APInt &smax(const APInt &A, const APInt &B) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h2167 inline const APInt &smax(const APInt &A, const APInt &B) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java142 private static final short smax = 32767; field in DiagBigDecimalTest
3904 TestFmwk.assertTrue("shv006", ((smax))==((new ohos.global.icu.math.BigDecimal(smax)).shortValue())); in diagshortvalue()
3909 TestFmwk.assertTrue("shv011", ((smin))==((new ohos.global.icu.math.BigDecimal(smax+1)).shortValue())); in diagshortvalue()
3910 TestFmwk.assertTrue("shv012", ((smax))==((new ohos.global.icu.math.BigDecimal(smin-1)).shortValue())); in diagshortvalue()
3915 TestFmwk.assertTrue("shv026", ((smax))==((new ohos.global.icu.math.BigDecimal(smax)).shortValueExact())); in diagshortvalue()
3950 (new ohos.global.icu.math.BigDecimal(smax)).add(one).toString(), in diagshortvalue()
3961 (new ohos.global.icu.math.BigDecimal(smax)).multiply(two) in diagshortvalue()
3965 (new ohos.global.icu.math.BigDecimal(smax)) in diagshortvalue()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java139 private static final short smax = 32767; field in DiagBigDecimalTest
3901 TestFmwk.assertTrue("shv006", ((smax))==((new com.ibm.icu.math.BigDecimal(smax)).shortValue())); in diagshortvalue()
3906 TestFmwk.assertTrue("shv011", ((smin))==((new com.ibm.icu.math.BigDecimal(smax+1)).shortValue())); in diagshortvalue()
3907 TestFmwk.assertTrue("shv012", ((smax))==((new com.ibm.icu.math.BigDecimal(smin-1)).shortValue())); in diagshortvalue()
3912 TestFmwk.assertTrue("shv026", ((smax))==((new com.ibm.icu.math.BigDecimal(smax)).shortValueExact())); in diagshortvalue()
3947 (new com.ibm.icu.math.BigDecimal(smax)).add(one).toString(), in diagshortvalue()
3958 (new com.ibm.icu.math.BigDecimal(smax)).multiply(two) in diagshortvalue()
3962 (new com.ibm.icu.math.BigDecimal(smax)) in diagshortvalue()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc1454 __ smax(v18.V16B(), v8.V16B(), v1.V16B()); in GenerateTestSequenceNEON()
1455 __ smax(v30.V2S(), v5.V2S(), v1.V2S()); in GenerateTestSequenceNEON()
1456 __ smax(v17.V4H(), v25.V4H(), v19.V4H()); in GenerateTestSequenceNEON()
1457 __ smax(v1.V4S(), v24.V4S(), v31.V4S()); in GenerateTestSequenceNEON()
1458 __ smax(v17.V8B(), v24.V8B(), v24.V8B()); in GenerateTestSequenceNEON()
1459 __ smax(v11.V8H(), v26.V8H(), v10.V8H()); in GenerateTestSequenceNEON()
2932 INST_LIST(smax); in GenerateTestSequenceAtomics()
H A Dtest-api-movprfx-aarch64.cc256 __ smax(z14.VnB(), p2.Merging(), z14.VnB(), z14.VnB()); in TEST()
819 __ smax(z12.VnS(), p2.Merging(), z12.VnS(), z24.VnS()); in TEST()
1167 __ smax(z19.VnD(), z19.VnD(), 42); in TEST()
1552 __ smax(z11.VnB(), p5.Merging(), z11.VnB(), z24.VnB()); in TEST()
1555 __ smax(z3.VnD(), z3.VnD(), 42); in TEST()
H A Dtest-cpu-features-aarch64.cc1675 TEST_NEON(smax_0, smax(v0.V8B(), v1.V8B(), v2.V8B()))
1676 TEST_NEON(smax_1, smax(v0.V16B(), v1.V16B(), v2.V16B()))
1677 TEST_NEON(smax_2, smax(v0.V4H(), v1.V4H(), v2.V4H()))
1678 TEST_NEON(smax_3, smax(v0.V8H(), v1.V8H(), v2.V8H()))
1679 TEST_NEON(smax_4, smax(v0.V2S(), v1.V2S(), v2.V2S()))
1680 TEST_NEON(smax_5, smax(v0.V4S(), v1.V4S(), v2.V4S()))
H A Dtest-disasm-sve-aarch64.cc2283 COMPARE(smax(z30.VnB(), p4.Merging(), z30.VnB(), z30.VnB()), in TEST()
2284 "smax z30.b, p4/m, z30.b, z30.b"); in TEST()
2285 COMPARE(smax(z30.VnH(), p4.Merging(), z30.VnH(), z30.VnH()), in TEST()
2286 "smax z30.h, p4/m, z30.h, z30.h"); in TEST()
2287 COMPARE(smax(z30.VnS(), p4.Merging(), z30.VnS(), z30.VnS()), in TEST()
2288 "smax z30.s, p4/m, z30.s, z30.s"); in TEST()
2289 COMPARE(smax(z30.VnD(), p4.Merging(), z30.VnD(), z30.VnD()), in TEST()
2290 "smax z30.d, p4/m, z30.d, z30.d"); in TEST()
2430 "smax z30.b, p4/m, z30.b, z31.b"); in TEST()
2432 "smax z3 in TEST()
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h3037 void smax(const VRegister& vd, const VRegister& vn, const VRegister& vm);
5311 void smax(const ZRegister& zd,
5317 void smax(const ZRegister& zd, const ZRegister& zn, int imm8);
7089 void smax(const Register& rd, const Register& rn, const Operand& op);
H A Dmacro-assembler-aarch64.h1873 V(DEF, MASM_PRE##smax, ASM_PRE##smax) \
2910 V(smax, Smax) \
3228 V(smax, Smax) \
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1727 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp909 return TrueCR.smax(FalseCR); in solveBlockValueSelect()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1276 Dst smax = (Dst)(INT64_MAX >> (64 - n)); in signed_saturation() local
1278 return (v > smax) ? smax : ((v < smin) ? smin : (Dst)v); in signed_saturation()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1185 void smax(const VRegister& vd, const VRegister& vn, const VRegister& vm);
H A Dmacro-assembler-arm64.h413 V(smax, Smax) \

Completed in 108 milliseconds

12