Home
last modified time | relevance | path

Searched defs:mul (Results 76 - 100 of 125) sorted by relevance

12345

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp2227 vec4_instruction *mul = new(mem_ctx) vec4_instruction(*inst); in lower_64bit_mad_to_mul_add() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h135 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member
/third_party/openssl/crypto/ec/
H A Dec_local.h135 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h139 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse2.c365 const __m128i mul = _mm_set1_epi16(0x110); in BundleColorMap_SSE2() local
385 const __m128i mul = _mm_mullo_epi16(in, mul_cst); // 00ab00b000cd00d0 in BundleColorMap_SSE2() local
/third_party/skia/tests/
H A DWritePixelsTest.cpp239 bool mul = (kUnpremul_SkAlphaType == bmInfo.alphaType()); in check_write() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp328 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() function
/third_party/python/Python/
H A Dpytime.c152 _PyTime_MulDiv(_PyTime_t ticks, _PyTime_t mul, _PyTime_t div) in _PyTime_MulDiv() argument
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp118 SkColor mul, add; in make_fuzz_colorfilter() local
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs402 fn mul(self, rhs: i32) -> TimeSpec { in mul() functions
636 fn mul(self, rhs: i32) -> TimeVal { in mul() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1303 fn mul(self, oth: &BigNumRef) -> BigNum { in mul() functions
/third_party/ffmpeg/libavcodec/
H A Dwmavoice.c874 double base = base_q[n], mul = mul_q[n]; in dequant_lsps() local
H A Drv34.c517 int mul = dir ? -r->mv_weight2 : r->mv_weight1; in calc_add_mv() local
H A Dsnow.h221 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){ in snow_horizontal_compose_lift_lead_out() argument
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c761 float mul, ht, rcp_bar_h = 1.0f / bar_h, rcp_bar_t = 1.0f / bar_t; in draw_bar_rgb() local
814 float mul, ht, rcp_bar_h = 1.0f / bar_h, rcp_bar_t = 1.0f / bar_t; draw_bar_yuv() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c269 nir_ssa_def *mul = in get_io_offset() local
H A Dnir_opt_load_store_vectorize.c323 uint64_t mul = 1; in parse_offset() local
364 add_to_entry_key(nir_ssa_scalar *offset_defs, uint64_t *offset_defs_mul, unsigned offset_def_count, nir_ssa_scalar def, uint64_t mul) add_to_entry_key() argument
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_instr.h311 } mul; member
/third_party/ltp/lib/
H A Dtst_test.c473 static void parse_mul(float *mul, const char *env_name, float min, float max) in parse_mul() argument
/third_party/nghttp2/src/
H A Dutil.cc1179 int mul = 1; in parse_uint_with_unit() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp62 expandIntegerMUL(BuildUtil *bld, Instruction *mul) in expandIntegerMUL() argument
476 handleMUL(Instruction *mul) handleMUL() argument
1743 Instruction *mul = bld.mkOp2(OP_MUL, TYPE_U32, bld.getSSA(4), index, height); processSurfaceCoords() local
1813 Instruction *mul = bld.mkOp2(OP_MUL, TYPE_U32, bld.getSSA(4), processSurfaceCoords() local
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp792 F32 Builder::mul(F32 x, F32 y) { in mul() function in skvm::Builder
996 I32 Builder::mul(I32 x, I32 y) { in mul() function in skvm::Builder
[all...]
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py59 def mul(x, y): function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.cpp926 void AssemblerMIPS32::mul(const Operand *OpRd, const Operand *OpRs, in mul() function in Ice::MIPS32::AssemblerMIPS32
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc715 LogicVRegister Simulator::mul(VectorFormat vform, in mul() function in vixl::aarch64::Simulator
728 LogicVRegister Simulator::mul(VectorFormat vform, in mul() function in vixl::aarch64::Simulator
[all...]

Completed in 57 milliseconds

12345