Searched refs:L2I (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c490 #define L2I (49 - LOG2_INTERVALS) macro
491 i = (lx + (1LL << (L2I - 2))) >> (L2I - 1);
616 i = (lx + (1LL << (L2I - 2))) >> (L2I - 1);
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c494 #define L2I (64 - LOG2_INTERVALS) macro
495 i = (ix + (1LL << (L2I - 2))) >> (L2I - 1);
607 i = (ix + (1LL << (L2I - 2))) >> (L2I - 1);

Completed in 42 milliseconds