Home
last modified time | relevance | path

Searched refs:SAFTM_DCHECK_LE (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/lang_id/common/lite_base/
Dcompact-logging.h143 #define SAFTM_DCHECK_LE(x, y) SAFTM_NULLSTREAM macro
159 #define SAFTM_DCHECK_LE(x, y) SAFTM_CHECK_LE(x, y) macro
Dlogging.h45 #define SAFTM_DCHECK_LE DCHECK_LE macro
/external/libtextclassifier/lang_id/common/math/
Dfastexp.h47 SAFTM_DCHECK_LE(fabs(f), 126); in VeryFastExp2()
/external/libtextclassifier/lang_id/
Dcustom-tokenizer.cc86 SAFTM_DCHECK_LE(lower_num_bytes, 4); in AppendLowerCase()