/external/libchrome/ui/gfx/geometry/ |
D | matrix3_f.cc | 19 M01, enumerator 39 static_cast<double>(data[M01]) * ( in Determinant3x3() 123 static_cast<float>((data_[M02] * data_[M21] - data_[M01] * data_[M22]) / in Inverse() 125 static_cast<float>((data_[M01] * data_[M12] - data_[M02] * data_[M11]) / in Inverse() 135 static_cast<float>((data_[M01] * data_[M20] - data_[M00] * data_[M21]) / in Inverse() 137 static_cast<float>((data_[M00] * data_[M11] - data_[M01] * data_[M10]) / in Inverse() 144 transpose.set(data_[M00], data_[M10], data_[M20], data_[M01], data_[M11], in Transpose() 156 if (std::abs(data_[M01] - data_[M10]) > epsilon || in SolveEigenproblem() 165 data_[M01] * data_[M01] + in SolveEigenproblem() 287 data_[M00], data_[M01], data_[M02], data_[M10], data_[M11], data_[M12], in ToString()
|
/external/libvpx/libvpx/test/ |
D | non_greedy_mv_test.cc | 42 int M00, M01, M10, M11; in read_in_local_var() local 54 fscanf(input, "%d,%d,%d,%d;", &M00, &M01, &M10, &M11); in read_in_local_var() 56 (*M_ptr)[idx][1] = M01; in read_in_local_var()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_non_greedy_mv.c | 389 float M01 = M[row * cols + col][1]; in get_smooth_motion_vector() local 393 float det = (M00 + alpha) * (M11 + alpha) - M01 * M10; in get_smooth_motion_vector() 396 float inv_M01 = -M01 / det; in get_smooth_motion_vector() 401 float inv_MM01 = inv_M00 * M01 + inv_M01 * M11; in get_smooth_motion_vector() 403 float inv_MM11 = inv_M10 * M01 + inv_M11 * M11; in get_smooth_motion_vector()
|
/external/ImageMagick/MagickCore/ |
D | vision.c | 894 M01 = 0.0, in ConnectedComponentsImage() local 939 M01+=y; in ConnectedComponentsImage() 945 centroid.y=M01*PerceptibleReciprocal(M00); in ConnectedComponentsImage() 996 M01 = 0.0, in ConnectedComponentsImage() local 1041 M01+=y; in ConnectedComponentsImage() 1047 centroid.y=M01*PerceptibleReciprocal(M00); in ConnectedComponentsImage() 1099 M01 = 0.0, in ConnectedComponentsImage() local 1145 M01+=y; in ConnectedComponentsImage() 1151 centroid.y=M01*PerceptibleReciprocal(M00); in ConnectedComponentsImage() 1206 M01 = 0.0, in ConnectedComponentsImage() local [all …]
|
D | statistic.c | 1468 M01[MaxPixelChannels+1], in GetImageMoments() local 1498 (void) memset(M01,0,sizeof(M01)); in GetImageMoments() 1540 M01[channel]+=y*QuantumScale*p[i]; in GetImageMoments() 1541 M01[MaxPixelChannels]+=y*QuantumScale*p[i]; in GetImageMoments() 1552 centroid[channel].y=M01[channel]*PerceptibleReciprocal(M00[channel]); in GetImageMoments() 1618 M01[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments() 1680 M01[channel]=0.0; in GetImageMoments()
|
/external/wycheproof/doc/ |
D | rsa.md | 73 Manger describes an chosen ciphertext attack against RSA in [M01]. There are 104 \[M01]: J. Manger, "A chosen ciphertext attack on RSA optimal asymmetric
|
/external/icu/icu4c/source/data/locales/ |
D | nb.txt | 2314 "M01", 2342 "M01", 2358 "M01", 2386 "M01", 3538 "M01", 3566 "M01", 3582 "M01", 3610 "M01",
|
D | root.txt | 524 "M01", 968 "M01", 1275 "M01",
|
D | cs.txt | 2317 "M01", 2361 "M01",
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5370 Value *M00 = MinMax0->getOperand(0), *M01 = MinMax0->getOperand(1); in simplifyBinaryIntrinsic() local 5372 if ((match(M00, m_APInt(InnerC)) || match(M01, m_APInt(InnerC))) && in simplifyBinaryIntrinsic()
|