Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dep_log.cl55 int expadjust = c ? 60 : 0;
58 int xexp1 = ((as_int2(ux).hi >> 20) & 0x7ff) - EXPBIAS_DP64 - expadjust;
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()