|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
extract_bits.c 的引用(Include)关系图:函数 | |
| mp_bitcnt_t | lmmp_extract_bits_ (mp_srcptr restrict num, mp_size_t n, mp_limb_t *restrict ext, int bits) |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
| mp_bitcnt_t lmmp_extract_bits_ | ( | mp_srcptr restrict | num, |
| mp_size_t | n, | ||
| mp_limb_t *restrict | ext, | ||
| int | bits | ||
| ) |
Copyright (C) 2026 HJimmyK(Jericho Knox)
This file is part of LAMMP.
LAMMP is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed WITHOUT ANY WARRANTY.
See https://www.gnu.org/licenses/.
在文件 extract_bits.c 第 20 行定义.
引用了 LIMB_BITS, lmmp_limb_bits_, lmmp_param_assert , 以及 n.