Home
last modified time | relevance | path

Searched defs:srcVector (Results 1 – 3 of 3) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DVectorTest.java29 Vector<String> srcVector = new Vector<String>(); in testVector() local
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp2455 template <class T> void swizzle_vector_for_image( T *srcVector, const cl_image_format *imageFormat ) in swizzle_vector_for_image()
2520 void pack_image_pixel( unsigned int *srcVector, const cl_image_format *imageFormat, void *outData ) in pack_image_pixel()
2553 void pack_image_pixel( int *srcVector, const cl_image_format *imageFormat, void *outData ) in pack_image_pixel()
2606 void pack_image_pixel( float *srcVector, const cl_image_format *imageFormat, void *outData ) in pack_image_pixel()
2779 void pack_image_pixel_error( const float *srcVector, const cl_image_format *imageFormat, const void… in pack_image_pixel_error()
/external/aac/libFDK/src/
Dfixpoint_math.cpp117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector()