Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 64) sorted by relevance

123

/AliOS-Things-master/components/py_engine/tests/basics/
A Dbytes_large.py1 b1 = b"long bytes long bytes long bytes long bytes long bytes long bytes long bytes long bytes long… variable
A Dsubclass_native_buffer.py6 b1 = my_bytes([0, 1]) variable
A Dmemoryview_slice_assign.py19 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 Darm_nn_mat_mult_kernel_s8_s16_reordered.c84 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 Darm_nn_mat_mult_kernel_s8_s16_reordered.c84 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 Darm_nn_mat_mult_kernel_s8_s16.c121 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 Darm_cmplx_mult_cmplx_f32.c78 …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 Dalpha_processing_sse2.c85 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 Dalpha_processing_sse41.c53 const __m128i b1 = _mm_shuffle_epi8(a1, kCstAlpha1); in ExtractAlpha_SSE41() local
A Dupsampling_msa.c251 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 Darm_biquad_cascade_df1_fast_q15.c73 q31_t b1, a1; /* Filter coefficients */ in arm_biquad_cascade_df1_fast_q15() local
A Darm_biquad_cascade_df1_f32.c176 float32_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_f32() local
A Darm_biquad_cascade_df1_fast_q31.c72 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_fast_q31() local
A Darm_biquad_cascade_df1_q15.c79 q31_t b1, a1; /* Filter coefficients */ in arm_biquad_cascade_df1_q15() local
A Darm_biquad_cascade_df1_q31.c75 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_df1_q31() local
A Darm_biquad_cascade_df1_32x64_q31.c188 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 Darm_mat_mult_q31.c87 q31_t a0, a1, a2, a3, b0, b1, b2, b3; local
A Darm_mat_cmplx_mult_q31.c79 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local
A Darm_mat_cmplx_mult_f32.c77 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 Diirfilt.h38 float a1, a2, b0, b1, b2; member
A Dspeech_eq.h24 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 Dbatch_matmul.h98 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 Dbatch_matmul.h84 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 DSDL_test_fuzzer.c210 Uint64 b1, b2; in SDLTest_GenerateUnsignedBoundaryValues() local
342 Sint64 b1, b2; in SDLTest_GenerateSignedBoundaryValues() local
/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c181 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()

Completed in 61 milliseconds

123