/external/python/cpython3/Objects/ |
D | unicodectype.c | 64 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/ |
D | UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp | 41 #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 …]
|
D | BinaryLogicalOpTest.cpp | 14 #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
|
D | op_sigmoid_test.cpp | 68 #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
|
D | op_glu_test.cpp | 118 #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
|
D | op_logit_test.cpp | 101 #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
|
D | op_max_test.cpp | 264 #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
|
D | op_min_test.cpp | 260 #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
|
D | op_constant_pad_nd_test.cpp | 353 #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
|
D | op_amax_test.cpp | 235 #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
|
D | op_amin_test.cpp | 235 #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
|
D | op_lift_fresh_copy_test.cpp | 59 #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
|
D | op_scalar_tensor_test.cpp | 76 #define GENERATE_TEST_0D(ctype, dtype) \ argument 85 #define GENERATE_TEST(ctype, dtype) \ in ET_FORALL_REAL_TYPES_AND3() argument
|
D | op_ne_test.cpp | 85 #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
|
D | op_where_test.cpp | 80 #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
|
D | op_unbind_copy_test.cpp | 210 #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/ |
D | Types.h | 45 #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/ |
D | Types.h | 41 #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/ |
D | tensor_iterator_test.cpp | 53 #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/ |
D | test_wintypes.py | 43 def assertIsSigned(self, ctype): argument 46 def assertIsUnsigned(self, ctype): argument
|
/external/libsrtp2/crypto/kernel/ |
D | crypto_kernel.c | 178 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/ |
D | Convert.h | 50 #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/ |
D | types.h | 86 #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/ |
D | scalar_to_tensor.h | 13 #define AOTI_RUNTIME_SCALAR_TO_TENSOR(dtype, ctype) \ argument
|
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
D | bsl.h | 33 #define VBSL_IMPL(stype, vtype, ctype, prefix, postfix) \ argument
|