|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
gcd_1.c 的引用(Include)关系图:函数 | |
| mp_limb_t | lmmp_gcd_11_ (mp_limb_t u, mp_limb_t v) |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
| mp_limb_t | lmmp_gcd_1_ (mp_srcptr up, mp_size_t un, mp_limb_t vlimb) |
| 计算两个无符号整数的最大公约数 | |
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/.
引用了 k, lmmp_param_assert, lmmp_tailing_zeros_ , 以及 n.
被这些函数引用 lmmp_gcd_1_(), lmmp_gcd_22_() , 以及 lmmp_gcd_lehmer_().
这是这个函数的调用关系图:计算两个无符号整数的最大公约数
| up | 第一个无符号整数指针 |
| un | 第一个无符号整数的 limb 长度 |
| v | 第二个无符号整数 |
引用了 lmmp_gcd_11_(), lmmp_mod_1_(), lmmp_param_assert , 以及 n.
被这些函数引用 lmmp_gcd_lehmer_().
函数调用图:
这是这个函数的调用关系图: