Home
last modified time | relevance | path

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

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