Home
last modified time | relevance | path

Searched defs:det (Results 1 – 22 of 22) sorted by relevance

/external/icu4c/i18n/
Dcsrmbcs.cpp130 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 …]
Dcsrutf8.cpp26 int32_t CharsetRecog_UTF8::match(InputText* det) { in match()
Dcsrsbcs.cpp88 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/
Dfucomip.c5 float det = 625.f; in main() local
/external/opencv/cv/src/
Dcvposit.cpp278 float det = 0; in icvPseudoInverse3D() local
Dcvgeometry.cpp149 double det = a0[0] * b1[0] - a1[0] * b0[0]; in icvIntersectLines3() local
Dcvlinefit.cpp111 float det[9], evc[9], evl[3]; in icvFitLine3D_wods() local
D_cvmatrix.h269 CV_INLINE void icvDetMatrix3x3_64d( const double* mat, double* det ) in icvDetMatrix3x3_64d()
/external/opencv/ml/src/
Dmlnbayes.cpp217 double det = 1; in train() local
Dmlem.cpp797 double prev_log_likelihood = -DBL_MAX / 1000., det, d; in run_em() local
/external/skia/src/core/
DSkPoint.cpp400 SkScalar det = u.cross(v); in distanceToLineSegmentBetweenSqd() local
DSkMatrix.cpp689 double det; in sk_inv_determinant() local
/external/webkit/Source/WebCore/platform/graphics/transforms/
DAffineTransform.cpp132 double AffineTransform::det() const in det() function in WebCore::AffineTransform
DTransformationMatrix.cpp214 double det = determinant4x4(matrix); in inverse() local
968 double det = WebCore::determinant4x4(m_matrix); in isInvertible() local
/external/chromium/chrome/browser/history/
Dhistory.cc94 Details<history::HistoryDetails> det(details); in BroadcastNotifications() local
770 Details<history::HistoryDetails> det(details_deleted); in BroadcastNotifications() local
Dhistory_unittest.cc291 Details<HistoryDetails> det(details); in BroadcastNotifications() local
Dhistory_backend_unittest.cc175 Details<HistoryDetails> det(details); in BroadcastNotifications() local
/external/opencv/cvaux/src/
Dcv3dtracker.cpp496 static inline double det(CvPoint3D32f v1, CvPoint3D32f v2, CvPoint3D32f v3) in det() function
Dcvepilines.cpp768 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
Dcvlee.cpp3532 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/
Dm_matrix.c494 GLfloat det; in invert_matrix_3d_general() local
/external/v8/test/cctest/
Dtest-heap-profiler.cc481 NamedEntriesDetector det; in TEST() local