Home
last modified time | relevance | path

Searched refs:M21 (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dmatrix3_f.cc25 M21, enumerator
38 static_cast<double>(data[M12]) * data[M21]) + in Determinant3x3()
43 static_cast<double>(data[M10]) * data[M21] - in Determinant3x3()
121 static_cast<float>((data_[M11] * data_[M22] - data_[M12] * data_[M21]) / in Inverse()
123 static_cast<float>((data_[M02] * data_[M21] - data_[M01] * data_[M22]) / in Inverse()
133 static_cast<float>((data_[M10] * data_[M21] - data_[M11] * data_[M20]) / in Inverse()
135 static_cast<float>((data_[M01] * data_[M20] - data_[M00] * data_[M21]) / in Inverse()
145 data_[M21], data_[M02], data_[M12], data_[M22]); in Transpose()
158 std::abs(data_[M12] - data_[M21]) > epsilon) { in SolveEigenproblem()
288 data_[M20], data_[M21], data_[M22]); in ToString()
/external/python/cpython3/PC/icons/
Dpyc.svg1M21.053 3H7v26h19V8.009z"/><path class="icon-vso-bg" d="M21.471 2H6v28h21V7.599L21.471 2zM21 3h.05…
Dpyd.svg1M21.053 3H7v26h19V8.009z"/><path class="icon-vso-bg" d="M21.471 2H6v28h21V7.599L21.471 2zM21 3h.05…
Dpy.svg1M21.471 2H6v28h21V7.599L21.471 2zM21 3h.053l4.939 5H21V3zm5 26H7V3h13v6h6v20z"/></g><path class="i…
Dsetup.svg1 …op-color="#306998"/></linearGradient><path id="path1948_9_" class="st2" d="M21.354 11.725c-.786.00…
Dpythonw.svg1 …op-color="#306998"/></linearGradient><path id="path1948_6_" class="st4" d="M21.354 11.725c-.786.00…
Dpython.svg1 …op-color="#306998"/></linearGradient><path id="path1948_3_" class="st0" d="M21.354 11.725c-.786.00…
Dlauncher.svg1 …op-color="#306998"/></linearGradient><path id="path1948_7_" class="st2" d="M21.354 11.725c-.786.00…
/external/ImageMagick/MagickCore/
Dstatistic.c1475 M21[MaxPixelChannels+1], in GetImageMoments() local
1505 (void) memset(M21,0,sizeof(M21)); in GetImageMoments()
1593 M21[channel]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1595 M21[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1625 M21[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1684 M21[channel]*=PerceptibleReciprocal(pow(M00[channel],1.0+(2.0+1.0)/2.0)); in GetImageMoments()
1701 (M30[channel]-3.0*M12[channel])+(3.0*M21[channel]-M03[channel])* in GetImageMoments()
1702 (3.0*M21[channel]-M03[channel]); in GetImageMoments()
1704 (M30[channel]+M12[channel])+(M21[channel]+M03[channel])* in GetImageMoments()
1705 (M21[channel]+M03[channel]); in GetImageMoments()
[all …]