#include <MRCMisc/common.h>#include <MRCMisc/exports.h>Go to the source code of this file.
Functions | |
| MRC_API int | MR_intLog2 (MR_uint64_t n) |
| MRC_API int MR_intLog2 | ( | MR_uint64_t | n | ) |
integer binary logarithm: 0 -> 0 1 -> 1 [2,4) -> 2 [4,8) -> 3 ... Generated from function MR::intLog2.