Home
last modified time | relevance | path

Searched refs:TC3_DCHECK_LE (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/base/
Dlogging.h152 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM macro
164 #define TC3_DCHECK_LE(x, y) TC3_CHECK_LE(x, y) macro
/external/icing/icing/text_classifier/lib3/utils/base/
Dlogging.h150 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM macro
162 #define TC3_DCHECK_LE(x, y) TC3_CHECK_LE(x, y) macro
/external/libtextclassifier/native/utils/math/
Dfastexp.h45 TC3_DCHECK_LE(fabs(f), 126); in VeryFastExp2()