|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
#include "../../../include/lammp/impl/mparam.h"#include "../../../include/lammp/impl/toom_interp.h"
sqr_toom4.c 的引用(Include)关系图:宏定义 | |
| #define | a0 numa |
| #define | a1 (numa + n) |
| #define | a2 (numa + 2 * n) |
| #define | a3 (numa + 3 * n) |
| #define | amx (dst + 4 * n + 2) /* n+1 */ |
| #define | apx dst /* n+1 */ |
| #define | lmmp_sqr_(dst, numa, n) |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
| #define | tp (scratch + 8 * n + 5) |
| #define | v0 dst /* 2n */ |
| #define | v1 (dst + 2 * n) /* 2n+1 */ |
| #define | v2 scratch /* 2n+1 */ |
| #define | vh (scratch + 4 * n + 2) /* 2n+1 */ |
| #define | vinf (dst + 6 * n) /* s+t */ |
| #define | vm1 (scratch + 6 * n + 3) /* 2n+1 */ |
| #define | vm2 (scratch + 2 * n + 1) /* 2n+1 */ |
函数 | |
| void | lmmp_sqr_toom4_ (mp_ptr restrict dst, mp_srcptr restrict numa, mp_size_t na) |
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/.
在文件 sqr_toom4.c 第 21 行定义.
在文件 sqr_toom4.c 第 47 行定义.
引用了 a0, a1, a2, a3, amx, apx, lmmp_addshl1_n_(), lmmp_debug_assert, lmmp_inc_1, lmmp_param_assert, lmmp_shl_(), lmmp_sqr_, lmmp_toom_eval_dgr3_pm1_(), lmmp_toom_eval_dgr3_pm2_(), lmmp_toom_interp7_(), n, s, SALLOC_TYPE, scratch, TEMP_S_DECL, TEMP_S_FREE, tp, v0, v1, v2, vh, vinf, vm1 , 以及 vm2.
函数调用图: