/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | int_big_mul.py | 3 lhs = 1 variable 7 lhs = res variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/ |
A D | example.cc | 26 ruy::Matrix<float> lhs; in ExampleMulFloat() local 51 ruy::Matrix<float> lhs; in ExampleMulFloatWithBiasAddAndClamp() local 78 ruy::Matrix<std::uint8_t> lhs; in ExampleMulUint8AsymmetricQuantized() local 109 ruy::Matrix<std::int8_t> lhs; in ExampleMulInt8PerChannelQuantized() local 134 ruy::Matrix<std::int8_t> lhs; in ExampleMulInt8GetRawAccumulators() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | string_comparisons.h | 28 inline bool StringRefEqualFn(const StringRef& lhs, const StringRef& rhs) { in StringRefEqualFn() 36 inline bool StringRefNotEqualFn(const StringRef& lhs, const StringRef& rhs) { in StringRefNotEqualFn() 50 const auto lhs = GetString(input1, i); in ComparisonStringImpl() local 70 const auto lhs = in BroadcastComparison4DSlowStringImpl() local
|
A D | comparisons.h | 27 inline bool EqualFn(T lhs, T rhs) { in EqualFn() 32 inline bool NotEqualFn(T lhs, T rhs) { in NotEqualFn() 37 inline bool GreaterFn(T lhs, T rhs) { in GreaterFn() 41 inline bool GreaterEqualFn(T lhs, T rhs) { in GreaterEqualFn() 45 inline bool LessFn(T lhs, T rhs) { in LessFn() 49 inline bool LessEqualFn(T lhs, T rhs) { in LessEqualFn()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | frontend.h | 48 const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEndUpToCreateTrMulParams() 82 void MulFrontEnd(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in MulFrontEnd()
|
A D | ruy.h | 38 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul() 98 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul()
|
A D | validate.h | 68 void Validate(const Mat<LhsScalar>& lhs, const Mat<RhsScalar>& rhs, in Validate()
|
A D | check_macros_test.cc | 61 void TestEqualityComparisons(const LhsType& lhs, const RhsType& rhs) { in TestEqualityComparisons() 75 void TestComparisons(const LhsType& lhs, const RhsType& rhs) { in TestComparisons()
|
A D | reference_mul.h | 29 void ReferenceMul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in ReferenceMul()
|
A D | prepacked_cache_test.cc | 239 ruy::Matrix<float> lhs; in TestCachePolicies() local 280 ruy::Matrix<float> lhs; in TEST() local
|
A D | perchannel_buffers_reallocation_test.cc | 52 ruy::Matrix<LhsScalar> lhs; in TestPerChannelBuffersReallocation() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_3x3_filter_common.h | 128 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, in vdotq_four_lane_s32() 147 inline int32x4_t vdotq_s32(int32x4_t acc, int8x16_t lhs, int8x16_t rhs) { in vdotq_s32() 154 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, in vdotq_four_lane_s32()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | mpz.c | 1085 void mpz_shl_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs) { in mpz_shl_inpl() 1098 void mpz_shr_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs) { in mpz_shr_inpl() 1136 void mpz_add_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_add_inpl() 1157 void mpz_sub_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_sub_inpl() 1185 void mpz_and_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_and_inpl() 1219 void mpz_or_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_or_inpl() 1253 void mpz_xor_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_xor_inpl() 1291 void mpz_mul_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_mul_inpl() 1323 void mpz_pow_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs) { in mpz_pow_inpl() 1357 void mpz_pow3_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs, const mpz_t *mod) { in mpz_pow3_inpl() [all …]
|
A D | vm.c | 1320 mp_obj_t lhs = TOP(); in mp_execute_bytecode() local 1343 mp_obj_t lhs = TOP(); in mp_execute_bytecode() local
|
A D | objcomplex.c | 136 mp_obj_complex_t *lhs = MP_OBJ_TO_PTR(lhs_in); in complex_binary_op() local
|
A D | objrange.c | 149 mp_obj_range_t *lhs = MP_OBJ_TO_PTR(lhs_in); in range_binary_op() local
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Owner.h | 37 Owner(Owner&& lhs) : in Owner() function
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | OssError.h | 42 OssError(OssError&& lhs) : in OssError() function
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | UnitTests.cs | 30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) in byteArrEqual()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 49 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
|
A D | arm_nn_depthwise_conv_nt_t_s8.c | 48 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_s8()
|
A D | arm_nn_mat_mult_nt_t_s8.c | 48 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, in arm_nn_mat_mult_nt_t_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 49 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
|
A D | arm_nn_depthwise_conv_nt_t_s8.c | 48 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_s8()
|
A D | arm_nn_mat_mult_nt_t_s8.c | 48 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, in arm_nn_mat_mult_nt_t_s8()
|