Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/base/
Dlogging.h140 #define TC3_DCHECK_LE(x, y) TC3_NULLSTREAM macro
152 #define TC3_DCHECK_LE(x, y) TC3_CHECK_LE(x, y) macro
/external/libtextclassifier/utils/math/
Dfastexp.h45 TC3_DCHECK_LE(fabs(f), 126); in VeryFastExp2()