/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/ffmpeg/libavfilter/ |
D | af_acrusher.c | 277 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/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/node/test/parallel/ |
D | test-tls-min-max-version.js | 15 function test(cmin, cmax, cprot, smin, smax, sprot, proto, cerr, serr) { argument 45 maxVersion: smax, 51 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 | 166 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
|
D | h264dsp_neon.S | 98 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
|
D | hevcdsp_idct_neon.S | 41 smax \in1, \in1, \c1 42 smax \in2, \in2, \c1
|
/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>;
|
D | SOPInstructions.td | 439 [(set i32:$sdst, (smax i32:$src0, i32:$src1))] 1215 (i32 (smax i32:$x, (i32 (ineg i32:$x)))),
|
/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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 142 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)).shortValueExa… 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)).multiply(ten) in diagshortvalue()
|