/third_party/libsnd/src/GSM610/ |
D | lpc.c | 30 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/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalpha.c | 550 gint * v, gint cr, gint cb, gint smin, gint smax, guint8 accept_angle_tg, in chroma_keying_yuv() argument 560 if (*y < smin || *y > smax) in chroma_keying_yuv() 681 gint smin, smax; in gst_alpha_chroma_key_argb_ayuv() local 705 smax = 128 + alpha->white_sensitivity; in gst_alpha_chroma_key_argb_ayuv() 723 smin, smax, accept_angle_tg, accept_angle_ctg, in gst_alpha_chroma_key_argb_ayuv() 791 gint smin, smax; in gst_alpha_chroma_key_argb_argb() local 820 smax = 128 + alpha->white_sensitivity; in gst_alpha_chroma_key_argb_argb() 837 smin, smax, accept_angle_tg, accept_angle_ctg, in gst_alpha_chroma_key_argb_argb() 914 gint smin, smax; in gst_alpha_chroma_key_ayuv_argb() local 938 smax = 128 + alpha->white_sensitivity; in gst_alpha_chroma_key_ayuv_argb() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_acrusher.c | 307 double rad, sunder, smax, sover; in config_input() local 317 smax = FFMIN(s->samples + rad, 250.); in config_input() 318 sover = s->samples + rad - smax; in config_input() 319 smax -= sunder; in config_input() 321 s->sdiff = smax - s->smin; in config_input()
|
/third_party/ltp/testcases/realtime/func/matrix_mult/ |
D | matrix_mult.c | 176 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/mindspore/patches/ |
D | 0036-new-dynamic-quant-algorigthm-and-init-packed.patch | 329 + smax v16.4s,v16.4s,v1.4s 330 + smax v17.4s,v17.4s,v1.4s 331 + smax v18.4s,v18.4s,v1.4s 332 + smax v19.4s,v19.4s,v1.4s 334 + smax v20.4s,v20.4s,v1.4s 335 + smax v21.4s,v21.4s,v1.4s 336 + smax v22.4s,v22.4s,v1.4s 337 + smax v23.4s,v23.4s,v1.4s 339 + smax v24.4s,v24.4s,v1.4s 340 + smax v25.4s,v25.4s,v1.4s [all …]
|
/third_party/node/test/parallel/ |
D | test-tls-min-max-version.js | 15 function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) { argument 33 maxVersion: smax, 38 console.log('test:', u(cmin), u(cmax), u(cprot), u(smin), u(smax), u(sprot),
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | pixel_aarch64_neon.S | 480 smax v0.8h, v4.8h, v5.8h 481 smax v1.8h, v6.8h, v7.8h 559 smax v0.8h, v4.8h, v6.8h 560 smax v1.8h, v5.8h, v7.8h 561 smax v2.8h, v16.8h, v18.8h 562 smax v3.8h, v17.8h, v19.8h
|
/third_party/mesa3d/src/mesa/main/ |
D | debug_output.c | 566 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/ |
D | ConstantRange.h | 368 ConstantRange smax(const ConstantRange &Other) const;
|
/third_party/openh264/codec/common/arm64/ |
D | deblocking_aarch64_neon.S | 58 smax \arg8\().16b, \arg9\().16b, \arg5\().16b 348 smax v19.16b, v19.16b, v18.16b 485 smax v19.16b, v19.16b, v18.16b 644 smax v19.16b, v19.16b, v18.16b 703 smax v19.16b, v19.16b, v18.16b
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_16bpp_neon.S | 178 smax v0.8h, v0.8h, \tmp5\().8h // out p0 179 smax v2.8h, v2.8h, \tmp5\().8h // out q0 193 smax v0.8h, v0.8h, \tmp5\().8h // out p1 194 smax v2.8h, v2.8h, \tmp5\().8h // out q1
|
D | hevcdsp_idct_neon.S | 41 smax \in1, \in1, \c1 42 smax \in2, \in2, \c1
|
D | h264dsp_neon.S | 98 smax v4.16B, v4.16B, v23.16B 405 smax v4.8B, v4.8B, v25.8B
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 116 def : GINodeEquiv<G_SMAX, smax>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 988 ConstantRange::smax(const ConstantRange &Other) const { in smax() function in ConstantRange 993 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() 994 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 508 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in processSwitchInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 125 experimental_vector_reduce_smax, // llvm.experimental.vector.reduce.smax
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 2376 class MAX_S_B_DESC : MSA_3R_DESC_BASE<"max_s.b", smax, MSA128BOpnd>; 2377 class MAX_S_H_DESC : MSA_3R_DESC_BASE<"max_s.h", smax, MSA128HOpnd>; 2378 class MAX_S_W_DESC : MSA_3R_DESC_BASE<"max_s.w", smax, MSA128WOpnd>; 2379 class MAX_S_D_DESC : MSA_3R_DESC_BASE<"max_s.d", smax, MSA128DOpnd>; 2386 class MAXI_S_B_DESC : MSA_I5_DESC_BASE<"maxi_s.b", smax, vsplati8_simm5, 2388 class MAXI_S_H_DESC : MSA_I5_DESC_BASE<"maxi_s.h", smax, vsplati16_simm5, 2390 class MAXI_S_W_DESC : MSA_I5_DESC_BASE<"maxi_s.w", smax, vsplati32_simm5, 2392 class MAXI_S_D_DESC : MSA_I5_DESC_BASE<"maxi_s.d", smax, vsplati64_simm5,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 477 defm V_MAX_I32 : VOP2Inst <"v_max_i32", VOP_PAT_GEN<VOP_I32_I32_I32>, smax>; 633 defm V_MAX_I16 : VOP2Inst <"v_max_i16", VOP_I16_I16_I16, smax>; 789 defm : Arithmetic_i16_0Hi_Pats<smax, V_MAX_I16_e64>;
|
D | VOP3PInstructions.td | 61 def V_PK_MAX_I16 : VOP3PInst<"v_pk_max_i16", VOP3_Profile<VOP_V2I16_V2I16_V2I16>, smax>;
|
D | AMDGPUInstructions.td | 187 def smax_oneuse : HasOneUseBinOp<smax>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1788 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/include/llvm/ADT/ |
D | APInt.h | 2167 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/Target/PowerPC/ |
D | PPCInstrAltivec.td | 919 def : Pat<(v16i8 (smax v16i8:$src1, v16i8:$src2)), 923 def : Pat<(v8i16 (smax v8i16:$src1, v8i16:$src2)), 927 def : Pat<(v4i32 (smax v4i32:$src1, v4i32:$src2)),
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 139 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)).multiply(ten) in diagshortvalue()
|