Home
last modified time | relevance | path

Searched defs:cnst (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c201 vector float mzero, cnst, cnsts0, cnsts1, cnsts2; in ff_fdct_altivec() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_msa.c37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \ argument
45 #define MULTHI_8(in0, in1, cnst, out0) do { \ argument
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_msa.c37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \ argument
45 #define MULTHI_8(in0, in1, cnst, out0) do { \ argument
/third_party/openh264/codec/common/inc/
Dmsa_macros.h1232 #define MSA_DOTP_UB(RTYPE, mult, cnst, out) \ argument
1262 #define MSA_DOTP_SB(RTYPE, mult, cnst, out) \ argument
1292 #define MSA_DOTP_UH(RTYPE, mult, cnst, out) \ argument
1322 #define MSA_DOTP_SH(RTYPE, mult, cnst, out) \ argument
1352 #define MSA_DPADD_UB(RTYPE, mult, cnst, out) \ argument
1382 #define MSA_DPADD_SB(RTYPE, mult, cnst, out) \ argument
1412 #define MSA_DPADD_UH(RTYPE, mult, cnst, out) \ argument
1442 #define MSA_DPADD_SH(RTYPE, mult, cnst, out) \ argument
/third_party/mksh/
Dsh.h2381 #define notoktomul(val,cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument
2382 #define notoktoadd(val,cnst) notok2add(SIZE_MAX, (val), (cnst)) argument
2383 #define checkoktoadd(val,cnst) do { \ argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1374 struct spirv_const *cnst = rzalloc(b->mem_ctx, struct spirv_const); in get_const_def() local
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6908 ir_constant *const cnst = in hir() local