/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | bytes_large.py | 1 b1 = b"long bytes long bytes long bytes long bytes long bytes long bytes long bytes long bytes long… variable
|
A D | subclass_native_buffer.py | 6 b1 = my_bytes([0, 1]) variable
|
A D | memoryview_slice_assign.py | 19 b1 = bytearray(b'1234') variable
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_kernel_s8_s16_reordered.c | 84 q31_t b1 = arm_nn_read_q15x2_ia(&ip_b1); in arm_nn_mat_mult_kernel_s8_s16_reordered() local 153 q31_t b1 = arm_nn_read_q15x2_ia(&ip_b1); in arm_nn_mat_mult_kernel_s8_s16_reordered() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_nn_mat_mult_kernel_s8_s16_reordered.c | 84 q31_t b1 = arm_nn_read_q15x2_ia(&ip_b1); in arm_nn_mat_mult_kernel_s8_s16_reordered() local 153 q31_t b1 = arm_nn_read_q15x2_ia(&ip_b1); in arm_nn_mat_mult_kernel_s8_s16_reordered() local
|
A D | arm_nn_mat_mult_kernel_s8_s16.c | 121 const int32_t b1 = ip_b1_s16[col_count]; in arm_nn_mat_mult_kernel_s8_s16() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/ComplexMathFunctions/ |
A D | arm_cmplx_mult_cmplx_f32.c | 78 …float32_t a1, b1, c1, d1; /* Temporary variables to store real and imaginary … in arm_cmplx_mult_cmplx_f32() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing_sse2.c | 85 const __m128i b1 = _mm_unpackhi_epi8(zero, a0); in DispatchAlphaToGreen_SSE2() local 124 const __m128i b1 = _mm_and_si128(a1, a_mask); in ExtractAlpha_SSE2() local 243 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2() local 257 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2() local
|
A D | alpha_processing_sse41.c | 53 const __m128i b1 = _mm_shuffle_epi8(a1, kCstAlpha1); in ExtractAlpha_SSE41() local
|
A D | upsampling_msa.c | 251 const int b1 = y1 + MultHi(u, 33050) - 17685; in YuvToRgb() local 261 const int b1 = y1 + MultHi(u, 33050) - 17685; in YuvToBgr() local 272 const int b1 = y1 + MultHi(u, 33050) - 17685; in YuvToRgb565() local 291 const int b1 = y1 + MultHi(u, 33050) - 17685; in YuvToRgba4444() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_biquad_cascade_df1_fast_q15.c | 73 q31_t b1, a1; /* Filter coefficients */ in arm_biquad_cascade_df1_fast_q15() local
|
A D | arm_biquad_cascade_df1_f32.c | 176 float32_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_f32() local
|
A D | arm_biquad_cascade_df1_fast_q31.c | 72 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_fast_q31() local
|
A D | arm_biquad_cascade_df1_q15.c | 79 q31_t b1, a1; /* Filter coefficients */ in arm_biquad_cascade_df1_q15() local
|
A D | arm_biquad_cascade_df1_q31.c | 75 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_q31() local
|
A D | arm_biquad_cascade_df1_32x64_q31.c | 188 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cas_df1_32x64_q31() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/MatrixFunctions/ |
A D | arm_mat_mult_q31.c | 87 q31_t a0, a1, a2, a3, b0, b1, b2, b3; local
|
A D | arm_mat_cmplx_mult_q31.c | 79 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local
|
A D | arm_mat_cmplx_mult_f32.c | 77 float32_t a1, b1, c1, d1; in arm_mat_cmplx_mult_f32() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | iirfilt.h | 38 float a1, a2, b0, b1, b2; member
|
A D | speech_eq.h | 24 float a1; float a2; float b0; float b1; float b2; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | batch_matmul.h | 98 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local 211 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local 355 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | batch_matmul.h | 84 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local 164 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local 240 for (int b1 = 0; b1 < batch_dim1; ++b1) { in BatchMatMul() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 210 Uint64 b1, b2; in SDLTest_GenerateUnsignedBoundaryValues() local 342 Sint64 b1, b2; in SDLTest_GenerateSignedBoundaryValues() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emitbc.c | 181 STATIC void emit_write_bytecode_raw_byte(emit_t *emit, byte b1) { in emit_write_bytecode_raw_byte() 186 STATIC void emit_write_bytecode_byte(emit_t *emit, int stack_adj, byte b1) { in emit_write_bytecode_byte() 193 STATIC void emit_write_bytecode_byte_int(emit_t *emit, int stack_adj, byte b1, mp_int_t num) { in emit_write_bytecode_byte_int() 282 STATIC void emit_write_bytecode_byte_unsigned_label(emit_t *emit, int stack_adj, byte b1, mp_uint_t… in emit_write_bytecode_byte_unsigned_label() 297 STATIC void emit_write_bytecode_byte_signed_label(emit_t *emit, int stack_adj, byte b1, mp_uint_t l… in emit_write_bytecode_byte_signed_label()
|