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

/freebsd-13-stable/lib/msun/ld128/
H A Dk_expl.h44 #define LOG2_INTERVALS 7 macro
251 *kp = n >> LOG2_INTERVALS;
H A Ds_expl.c277 k = n >> LOG2_INTERVALS;
H A Ds_logl.c119 #define LOG2_INTERVALS 7 macro
490 #define L2I (49 - LOG2_INTERVALS)
/freebsd-13-stable/lib/msun/ld80/
H A Dk_expl.h44 #define LOG2_INTERVALS 7 macro
233 *kp = n >> LOG2_INTERVALS;
H A Ds_expl.c231 k = n >> LOG2_INTERVALS;
H A Ds_logl.c116 #define LOG2_INTERVALS 7 macro
494 #define L2I (64 - LOG2_INTERVALS)

Completed in 60 milliseconds