Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 25 of 194) sorted by relevance

12345678

/external/python/cpython3/Objects/
Dunicodectype.c64 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidStart() local
96 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidContinue() local
106 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local
123 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local
140 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local
160 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsPrintable() local
170 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local
[all …]
/external/executorch/kernels/test/
DUnaryUfuncRealHBBF16ToFloatHBF16Test.cpp41 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_half_output_static_dynamism_support() argument
51 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_bfloat16_output_static_dynamism_support() argument
61 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_static_dynamism_support() argument
71 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_static_dynamism_support() argument
81 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_half_output_bound_dynamism_support() argument
92 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_bfloat16_output_bound_dynamism_support() argument
103 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_bound_dynamism_support() argument
114 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_bound_dynamism_support() argument
128 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_unbound_dynamism_support() argument
142 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_unbound_dynamism_support() argument
[all …]
DBinaryLogicalOpTest.cpp14 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() argument
18 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() argument
22 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() argument
Dop_sigmoid_test.cpp68 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
75 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
82 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
104 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
Dop_glu_test.cpp118 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
125 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
149 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
156 #define TEST_ENTRY(ctype, dtype) test_glu_out_invalid_dim<ScalarType::dtype>(); in TEST_F() argument
162 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
169 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
Dop_logit_test.cpp101 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
108 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
114 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
121 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
142 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
Dop_max_test.cpp264 #define TEST_ENTRY(ctype, dtype) test_max_unary_out_dtype<ScalarType::dtype>(); in TEST_F() argument
270 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
277 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
287 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
318 #define TEST_ENTRY(ctype, dtype) test_max_out_dtype<ScalarType::dtype>(); in TEST_F() argument
Dop_min_test.cpp260 #define TEST_ENTRY(ctype, dtype) test_min_unary_out_dtype<ScalarType::dtype>(); in TEST_F() argument
266 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
273 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
283 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
314 #define TEST_ENTRY(ctype, dtype) test_min_out_dtype<ScalarType::dtype>(); in TEST_F() argument
Dop_constant_pad_nd_test.cpp353 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
361 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
369 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
377 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
385 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
393 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
Dop_amax_test.cpp235 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
245 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
282 #define TEST_ENTRY(ctype, dtype) test_amax_out_dtype<ScalarType::dtype>(); in TEST_F() argument
Dop_amin_test.cpp235 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
245 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() argument
282 #define TEST_ENTRY(ctype, dtype) test_amin_out_dtype<ScalarType::dtype>(); in TEST_F() argument
Dop_lift_fresh_copy_test.cpp59 #define TEST_ENTRY(ctype, dtype) test_dtype<ctype, ScalarType::dtype>(); in TEST_F() argument
65 #define TEST_ENTRY(ctype, dtype) test_empty_input<ctype, ScalarType::dtype>(); in TEST_F() argument
Dop_scalar_tensor_test.cpp76 #define GENERATE_TEST_0D(ctype, dtype) \ argument
85 #define GENERATE_TEST(ctype, dtype) \ in ET_FORALL_REAL_TYPES_AND3() argument
Dop_ne_test.cpp85 #define TEST_ENTRY(ctype, dtype) test_ne_scalar_out<ScalarType::dtype>(); in TEST_F() argument
119 #define TEST_ENTRY(ctype, dtype) test_ne_all_output_dtypes<ScalarType::dtype>(); in TEST_F() argument
125 #define TEST_ENTRY(ctype, dtype) test_dtype<ctype, ScalarType::dtype>(); in TEST_F() argument
Dop_where_test.cpp80 #define ENUMERATE_TEST_ENTRY(ctype, dtype) \ in test_where_enumerate_out_types() argument
90 #define ENUMERATE_TEST_ENTRY(ctype, dtype) \ in test_where_enumerate_b_types() argument
148 #define ENUMERATE_TEST_ENTRY(ctype, dtype) \ in test_where_enumerate_a_types() argument
157 #define ENUMERATE_TEST_ENTRY(ctype, dtype) \ in test_where_enumerate_a_types_aten() argument
Dop_unbind_copy_test.cpp210 #define TEST_ENTRY(ctype, dtype) test_unbind_dim0<ScalarType::dtype>(); in TEST_F() argument
216 #define TEST_ENTRY(ctype, dtype) test_unbind_dim1<ScalarType::dtype>(); in TEST_F() argument
222 #define TEST_ENTRY(ctype, dtype) test_unbind_dim2<ScalarType::dtype>(); in TEST_F() argument
/external/executorch/backends/vulkan/runtime/vk_api/
DTypes.h45 #define DEFINE_ENUM_VAL_(ctype, vkformat, name) name, argument
52 #define DEFINE_CONSTANT(ctype, vkformat, name) \ argument
64 #define CASE_VK_FORMAT(ctype, vkformat, name) \ in VK_FORALL_SCALAR_TYPES() argument
106 #define CASE_ELEMENTSIZE_CASE(ctype, vkformat, name) \ in element_size() argument
119 #define CASE_TO_STRING(ctype, vkformat, name) \ in to_string() argument
142 #define SPECIALIZE_ScalarTypeToCType(ctype, vkformat, scalar_type) \ argument
/external/pytorch/aten/src/ATen/native/vulkan/api/
DTypes.h41 #define DEFINE_ENUM_VAL_(ctype, vkformat, name) name, argument
48 #define DEFINE_CONSTANT(ctype, vkformat, name) \ argument
60 #define CASE_VK_FORMAT(ctype, vkformat, name) \ in VK_FORALL_SCALAR_TYPES() argument
101 #define CASE_ELEMENTSIZE_CASE(ctype, vkformat, name) \ in element_size() argument
114 #define CASE_TO_STRING(ctype, vkformat, name) \ in to_string() argument
137 #define SPECIALIZE_ScalarTypeToCType(ctype, vkformat, scalar_type) \ argument
/external/pytorch/aten/src/ATen/test/
Dtensor_iterator_test.cpp53 #define UNARY_TEST_ITER_FOR_TYPE(ctype,name) \ argument
63 #define NO_OUTPUT_UNARY_TEST_ITER_FOR_TYPE(ctype,name) \ argument
74 #define BINARY_TEST_ITER_FOR_TYPE(ctype,name) \ argument
85 #define NO_OUTPUT_BINARY_TEST_ITER_FOR_TYPE(ctype,name) \ argument
98 #define POINTWISE_TEST_ITER_FOR_TYPE(ctype,name) … argument
115 #define NO_OUTPUT_POINTWISE_TEST_ITER_FOR_TYPE(ctype,name) \ argument
133 #define COMPARISON_TEST_ITER_FOR_TYPE(ctype,name) \ argument
246 #define MULTIPLE_OUTPUTS_TEST_ITER_FOR_TYPE(ctype,name) … argument
/external/python/cpython3/Lib/test/test_ctypes/
Dtest_wintypes.py43 def assertIsSigned(self, ctype): argument
46 def assertIsUnsigned(self, ctype): argument
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c178 srtp_kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in srtp_crypto_kernel_status() local
243 srtp_kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in srtp_crypto_kernel_shutdown() local
280 srtp_kernel_cipher_type_t *ctype, *new_ctype; in srtp_crypto_kernel_do_load_cipher_type() local
431 srtp_kernel_cipher_type_t *ctype; in srtp_crypto_kernel_get_cipher_type() local
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DConvert.h50 #define DEFINE_CASE(ctype, vkformat, name) \ in convert_dtype() argument
67 #define DEFINE_CASE(ctype, vkformat, name) \ in convert_dtype() argument
/external/pytorch/torch/csrc/jit/tensorexpr/
Dtypes.h86 #define NNC_DTYPE_DECLARATION(ctype, name) extern TORCH_API Dtype k##name; argument
96 #define NNC_TODTYPE_DECLARATION(ctype, name) \ argument
/external/pytorch/torch/csrc/inductor/aoti_runtime/
Dscalar_to_tensor.h13 #define AOTI_RUNTIME_SCALAR_TO_TENSOR(dtype, ctype) \ argument
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/
Dbsl.h33 #define VBSL_IMPL(stype, vtype, ctype, prefix, postfix) \ argument

12345678