Searched refs:INC_MANH (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/lib/msun/src/ |
| HD | s_floorl.c | 32 #define INC_MANH(u, c) do { \ macro 40 #define INC_MANH(u, c) do { \ macro 74 INC_MANH(u, 1llu << (MANH_SIZE - e - 1)); in floorl() 87 INC_MANH(u, 1); in floorl() 92 INC_MANH(u, 1); in floorl()
|
| HD | s_ceill.c | 32 #define INC_MANH(u, c) do { \ macro 40 #define INC_MANH(u, c) do { \ macro 74 INC_MANH(u, 1llu << (MANH_SIZE - e - 1)); in ceill() 87 INC_MANH(u, 1); in ceill() 92 INC_MANH(u, 1); in ceill()
|