Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Dmath.h98 #define HALFEXPBITS_DP64 0x3fe0000000000000L macro
Dep_log.cl59 double f = as_double(HALFEXPBITS_DP64 | (ux & MANTBITS_DP64));
Dlog_base.h253 double f = as_double(HALFEXPBITS_DP64 | (ux & MANTBITS_DP64)); in log2()