Searched defs:srcVector (Results 1 – 3 of 3) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | VectorTest.java | 29 Vector<String> srcVector = new Vector<String>(); in testVector() local
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2455 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/ |
D | fixpoint_math.cpp | 117 void LdDataVector(FIXP_DBL *srcVector, FIXP_DBL *destVector, INT n) { in LdDataVector()
|