Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_upsample.cpp41 void *sourceA, void *sourceB, void *expectedResults ) in test_upsample_2_param_fn()
166 void * create_upsample_data( ExplicitType type, void *sourceA, void *sourceB, size_t count ) in create_upsample_data()
231 void *sourceA, *sourceB, *expected; in test_integer_upsample() local
Dtest_integers.cpp833 bool verify_integer_hadd( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_hadd()
896 bool verify_integer_rhadd( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_rhadd()
968 bool verify_integer_min( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_min()
1001 bool verify_integer_max( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_max()
1026 void multiply_unsigned_64_by_64( cl_ulong sourceA, cl_ulong sourceB, cl_ulong &destLow, cl_ulong &d… in multiply_unsigned_64_by_64()
1101 void multiply_signed_64_by_64( cl_long sourceA, cl_long sourceB, cl_ulong &destLow, cl_long &destHi… in multiply_signed_64_by_64()
1130 bool verify_integer_mul_hi( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_mul_hi()
1193 bool verify_integer_rotate( void *sourceA, void *sourceB, void *destination, ExplicitType vecType ) in verify_integer_rotate()
1472 bool verify_integer_clamp( void *sourceA, void *sourceB, void *sourceC, void *destination, in verify_integer_clamp()
1608 bool verify_integer_mad_sat( void *sourceA, void *sourceB, void *sourceC, void *destination, in verify_integer_mad_sat()
[all …]
/external/armnn/include/armnn/
DMemorySources.hpp36 MemorySourceFlags Combine(Arg sourceA, Arg sourceB) in Combine()