|
LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
|
#include "../../../include/lammp/impl/inlines.h"#include "../../../include/lammp/impl/mparam.h"#include "../../../include/lammp/impl/tmp_alloc.h"#include "../../../include/lammp/lmmpn.h"#include "../../../include/lammp/numth.h"
pow_basecase.c 的引用(Include)关系图:宏定义 | |
| #define | b1 base |
| #define | b1n n |
| #define | mul_b(_i_) |
| Copyright (C) 2026 HJimmyK(Jericho Knox) | |
函数 | |
| mp_size_t | lmmp_pow_basecase_ (mp_ptr restrict dst, mp_size_t rn, mp_srcptr restrict base, mp_size_t n, ulong exp) |
| #define b1 base |
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/.
在文件 pow_basecase.c 第 23 行定义.
| mp_size_t lmmp_pow_basecase_ | ( | mp_ptr restrict | dst, |
| mp_size_t | rn, | ||
| mp_srcptr restrict | base, | ||
| mp_size_t | n, | ||
| ulong | exp | ||
| ) |
在文件 pow_basecase.c 第 28 行定义.
引用了 LIMB_B_2, lmmp_copy, lmmp_debug_assert, lmmp_leading_zeros_, lmmp_param_assert, lmmp_sqr_, mul_b, n, TALLOC_TYPE, TEMP_DECL , 以及 TEMP_FREE.