Home
last modified time | relevance | path

Searched defs:outVector (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/relationals/
Dtest_shuffles.cpp141 static void shuffleVector( unsigned char *inVector, unsigned char *outVector, ShuffleOrder order, s… in shuffleVector()
151 static void shuffleVector2( unsigned char *inVector, unsigned char *outVector, ShuffleOrder order, … in shuffleVector2()
161 …orDual( unsigned char *inVector, unsigned char *inSecondVector, unsigned char *outVector, ShuffleO… in shuffleVectorDual()
/external/icu/icu4c/source/i18n/
Dunits_data.cpp112 MaybeStackVector<ConversionRateInfo> *outVector; member in units::__anon80bbb5b40111::ConversionRateDataSink
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics_double.cpp138 void cross_product_double( const double *vecA, const double *vecB, double *outVector, double *error… in cross_product_double()
Dtest_geometrics.cpp134 void cross_product( const float *vecA, const float *vecB, float *outVector, float *errorTolerances,… in cross_product()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp1412 TVarLiveVector inVector, outVector, uniformVector; in addStage() local