Searched refs:exp2 (Results 1 – 4 of 4) sorted by relevance
61 wrapper_func exp2
88 pico_wrap_function(${TARGET} exp2)
330 double WRAPPER_FUNC(exp2)(double x) { in WRAPPER_FUNC() argument356 if(a==0) return exp2(u*y);384 return dldexp(exp2(w),c);
495 int exp2 = (int) ((conv.U >> 52U) & 0x07FFU) - 1023; // effectively log2 in _etoa() local498 … expval = (int) (0.1760912590558 + exp2 * 0.301029995663981 + (conv.F - 1.5) * 0.289529654602168); in _etoa()500 exp2 = (int) (expval * 3.321928094887362 + 0.5); in _etoa()501 const double z = expval * 2.302585092994046 - exp2 * 0.6931471805599453; in _etoa()503 conv.U = (uint64_t) (exp2 + 1023) << 52U; in _etoa()