Searched refs:M30 (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | statistic.c | 1368 M30[MaxPixelChannels+1]; in GetImageMoments() local 1398 (void) memset(M30,0,sizeof(M30)); in GetImageMoments() 1504 M30[channel]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments() 1506 M30[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments() 1526 M30[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments() 1592 M30[channel]/=pow(M00[channel],1.0+(3.0+0.0)/2.0); in GetImageMoments() 1605 channel_moments[channel].invariant[2]=(M30[channel]-3.0*M12[channel])* in GetImageMoments() 1606 (M30[channel]-3.0*M12[channel])+(3.0*M21[channel]-M03[channel])* in GetImageMoments() 1608 channel_moments[channel].invariant[3]=(M30[channel]+M12[channel])* in GetImageMoments() 1609 (M30[channel]+M12[channel])+(M21[channel]+M03[channel])* in GetImageMoments() [all …]
|
/external/python/dateutil/dateutil/ |
D | rrule.py | 38 M29, M30, M31 = list(range(1, 30)), list(range(1, 31)), list(range(1, 32)) variable 39 MDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7]) 41 M29, M30, M31 = list(range(-29, 0)), list(range(-30, 0)), list(range(-31, 0)) variable 42 NMDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7]) 47 del M29, M30, M31, M365MASK[59], MDAY365MASK[59], NMDAY365MASK[31]
|
/external/python/cpython3/PC/icons/ |
D | python.svg | 1 …32z" id="canvas"/><g id="iconBg"><path class="icon-visualstudio-online" d="M30 4H2V2h28v2z"/><path…
|
D | pythonw.svg | 1 …-lightgrey" d="M29 7H3V5h26v2z"/><path class="icon-visualstudio-online" d="M30 5H2V3h28v2z"/><path…
|
D | launcher.svg | 1 …32z" id="canvas"/><g id="iconBg"><path class="icon-visualstudio-online" d="M30 5H5V3h25v2z"/><path…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/ |
D | x86-pshufb.ll | 498 …<64 x i8> @demanded_elts_insertion_avx512(<64 x i8> %InVec, <64 x i8> %BaseMask, i8 %M0, i8 %M30) { 506 %2 = insertelement <64 x i8> %1, i8 %M30, i32 30
|