Home
last modified time | relevance | path

Searched refs:LOG2_INTERVALS (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/lib/msun/ld128/
HDk_expl.h41 #define LOG2_INTERVALS 7 macro
248 *kp = n >> LOG2_INTERVALS; in __k_expl()
HDs_logl.c116 #define LOG2_INTERVALS 7 macro
487 #define L2I (49 - LOG2_INTERVALS) in k_logl()
HDs_expl.c270 k = n >> LOG2_INTERVALS; in expm1l()
/freebsd-head/lib/msun/ld80/
HDk_expl.h41 #define LOG2_INTERVALS 7 macro
230 *kp = n >> LOG2_INTERVALS; in __k_expl()
HDs_logl.c113 #define LOG2_INTERVALS 7 macro
491 #define L2I (64 - LOG2_INTERVALS) in k_logl()
HDs_expl.c224 k = n >> LOG2_INTERVALS; in expm1l()