Searched refs:INC_MANH (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_floorl.c | 34 #define INC_MANH(u, c) do { \ macro 42 #define INC_MANH(u, c) do { \ macro 76 INC_MANH(u, 1llu << (MANH_SIZE - e - 1)); in floorl() 89 INC_MANH(u, 1); in floorl() 94 INC_MANH(u, 1); in floorl()
|
D | s_ceill.c | 34 #define INC_MANH(u, c) do { \ macro 42 #define INC_MANH(u, c) do { \ macro 76 INC_MANH(u, 1llu << (MANH_SIZE - e - 1)); in ceill() 89 INC_MANH(u, 1); in ceill() 94 INC_MANH(u, 1); in ceill()
|