Searched refs:LOG2_INTERVALS (Results 1 - 7 of 7) sorted by last modified time

/barrelfish-master/lib/msun/ld80/
H A Ds_logl.c114 #define LOG2_INTERVALS 7 macro
492 #define L2I (64 - LOG2_INTERVALS)
H A Ds_expl.c236 k = n >> LOG2_INTERVALS;
H A Dk_expl.h42 #define LOG2_INTERVALS 7 macro
238 *kp = n >> LOG2_INTERVALS;
/barrelfish-master/lib/msun/ld128/
H A Ds_logl.c117 #define LOG2_INTERVALS 7 macro
488 #define L2I (49 - LOG2_INTERVALS)
H A Ds_expl.c277 k = n >> LOG2_INTERVALS;
H A Dk_expl.h42 #define LOG2_INTERVALS 7 macro
257 *kp = n >> LOG2_INTERVALS;
/barrelfish-master/include/
H A Dk_expl.h42 #define LOG2_INTERVALS 7 macro
257 *kp = n >> LOG2_INTERVALS;

Completed in 55 milliseconds