Home
last modified time | relevance | path

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

12345

/external/clang/test/Analysis/
Dno-outofbounds.c27 struct vec { size_t len; int data[0]; }; in field() argument
Darray-struct-region.c28 int vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, in nested_compound_literals() local
39 float vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, in nested_compound_literals_float() local
/external/clang/test/Sema/
Dext_vector_comparisons.c6 int4 vec, rv; in test1() local
21 float4 vec, rv; in test2() local
Dvector-init.c21 __attribute__((vector_size(16))) float vec = {0.0f, 0.0f, 0.0f}; in f1() local
/external/freetype/src/base/
Dfttrigon.c100 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm()
186 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate()
256 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize()
395 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit()
417 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate()
455 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length()
489 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize()
515 FT_Vector_From_Polar( FT_Vector* vec, in FT_Vector_From_Polar()
Dftoutln.c152 FT_Vector vec; in FT_Outline_Decompose() local
173 FT_Vector vec; in FT_Outline_Decompose() local
241 FT_Vector vec; in FT_Outline_Decompose() local
477 FT_Vector* vec = outline->points; in FT_Outline_Get_CBox() local
515 FT_Vector* vec; in FT_Outline_Translate() local
698 FT_Vector* vec; in FT_Outline_Transform() local
/external/javassist/sample/vector/
DVectorAssistant.java52 public CtClass[] assist(ClassPool pool, String vec, String[] args) in assist()
87 CtClass vec = pool.makeClass(makeClassName(type)); in makeSubclass() local
112 CtClass vec = pool.makeClass(makeClassName(type)); in makeSubclass2() local
/external/srec/srec/clib/
Dimeld_tr.c46 imeldata vec[MAX_DIMEN]; in linear_transform_frame() local
85 imeldata vec[MAX_DIMEN]; in inverse_transform_frame() local
/external/quake/quake/src/QW/client/
Dcl_cam.c57 static void vectoangles(vec3_t vec, vec3_t ang) in vectoangles()
151 static float Cam_TryFlyby(player_state_t *self, player_state_t *player, vec3_t vec, qboolean checkv… in Cam_TryFlyby()
184 static qboolean Cam_IsVisible(player_state_t *player, vec3_t vec) in Cam_IsVisible()
204 vec3_t vec, vec2; in InitFlyby() local
319 vec3_t vec; in Cam_Track() local
/external/astl/tests/
Dtest_vector.cpp366 vector<CtorDtorCounter> vec; in testResize() local
533 vector<int> vec; in testEraseElt() local
545 vector<std::string> vec; in testEraseElt() local
613 vector<int> vec; in testEraseRange() local
625 vector<std::string> vec; in testEraseRange() local
646 vector<int> vec; in testAt() local
/external/clang/include/clang/AST/
DAttr.h214 inline specific_attr_iterator<T> specific_attr_begin(const AttrVec& vec) { in specific_attr_begin()
218 inline specific_attr_iterator<T> specific_attr_end(const AttrVec& vec) { in specific_attr_end()
223 inline bool hasSpecificAttr(const AttrVec& vec) { in hasSpecificAttr()
227 inline T *getSpecificAttr(const AttrVec& vec) { in getSpecificAttr()
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DBERApplicationSpecific.java6 public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec) in BERApplicationSpecific()
/external/icu4c/i18n/
Dfphdlimp.h50 UVector32* vec; variable
/external/pcre/
Dpcrecpp.cc189 int vec[kVecSize]; in FullMatch() local
231 int vec[kVecSize]; in PartialMatch() local
273 int vec[kVecSize]; in Consume() local
321 int vec[kVecSize]; in FindAndConsume() local
333 int vec[kVecSize]; in Replace() local
383 int vec[kVecSize]; in GlobalReplace() local
459 int vec[kVecSize]; in Extract() local
507 int *vec, in TryMatch()
563 int* vec, in DoMatchImpl()
607 int* vec = vecsize <= 21 ? space : new int[vecsize]; in DoMatch() local
[all …]
/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c68 static errcode_t create_test_list(blk_t *vec, badblocks_list *ret) in create_test_list()
121 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq()
139 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq()
/external/collada/src/modules/STLDatabase/
DdaeSTLDatabase.cpp199 vector< daeElement* > vec; in insertElement() local
242 vector< daeElement* > &vec = (*iter).second; in removeElement() local
440 vector< daeElement* > &vec = (*iter).second; in getElementCount() local
472 vector< daeElement* > &vec = (*iter).second; in getElementCount() local
587 vector< daeElement* > &vec = (*iter).second; in getElement() local
630 vector< daeElement* > &vec = (*iter).second; in getElement() local
/external/chromium/net/tools/flip_server/
Dsplit.cc19 std::vector<base::StringPiece>* vec, in SplitStringPieceToVector()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java314 NodeVector vec = getVector(); in nextNode() local
427 NodeVector vec = getVector(); in getCurrentNode() local
540 NodeVector vec = getVector(); in setItem() local
727 NodeVector vec = getVector(); in addNodeInDocOrder() local
/external/bzip2/
Dhuffman.c158 Int32 n, vec, i; in BZ2_hbAssignCodes() local
178 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
Dvecoperations.c13 v16i8 vec; in print_v16i8() member
27 v16i8 vec; in print_v16i8_hex() member
41 v8i16 vec; in print_v8i16_hex() member
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraints.java64 ASN1EncodableVector vec = new ASN1EncodableVector(); in createSequence() local
/external/chromium/chrome/browser/sync/
Djs_arg_list_unittest.cc44 std::vector<const Value*> vec; in TEST_F() local
/external/valgrind/main/VEX/priv/
Dir_defs.c1417 IRExpr** vec = LibVEX_Alloc(1 * sizeof(IRExpr*)); in mkIRExprVec_0() local
1422 IRExpr** vec = LibVEX_Alloc(2 * sizeof(IRExpr*)); in mkIRExprVec_1() local
1428 IRExpr** vec = LibVEX_Alloc(3 * sizeof(IRExpr*)); in mkIRExprVec_2() local
1435 IRExpr** vec = LibVEX_Alloc(4 * sizeof(IRExpr*)); in mkIRExprVec_3() local
1444 IRExpr** vec = LibVEX_Alloc(5 * sizeof(IRExpr*)); in mkIRExprVec_4() local
1454 IRExpr** vec = LibVEX_Alloc(6 * sizeof(IRExpr*)); in mkIRExprVec_5() local
1465 IRExpr** vec = LibVEX_Alloc(7 * sizeof(IRExpr*)); in mkIRExprVec_6() local
1478 IRExpr** vec = LibVEX_Alloc(8 * sizeof(IRExpr*)); in mkIRExprVec_7() local
1492 IRExpr** vec = LibVEX_Alloc(9 * sizeof(IRExpr*)); in mkIRExprVec_8() local
1676 IRExpr** shallowCopyIRExprVec ( IRExpr** vec ) in shallowCopyIRExprVec()
[all …]
/external/freetype/src/smooth/
Dftsmooth.c260 FT_Vector* vec; in ft_smooth_render_generic() local
279 FT_Vector* vec; in ft_smooth_render_generic() local
/external/stlport/test/eh/
Dtest_vector.cpp64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last ) in prepare_insert_range()

12345