Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dlog_base.h210 const double log_thresh2 = 0x1.1082cp+0; in log2() local
212 int is_near = x >= log_thresh1 & x <= log_thresh2; in log2()