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()
117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector() argument120 destVector[i] = fLog2(srcVector[i], 0); in LdDataVector()
195 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT number);