/external/icu4c/i18n/ |
D | csrmbcs.cpp | 130 int32_t IteratedChar::nextByte(InputText *det) in nextByte() 146 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonC… in match_mbcs() 242 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) { in nextChar() 270 int32_t CharsetRecog_sjis::match(InputText* det) in match() 290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) { in nextChar() 369 int32_t CharsetRecog_euc_jp::match(InputText *det) in match() 389 int32_t CharsetRecog_euc_kr::match(InputText *det) in match() 399 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) in nextChar() 439 int32_t CharsetRecog_big5::match(InputText *det) in match() 449 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) { in nextChar() [all …]
|
D | csrutf8.cpp | 26 int32_t CharsetRecog_UTF8::match(InputText* det) { in match()
|
D | csrsbcs.cpp | 88 int32_t NGramParser::nextByte(InputText *det) in nextByte() 97 int32_t NGramParser::parse(InputText *det) in parse() 144 int32_t CharsetRecog_sbcs::match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMa… in match_sbcs()
|
/external/valgrind/main/none/tests/ |
D | fucomip.c | 5 float det = 625.f; in main() local
|
/external/opencv/cv/src/ |
D | cvposit.cpp | 278 float det = 0; in icvPseudoInverse3D() local
|
D | cvgeometry.cpp | 149 double det = a0[0] * b1[0] - a1[0] * b0[0]; in icvIntersectLines3() local
|
D | cvlinefit.cpp | 111 float det[9], evc[9], evl[3]; in icvFitLine3D_wods() local
|
D | _cvmatrix.h | 269 CV_INLINE void icvDetMatrix3x3_64d( const double* mat, double* det ) in icvDetMatrix3x3_64d()
|
/external/opencv/ml/src/ |
D | mlnbayes.cpp | 217 double det = 1; in train() local
|
D | mlem.cpp | 797 double prev_log_likelihood = -DBL_MAX / 1000., det, d; in run_em() local
|
/external/skia/src/core/ |
D | SkPoint.cpp | 400 SkScalar det = u.cross(v); in distanceToLineSegmentBetweenSqd() local
|
D | SkMatrix.cpp | 689 double det; in sk_inv_determinant() local
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | AffineTransform.cpp | 132 double AffineTransform::det() const in det() function in WebCore::AffineTransform
|
D | TransformationMatrix.cpp | 214 double det = determinant4x4(matrix); in inverse() local 968 double det = WebCore::determinant4x4(m_matrix); in isInvertible() local
|
/external/chromium/chrome/browser/history/ |
D | history.cc | 94 Details<history::HistoryDetails> det(details); in BroadcastNotifications() local 770 Details<history::HistoryDetails> det(details_deleted); in BroadcastNotifications() local
|
D | history_unittest.cc | 291 Details<HistoryDetails> det(details); in BroadcastNotifications() local
|
D | history_backend_unittest.cc | 175 Details<HistoryDetails> det(details); in BroadcastNotifications() local
|
/external/opencv/cvaux/src/ |
D | cv3dtracker.cpp | 496 static inline double det(CvPoint3D32f v1, CvPoint3D32f v2, CvPoint3D32f v3) in det() function
|
D | cvepilines.cpp | 768 double det; in icvGetCoefForPiece() local 1021 double det = direct1[0]*direct2[1] - direct2[0]*direct1[1]; in icvGetCrossDirectDirect() local 1060 double det; in icvGetCrossPieceDirect() local 2087 double det = 1.0 / ( a*a + b*b ); in icvProjectPointToDirect() local 3043 double det; in icvConvertWarpCoordinates() local
|
D | cvlee.cpp | 3532 float det; in _cvLine_LineIntersection() local 4116 float det = pVector21->y * pVector43->x - pVector21->x * pVector43->y; in _cvPar_OpenParIntersection() local 4254 float det = pVector21->y * pVector43->x - pVector21->x * pVector43->y; in _cvPar_CloseParIntersection() local
|
/external/mesa3d/test/ |
D | m_matrix.c | 494 GLfloat det; in invert_matrix_3d_general() local
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 481 NamedEntriesDetector det; in TEST() local
|