/third_party/ffmpeg/libavfilter/ |
D | af_acrusher.c | 63 double smin; member 243 s->samples = s->smin + s->sdiff * (lfo_get(&s->lfo) + 0.5); in filter_frame() 285 s->smin = FFMAX(s->samples - rad, 1.); in config_input() 286 sunder = s->samples - rad - s->smin; in config_input() 290 s->smin -= sover; 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 216 smin = stats_min(&sdat); in main_thread() 219 printf("Min: %ld us\n", smin); in main_thread() 283 printf("Min: %.4f\n", (float)smin / cmin); in main_thread()
|
/third_party/mksh/ |
D | misc.c | 819 const unsigned char *smin) in do_gmatch() argument 827 if (s > smin && s <= se) in do_gmatch() 882 if (do_gmatch(s, se, p, pe, smin)) in do_gmatch() 901 do_gmatch(s, se, prest, pe, smin)) in do_gmatch() 906 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch() 907 (do_gmatch(srest, se, prest, pe, smin) || in do_gmatch() 909 do_gmatch(srest, se, p - 2, pe, smin)))) in do_gmatch() 928 do_gmatch(s, se, prest, pe, smin)) in do_gmatch() 934 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch() 935 do_gmatch(srest, se, prest, pe, smin)) in do_gmatch() [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 44 minVersion: smin, 51 console.log('test:', u(cmin), u(cmax), u(cprot), u(smin), u(smax), u(sprot),
|
/third_party/node/deps/npm/node_modules/color-convert/ |
D | conversions.js | 296 let smin = s; 301 smin *= lmin <= 1 ? lmin : 2 - lmin; 303 const sv = l === 0 ? (2 * smin) / (lmin + smin) : (2 * s) / (l + s);
|
/third_party/libinput/test/ |
D | test-totem.c | 345 double smin, smaj; in START_TEST() local 357 smin = libinput_event_tablet_tool_get_size_minor(t); in START_TEST() 361 ck_assert_double_eq(smin, 71.8); in START_TEST()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_16bpp_neon.S | 156 …smin \tmp3\().8h, \tmp3\().8h, \tmp2\().8h // FFMIN(f + 4, (1 << (BIT_DEPTH - 1)) - 1) 157 …smin \tmp4\().8h, \tmp4\().8h, \tmp2\().8h // FFMIN(f + 3, (1 << (BIT_DEPTH - 1)) - 1) 163 smin v0.8h, v0.8h, \tmp6\().8h 164 smin v2.8h, v2.8h, \tmp6\().8h 176 smin v0.8h, v0.8h, \tmp6\().8h 177 smin v2.8h, v2.8h, \tmp6\().8h
|
D | h264dsp_neon.S | 96 smin v4.16B, v4.16B, v21.16B 400 smin v4.8B, v4.8B, v24.8B 881 smin v4.8h, v4.8h, v24.8h 890 smin v0.8h, v0.8h, v4.8h 891 smin v16.8h, v16.8h, v4.8h
|
D | h264pred_neon.S | 534 smin v0.8h, v0.8h, v4.8h 535 smin v1.8h, v1.8h, v4.8h 615 smin v0.8h, v0.8h, v4.8h
|
D | hevcdsp_idct_neon.S | 43 smin \in1, \in1, \c2 44 smin \in2, \in2, \c2
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 376 ConstantRange smin(const ConstantRange &Other) const;
|
/third_party/openh264/codec/common/arm64/ |
D | deblocking_aarch64_neon.S | 60 smin \arg8\().16b, \arg8\().16b, \arg6\().16b 349 smin v19.16b, v19.16b, v6.16b 486 smin v19.16b, v19.16b, v6.16b 645 smin v19.16b, v19.16b, v6.16b 704 smin v19.16b, v19.16b, v6.16b
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 115 def : GINodeEquiv<G_SMIN, smin>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 1010 ConstantRange::smin(const ConstantRange &Other) const { in smin() function in ConstantRange 1015 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() 1016 APInt NewU = APIntOps::smin(getSignedMax(), Other.getSignedMax()) + 1; in smin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 507 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in processSwitchInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 126 experimental_vector_reduce_smin, // llvm.experimental.vector.reduce.smin
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 2409 class MIN_S_B_DESC : MSA_3R_DESC_BASE<"min_s.b", smin, MSA128BOpnd>; 2410 class MIN_S_H_DESC : MSA_3R_DESC_BASE<"min_s.h", smin, MSA128HOpnd>; 2411 class MIN_S_W_DESC : MSA_3R_DESC_BASE<"min_s.w", smin, MSA128WOpnd>; 2412 class MIN_S_D_DESC : MSA_3R_DESC_BASE<"min_s.d", smin, MSA128DOpnd>; 2419 class MINI_S_B_DESC : MSA_I5_DESC_BASE<"mini_s.b", smin, vsplati8_simm5, 2421 class MINI_S_H_DESC : MSA_I5_DESC_BASE<"mini_s.h", smin, vsplati16_simm5, 2423 class MINI_S_W_DESC : MSA_I5_DESC_BASE<"mini_s.w", smin, vsplati32_simm5, 2425 class MINI_S_D_DESC : MSA_I5_DESC_BASE<"mini_s.d", smin, vsplati64_simm5,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 476 defm V_MIN_I32 : VOP2Inst <"v_min_i32", VOP_PAT_GEN<VOP_I32_I32_I32>, smin>; 635 defm V_MIN_I16 : VOP2Inst <"v_min_i16", VOP_I16_I16_I16, smin>; 788 defm : Arithmetic_i16_0Hi_Pats<smin, V_MIN_I16_e64>;
|
D | VOP3PInstructions.td | 59 def V_PK_MIN_I16 : VOP3PInst<"v_pk_min_i16", VOP3_Profile<VOP_V2I16_V2I16_V2I16>, smin>;
|
D | AMDGPUInstructions.td | 188 def smin_oneuse : HasOneUseBinOp<smin>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1783 inline const APInt &smin(const APInt &A, const APInt &B) { in smin() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 2162 inline const APInt &smin(const APInt &A, const APInt &B) { in smin() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrAltivec.td | 931 def : Pat<(v16i8 (smin v16i8:$src1, v16i8:$src2)), 935 def : Pat<(v8i16 (smin v8i16:$src1, v8i16:$src2)), 939 def : Pat<(v4i32 (smin v4i32:$src1, v4i32:$src2)),
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 138 private static final short smin = -32768; field in DiagBigDecimalTest 3902 … TestFmwk.assertTrue("shv007", ((smin))==((new com.ibm.icu.math.BigDecimal(smin)).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() 3913 …TestFmwk.assertTrue("shv027", ((smin))==((new com.ibm.icu.math.BigDecimal(smin)).shortValueExact()… in diagshortvalue() 3948 (new com.ibm.icu.math.BigDecimal(smin)).subtract(one) in diagshortvalue() 3956 (new com.ibm.icu.math.BigDecimal(smin)).multiply(two) in diagshortvalue() 3960 (new com.ibm.icu.math.BigDecimal(smin)).multiply(ten) in diagshortvalue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 141 private static final short smin = -32768; field in DiagBigDecimalTest 3905 …TestFmwk.assertTrue("shv007", ((smin))==((new ohos.global.icu.math.BigDecimal(smin)).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() 3916 …TestFmwk.assertTrue("shv027", ((smin))==((new ohos.global.icu.math.BigDecimal(smin)).shortValueExa… in diagshortvalue() 3951 (new ohos.global.icu.math.BigDecimal(smin)).subtract(one) in diagshortvalue() 3959 (new ohos.global.icu.math.BigDecimal(smin)).multiply(two) in diagshortvalue() 3963 (new ohos.global.icu.math.BigDecimal(smin)).multiply(ten) in diagshortvalue()
|