| /third_party/mindspore/mindspore-src/source/tests/st/pi_jit/control_flow/ |
| D | test_exception.py | 31 def func(val): argument 34 val = val + 1 35 val = ad(Tensor([val]), Tensor([val])) 39 val = ad(val, val) 40 return val 61 def func(val): argument 64 val = val + 1 65 val = ad(Tensor([val]), Tensor([val])) 69 val = ad(val, val) 71 val = ad(val, val) [all …]
|
| D | test_with.py | 18 def __init__(self, val): argument 19 self.val = val 22 test_value = self.val + 2 27 test_value = self.val + 3 28 test_value = self.val - 3 33 def __init__(self, val): argument 34 self.val = val 37 test_value = self.val + 2 43 test_value = self.val + 3 44 test_value = self.val - 3 [all …]
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_types.h | 17 vn_sizeof_uint64_t(const uint64_t *val) in vn_sizeof_uint64_t() argument 19 assert(sizeof(*val) == 8); in vn_sizeof_uint64_t() 24 vn_encode_uint64_t(struct vn_cs_encoder *enc, const uint64_t *val) in vn_encode_uint64_t() argument 26 vn_encode(enc, 8, val, sizeof(*val)); in vn_encode_uint64_t() 30 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t() argument 32 vn_decode(dec, 8, val, sizeof(*val)); in vn_decode_uint64_t() 36 vn_sizeof_uint64_t_array(const uint64_t *val, uint32_t count) in vn_sizeof_uint64_t_array() argument 38 assert(sizeof(*val) == 8); in vn_sizeof_uint64_t_array() 39 const size_t size = sizeof(*val) * count; in vn_sizeof_uint64_t_array() 45 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array() argument [all …]
|
| D | vn_protocol_driver_structs.h | 22 vn_sizeof_VkExtent3D(const VkExtent3D *val) in vn_sizeof_VkExtent3D() argument 25 size += vn_sizeof_uint32_t(&val->width); in vn_sizeof_VkExtent3D() 26 size += vn_sizeof_uint32_t(&val->height); in vn_sizeof_VkExtent3D() 27 size += vn_sizeof_uint32_t(&val->depth); in vn_sizeof_VkExtent3D() 32 vn_encode_VkExtent3D(struct vn_cs_encoder *enc, const VkExtent3D *val) in vn_encode_VkExtent3D() argument 34 vn_encode_uint32_t(enc, &val->width); in vn_encode_VkExtent3D() 35 vn_encode_uint32_t(enc, &val->height); in vn_encode_VkExtent3D() 36 vn_encode_uint32_t(enc, &val->depth); in vn_encode_VkExtent3D() 40 vn_decode_VkExtent3D(struct vn_cs_decoder *dec, VkExtent3D *val) in vn_decode_VkExtent3D() argument 42 vn_decode_uint32_t(dec, &val->width); in vn_decode_VkExtent3D() [all …]
|
| D | vn_protocol_driver_pipeline.h | 17 vn_sizeof_VkSpecializationMapEntry(const VkSpecializationMapEntry *val) in vn_sizeof_VkSpecializationMapEntry() argument 20 size += vn_sizeof_uint32_t(&val->constantID); in vn_sizeof_VkSpecializationMapEntry() 21 size += vn_sizeof_uint32_t(&val->offset); in vn_sizeof_VkSpecializationMapEntry() 22 size += vn_sizeof_size_t(&val->size); in vn_sizeof_VkSpecializationMapEntry() 27 vn_encode_VkSpecializationMapEntry(struct vn_cs_encoder *enc, const VkSpecializationMapEntry *val) in vn_encode_VkSpecializationMapEntry() argument 29 vn_encode_uint32_t(enc, &val->constantID); in vn_encode_VkSpecializationMapEntry() 30 vn_encode_uint32_t(enc, &val->offset); in vn_encode_VkSpecializationMapEntry() 31 vn_encode_size_t(enc, &val->size); in vn_encode_VkSpecializationMapEntry() 37 vn_sizeof_VkSpecializationInfo(const VkSpecializationInfo *val) in vn_sizeof_VkSpecializationInfo() argument 40 size += vn_sizeof_uint32_t(&val->mapEntryCount); in vn_sizeof_VkSpecializationInfo() [all …]
|
| D | vn_protocol_driver_device.h | 23 vn_sizeof_VkPhysicalDeviceLimits(const VkPhysicalDeviceLimits *val) in vn_sizeof_VkPhysicalDeviceLimits() argument 26 size += vn_sizeof_uint32_t(&val->maxImageDimension1D); in vn_sizeof_VkPhysicalDeviceLimits() 27 size += vn_sizeof_uint32_t(&val->maxImageDimension2D); in vn_sizeof_VkPhysicalDeviceLimits() 28 size += vn_sizeof_uint32_t(&val->maxImageDimension3D); in vn_sizeof_VkPhysicalDeviceLimits() 29 size += vn_sizeof_uint32_t(&val->maxImageDimensionCube); in vn_sizeof_VkPhysicalDeviceLimits() 30 size += vn_sizeof_uint32_t(&val->maxImageArrayLayers); in vn_sizeof_VkPhysicalDeviceLimits() 31 size += vn_sizeof_uint32_t(&val->maxTexelBufferElements); in vn_sizeof_VkPhysicalDeviceLimits() 32 size += vn_sizeof_uint32_t(&val->maxUniformBufferRange); in vn_sizeof_VkPhysicalDeviceLimits() 33 size += vn_sizeof_uint32_t(&val->maxStorageBufferRange); in vn_sizeof_VkPhysicalDeviceLimits() 34 size += vn_sizeof_uint32_t(&val->maxPushConstantsSize); in vn_sizeof_VkPhysicalDeviceLimits() [all …]
|
| D | vn_protocol_driver_render_pass.h | 17 vn_sizeof_VkAttachmentDescription(const VkAttachmentDescription *val) in vn_sizeof_VkAttachmentDescription() argument 20 size += vn_sizeof_VkFlags(&val->flags); in vn_sizeof_VkAttachmentDescription() 21 size += vn_sizeof_VkFormat(&val->format); in vn_sizeof_VkAttachmentDescription() 22 size += vn_sizeof_VkSampleCountFlagBits(&val->samples); in vn_sizeof_VkAttachmentDescription() 23 size += vn_sizeof_VkAttachmentLoadOp(&val->loadOp); in vn_sizeof_VkAttachmentDescription() 24 size += vn_sizeof_VkAttachmentStoreOp(&val->storeOp); in vn_sizeof_VkAttachmentDescription() 25 size += vn_sizeof_VkAttachmentLoadOp(&val->stencilLoadOp); in vn_sizeof_VkAttachmentDescription() 26 size += vn_sizeof_VkAttachmentStoreOp(&val->stencilStoreOp); in vn_sizeof_VkAttachmentDescription() 27 size += vn_sizeof_VkImageLayout(&val->initialLayout); in vn_sizeof_VkAttachmentDescription() 28 size += vn_sizeof_VkImageLayout(&val->finalLayout); in vn_sizeof_VkAttachmentDescription() [all …]
|
| D | vn_protocol_driver_queue.h | 17 vn_sizeof_VkDeviceGroupSubmitInfo_pnext(const void *val) in vn_sizeof_VkDeviceGroupSubmitInfo_pnext() argument 24 vn_sizeof_VkDeviceGroupSubmitInfo_self(const VkDeviceGroupSubmitInfo *val) in vn_sizeof_VkDeviceGroupSubmitInfo_self() argument 27 /* skip val->{sType,pNext} */ in vn_sizeof_VkDeviceGroupSubmitInfo_self() 28 size += vn_sizeof_uint32_t(&val->waitSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 29 if (val->pWaitSemaphoreDeviceIndices) { in vn_sizeof_VkDeviceGroupSubmitInfo_self() 30 size += vn_sizeof_array_size(val->waitSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 31 size += vn_sizeof_uint32_t_array(val->pWaitSemaphoreDeviceIndices, val->waitSemaphoreCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 35 size += vn_sizeof_uint32_t(&val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 36 if (val->pCommandBufferDeviceMasks) { in vn_sizeof_VkDeviceGroupSubmitInfo_self() 37 size += vn_sizeof_array_size(val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() [all …]
|
| /third_party/skia/third_party/externals/libpng/arm/ |
| D | filter_neon_intrinsics.c | 84 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 93 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 94 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 95 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 96 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 98 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 99 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 100 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 106 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 108 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon() [all …]
|
| /third_party/skia/m133/third_party/externals/libpng/arm/ |
| D | filter_neon_intrinsics.c | 84 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 93 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 94 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 95 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 96 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 98 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 99 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 100 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 106 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 108 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privacyTypeParametersOfClassDeclFile.types | 13 myMethod(val: T): T { 14 >myMethod : (val: T) => T 15 >val : T 17 return val; 18 >val : T 25 myMethod(val: T): T { 26 >myMethod : (val: T) => T 27 >val : T 29 return val; 30 >val : T [all …]
|
| D | discriminantElementAccessCheck.types | 28 function IfWithString(val: U) { 29 >IfWithString : (val: U) => string | number 30 >val : U 32 if (val['kind'] === 'B') { 33 >val['kind'] === 'B' : boolean 34 >val['kind'] : "A" | "B" 35 >val : U 39 return val.b; 40 >val.b : string 41 >val : TypeB [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/elementwise/ |
| D | eltwise_ops_func.cuh | 29 DEVICE T Sin(const T val) { in Sin() argument 30 return sin(val); in Sin() 33 DEVICE float Sin(const float val) { in Sin() argument 34 return sinf(val); in Sin() 37 DEVICE half Sin(const half val) { in Sin() argument 38 return hsin(val); in Sin() 41 DEVICE T Cos(const T val) { in Cos() argument 42 return cos(val); in Cos() 45 DEVICE float Cos(const float val) { in Cos() argument 46 return cosf(val); in Cos() [all …]
|
| /third_party/typescript/src/loc/lcl/jpn/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[すべてのコンパイラ オプション]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/kor/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[모든 컴파일러 옵션]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/chs/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[所有编译器选项]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/rus/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 25 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 27 <Val><![CDATA[ВСЕ ПАРАМЕТРЫ КОМПИЛЯТОРОВ]]></Val> 34 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/csy/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 35 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 37 <Val><![CDATA[VŠECHNY MOŽNOSTI KOMPILÁTORU]]></Val> 44 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/cht/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[所有編譯器選項]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/trk/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 19 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 21 <Val><![CDATA[TÜM DERLEYİCİ SEÇENEKLERİ]]></Val> 28 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> 30 … <Val><![CDATA[Bir '{0}' değiştiricisi, içeri aktarma bildirimiyle birlikte kullanılamaz.]]></Val> 37 <Val><![CDATA[A '{0}' parameter must be the first parameter.]]></Val> 39 <Val><![CDATA[Bir '{0}' parametresi ilk parametre olmalıdır.]]></Val> 46 <Val><![CDATA[A JSDoc '@typedef' comment may not contain multiple '@type' tags.]]></Val> 48 <Val><![CDATA[JSDoc '@typedef' açıklaması, birden çok '@type' etiketi içeremez.]]></Val> 55 <Val><![CDATA[A bigint literal cannot use exponential notation.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/fra/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 35 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 37 <Val><![CDATA[TOUTES LES OPTIONS DU COMPILATEUR]]></Val> 44 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/esn/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 35 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 37 <Val><![CDATA[TODAS LAS OPCIONES DEL COMPILADOR]]></Val> 44 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/ita/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[TUTTE LE OPZIONI DEL COMPILATORE]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/deu/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="CustomName1" Val="Custom 1" /> 5 <Str Name="CustomName2" Val="Custom 2" /> 6 <Str Name="CustomName3" Val="Custom 3" /> 7 <Str Name="CustomName4" Val="Custom 4" /> 8 <Str Name="CustomName5" Val="Custom 5" /> 9 <Str Name="CustomName6" Val="Custom 6" /> 10 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 26 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 28 <Val><![CDATA[ALLE COMPILEROPTIONEN]]></Val> 35 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> [all …]
|
| /third_party/typescript/src/loc/lcl/ptb/diagnosticMessages/ |
| D | diagnosticMessages.generated.json.lcl | 4 <Str Name="HobbitID" Val="6d166059-1f22-4f75-80d1-261d6407ef5d" /> 19 <Val><![CDATA[ALL COMPILER OPTIONS]]></Val> 21 <Val><![CDATA[TODAS AS OPÇÕES DO COMPILADOR]]></Val> 28 <Val><![CDATA[A '{0}' modifier cannot be used with an import declaration.]]></Val> 30 … <Val><![CDATA[Um modificador '{0}' não pode ser usado com uma declaração de importação.]]></Val> 37 <Val><![CDATA[A '{0}' parameter must be the first parameter.]]></Val> 39 <Val><![CDATA[Um parâmetro '{0}' deve ser o primeiro parâmetro.]]></Val> 46 <Val><![CDATA[A JSDoc '@typedef' comment may not contain multiple '@type' tags.]]></Val> 48 … <Val><![CDATA[Um comentário de JSDoc '@typedef' não pode conter várias marcas '@type'.]]></Val> 55 <Val><![CDATA[A bigint literal cannot use exponential notation.]]></Val> [all …]
|