Searched refs:other_types (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_sizeof.cpp | 148 const char *other_types[] = variable 291 for( i = 0; i < sizeof( other_types ) / sizeof( other_types[0] ); i++ ) in test_sizeof() 293 if( 0 == strcmp(other_types[i], "image2d_t") && in test_sizeof() 301 0 == strcmp(other_types[i], "image3d_t") && in test_sizeof() 308 if( 0 == strcmp(other_types[i], "sampler_t") && in test_sizeof() 316 err = get_type_size( context, queue, other_types[i], &test, device ); in test_sizeof() 321 …ED: Type %s has size %lld, which is not a power of two (section 6.1.5)!\n", other_types[i], test ); in test_sizeof() 324 log_info( "%16s", other_types[i] ); in test_sizeof()
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 662 for other_types in all_types[1:]: 663 if other_types != types: 666 ", ".join(x.name for x in other_types)))
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 885 other_types = self._get_types(other) 887 if self_types != other_types:
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 2509 goto other_types; in cdata_ass_slice() 2520 other_types: in cdata_ass_slice()
|