Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dep_log.cl55 int expadjust = c ? 60 : 0;
58 int xexp1 = ((as_int2(ux).hi >> 20) & 0x7ff) - EXPBIAS_DP64 - expadjust;
H A Dlog_base.h250 int expadjust = c ? 60 : 0; in log2() local
252 int xexp = ((as_int2(ux).hi >> 20) & 0x7ff) - EXPBIAS_DP64 - expadjust; in log2()