Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dinterpt.c26 int32_t hal_interpt_mask(int32_t vec) in hal_interpt_mask()
39 int32_t hal_interpt_umask(int32_t vec) in hal_interpt_umask()
52 int32_t hal_interpt_install(int32_t vec, hal_interpt_t handler, void *para, char *name) in hal_interpt_install()
/AliOS-Things-master/components/freetype/src/base/
A Dfttrigon.c115 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm()
145 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate()
200 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize()
340 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit()
362 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate()
400 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length()
434 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize()
461 FT_Vector_From_Polar( FT_Vector* vec, in FT_Vector_From_Polar()
A Dftoutln.c153 FT_Vector vec; in FT_Outline_Decompose() local
174 FT_Vector vec; in FT_Outline_Decompose() local
242 FT_Vector vec; in FT_Outline_Decompose() local
485 FT_Vector* vec = outline->points; in FT_Outline_Get_CBox() local
523 FT_Vector* vec; in FT_Outline_Translate() local
708 FT_Vector* vec; in FT_Outline_Transform() local
A Dftstroke.c439 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_lineto() local
467 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_conicto() local
500 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_cubicto() local
2132 FT_Vector vec; in FT_Stroker_ParseOutline() local
2151 FT_Vector vec; in FT_Stroker_ParseOutline() local
2203 FT_Vector vec; in FT_Stroker_ParseOutline() local
A Dftbbox.c404 FT_Vector* vec; in FT_EXPORT_DEF() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtest_util.h76 void FillRandom(std::vector<T>* vec, T min, T max) { in FillRandom()
82 void FillRandom(std::vector<T>* vec) { in FillRandom()
89 void FillRandomSkyscraper(std::vector<T>* vec, int depth, in FillRandomSkyscraper()
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dtrap_c.c23 uint64_t vec = 0; in trap_c() local
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrgload.c182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to() local
784 FT_Vector* vec = base->points + old_points; in pfr_glyph_load_rec() local
797 FT_Vector* vec = loader->base.outline.points + old_points; in pfr_glyph_load_rec() local
A Dpfrobjs.c430 FT_Vector* vec = outline->points; in pfr_slot_load() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/powerpc/
A Dfilter_vsx_intrinsics.c29 #define vec_ld_unaligned(vec,data) vec = vec_vsx_ld(0,data) argument
30 #define vec_st_unaligned(vec,data) vec_vsx_st(vec,0,data) argument
165 #define vsx_char_to_short(vec,offset,bpp) (vector unsigned short)vec_perm((vec),VSX_CHAR_ZERO,VSX_C… argument
166 #define vsx_short_to_char(vec,offset,bpp) vec_perm(((vector unsigned char)(vec)),VSX_CHAR_ZERO,VSX_… argument
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c275 FT_Vector* vec; in ft_smooth_render_generic() local
294 FT_Vector* vec; in ft_smooth_render_generic() local
A Dftgrays.c503 FT_Vector* vec = outline->points; in gray_compute_cbox() local
1619 FT_Vector vec; in FT_Outline_Decompose() local
1640 FT_Vector vec; in FT_Outline_Decompose() local
1708 FT_Vector vec; in FT_Outline_Decompose() local
/AliOS-Things-master/components/freetype/src/cid/
A Dcidgload.c402 FT_Vector* vec = cur->points; in cid_slot_load_glyph() local
/AliOS-Things-master/components/freetype/src/type1/
A Dt1gload.c454 FT_Vector* vec = cur->points; in T1_Load_Glyph() local
/AliOS-Things-master/components/oss/src/utils/
A DCrc64.cc182 static uint64_t gf2_matrix_times(uint64_t *mat, uint64_t vec) in gf2_matrix_times()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Denough.c114 char *vec; /* allocated bit vector */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/unused/
A Dcrc32.c344 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times() argument
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dcrc32.c350 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times() argument
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DEndpointProvider.cc177 std::vector<regionType> vec = allLocalEndpoints[product].regions; in localEndpoint() local
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1187 FT_Vector* vec = glyph->outline->points; in psh_glyph_load_points() local
1223 FT_Vector* vec = glyph->outline->points; in psh_glyph_save_points() local
1323 FT_Vector* vec = outline->points; in psh_glyph_init() local
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c645 FT_Vector* vec = outline->points; in af_glyph_hints_reload() local
841 FT_Vector* vec = outline->points; in af_glyph_hints_save() local
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c357 FT_Vector *vec, *vec_limit; in TT_Load_Simple_Glyph() local
930 FT_Vector* vec = outline->points; in TT_Process_Simple_Glyph() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h1096 auto vec = CreateVector(start, stack_.size() - start, 1, typed, fixed); in EndVector() local
1149 auto vec = CreateVector(start + 1, len, 2, false, false, &keys); in EndMap() local
1193 template<typename T> void Vector(const std::vector<T> &vec) { in Vector()
1295 template<typename T> void Add(const std::vector<T> &vec) { Vector(vec); } in Add()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.c241 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/
A Darm_helium_utils.h145 #define mve_cmplx_sum_intra_r_i_f16(vec, Re, Im) \ argument

Completed in 57 milliseconds

12