Home
last modified time | relevance | path

Searched defs:smallvector (Results 1 – 9 of 9) sorted by relevance

/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dtools.h872 smallvector() : buf(NULL), len(0) in smallvector() argument
876 smallvector(const smallvector &v) : buf(NULL), len(0) in smallvector() function
891 void growbuf(int sz) in growbuf()
902 T &add(const T &x) in add()
909 T &add() in add()
932 void shrink(int i) in shrink()
940 void setsize(int i) in setsize()
947 void deletecontents() in deletecontents()
953 void deletearrays() in deletearrays()
959 T remove(int i) in remove()
[all …]
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dtools.h1021 smallvector() : buf(NULL), len(0) in smallvector() argument
1025 smallvector(const smallvector &v) : buf(NULL), len(0) in smallvector() argument
1040 void growbuf(int sz) in growbuf()
1051 T &add(const T &x) in add()
1058 T &add() in add()
1094 void write(int i, const smallvector<T>& v) in write() argument
1104 void shrink(int i) in shrink()
1112 void setsize(int i) in setsize()
1131 void deletearrays() in deletearrays()
1137 T remove(int i) in remove()
[all …]
/dports/devel/volk/volk-2.2.1/kernels/volk/asm/neon/
H A Dvolk_16i_max_star_horizontal_16i.s32 .smallvector: label
H A Dvolk_32fc_x2_dot_prod_32fc_a_neonasm_opttests.s47 .smallvector: label
H A Dvolk_32fc_x2_dot_prod_32fc_a_neonasm.s56 .smallvector: label
H A Dvolk_32fc_x2_multiply_32fc_a_neonasm.s29 .smallvector: label
H A Dvolk_32fc_32f_dot_prod_32fc_a_unrollasm.s57 .smallvector: label
H A Dvolk_32f_x2_dot_prod_32f_a_neonasm_opts.s36 .smallvector: @ actually this can be skipped for small vectors label
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.h56 using smallvector = std::vector<T>; variable
59 using smallvector = llvm::SmallVector<T, N>; variable