Searched defs:exp2 (Results 1 – 2 of 2) sorted by relevance
475 int exp2 = (int) ((conv.U >> 52U) & 0x07FFU) - 1023; // effectively log2 in _etoa() local
330 double WRAPPER_FUNC(exp2)(double x) { in WRAPPER_FUNC() argument