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

/seL4-test-master/projects/musllibc/src/math/
H A D__rem_pio2l.c27 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.m>>48) < ((0x3fff + 25)<<16 | 0x921f>>1 | 0x8000)) macro
53 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.top) < ((0x3fff + 45)<<16 | 0x921f)) macro
78 if (SMALL(u)) {

Completed in 69 milliseconds