Home
last modified time | relevance | path

Searched defs:mul (Results 51 - 75 of 121) sorted by relevance

12345

/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp638 struct two_vals { uint32_t add; uint32_t mul; }; in TEST_F() member
1372 auto mul = ShaderArg<float>(10.0f, SHADER_ARG_INPUT); TEST_F() local
1732 auto mul = ShaderArg<float>(10.0f, SHADER_ARG_INPUT); TEST_F() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h487 # define mul(r,a,w,c) { \ macro
514 # define mul(r,a,w,c) { \ macro
542 # define mul(r,a,w,c) { \ macro
622 # define mul(r,a,bl,bh,c) { \ macro
/third_party/python/Lib/
H A Dstatistics.py141 from operator import mul namespace
H A Doperator.py104 def mul(a, b): function
/third_party/openssl/crypto/bn/
H A Dbn_local.h487 # define mul(r,a,w,c) { \ macro
514 # define mul(r,a,w,c) { \ macro
542 # define mul(r,a,w,c) { \ macro
622 # define mul(r,a,bl,bh,c) { \ macro
/third_party/skia/src/core/
H A DSkRasterPipeline.h191 SkRasterPipeline_MemoryCtx mul, member
/third_party/protobuf/js/binary/
H A Darith.js
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java72 public Vec3 mul(float v) { in mul() method in Vec3
/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c519 dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, int16_t *dst, int mul, int shift, int coeff_num) dequant() argument
H A Dlagarith.c184 uint64_t mul = softfloat_reciprocal(cumul_prob); in lag_read_prob_header() local
H A Dsnow_dwt.c115 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) lift() argument
145 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) liftS() argument
H A Dxan.c459 static inline unsigned mul(unsigned a, unsigned b) in mul() function
/third_party/decimal.js/
H A Ddecimal.js4633 function mul(x, y) { function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5068 mathtest(int test, ohos.global.icu.math.MathContext mc, java.lang.String slhs, java.lang.String srhs, java.lang.String add, java.lang.String sub, java.lang.String mul, java.lang.String div, java.lang.String idv, java.lang.String rem, java.lang.String pow) mathtest() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5065 mathtest(int test, com.ibm.icu.math.MathContext mc, java.lang.String slhs, java.lang.String srhs, java.lang.String add, java.lang.String sub, java.lang.String mul, java.lang.String div, java.lang.String idv, java.lang.String rem, java.lang.String pow) mathtest() argument
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp746 Temp mul = bld.vop2(aco_opcode::v_mul_u32_u24, bld.def(v1), inputs[1], inputs[2]); variable
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp211 ir_expression *mul(operand a, operand b) in mul() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp253 Polynomial &mul(const APInt &C) { in mul() function in __anon24027::Polynomial
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc742 const float mul = 1.0f / static_cast<int>(num_skip); in MeasureImpl() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs357 pub fn mul( in mul() functions
/third_party/mesa3d/src/glx/
H A Ddrisw_glx.c172 bytes_per_line(unsigned pitch_bits, unsigned mul) in bytes_per_line() argument
/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

Completed in 54 milliseconds

12345