Searched refs:srcVector (Results 1 – 3 of 3) sorted by relevance
29 Vector<String> srcVector = new Vector<String>(); in testVector() local30 srcVector.add("this"); in testVector()31 srcVector.add("is"); in testVector()32 srcVector.add("a"); in testVector()33 srcVector.add("test"); in testVector()36 String instance = yaml.dump(srcVector); in testVector()
152 void LdDataVector( FIXP_DBL *srcVector, in LdDataVector() argument158 destVector[i] = CalcLdData(srcVector[i]); in LdDataVector()
135 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT number);