📄 test-arrays.txt
字号:
## Test suite table for MPI library## Format of entries:# suite-name:function-name:description## suite-name The name used to identify this test in mpi-test# function-name The function called to perform this test in mpi-test.c# description A brief description of what the suite tests### The contents of this file are subject to the Mozilla Public## License Version 1.1 (the "License"); you may not use this file## except in compliance with the License. You may obtain a copy of## the License at http://www.mozilla.org/MPL/#### Software distributed under the License is distributed on an "AS## IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or## implied. See the License for the specific language governing## rights and limitations under the License.#### The Original Code is the MPI Arbitrary Precision Integer Arithmetic## library.#### The Initial Developer of the Original Code is ## Michael J. Fromberger <sting@linguist.dartmouth.edu>#### Portions created by Michael J. Fromberger are ## Copyright (C) 1998, 2000 Michael J. Fromberger. All Rights Reserved#### Contributor(s):#### Alternatively, the contents of this file may be used under the## terms of the GNU General Public License Version 2 or later (the## "GPL"), in which case the provisions of the GPL are applicable## instead of those above. If you wish to allow use of your## version of this file only under the terms of the GPL and not to## allow others to use your version of this file under the MPL,## indicate your decision by deleting the provisions above and## replace them with the notice and other provisions required by## the GPL. If you do not delete the provisions above, a recipient## may use your version of this file under either the MPL or the GPL.## # $Id: test-arrays.txt,v 1.1 2000/07/14 00:44:26 nelsonb%netscape.com Exp $#list:test_list:print out a list of the available test suitescopy:test_copy:test assignment of mp-int structuresexchange:test_exch:test exchange of mp-int structureszero:test_zero:test zeroing of an mp-intset:test_set:test setting an mp-int to a small constantabsolute-value:test_abs:test the absolute value functionnegate:test_neg:test the arithmetic negation functionadd-digit:test_add_d:test digit additionadd:test_add:test full additionsubtract-digit:test_sub_d:test digit subtractionsubtract:test_sub:test full subtractionmultiply-digit:test_mul_d:test digit multiplicationmultiply:test_mul:test full multiplicationsquare:test_sqr:test full squaring functiondivide-digit:test_div_d:test digit divisiondivide-2:test_div_2:test division by twodivide-2d:test_div_2d:test division & remainder by 2^ddivide:test_div:test full divisionexpt-digit:test_expt_d:test digit exponentiationexpt:test_expt:test full exponentiationexpt-2:test_2expt:test power-of-two exponentiationsquare-root:test_sqrt:test integer square root functionmodulo-digit:test_mod_d:test digit modular reductionmodulo:test_mod:test full modular reductionmod-add:test_addmod:test modular additionmod-subtract:test_submod:test modular subtractionmod-multiply:test_mulmod:test modular multiplicationmod-square:test_sqrmod:test modular squaring functionmod-expt:test_exptmod:test full modular exponentiationmod-expt-digit:test_exptmod_d:test digit modular exponentiationmod-inverse:test_invmod:test modular inverse functioncompare-digit:test_cmp_d:test digit comparison functioncompare-zero:test_cmp_z:test zero comparison functioncompare:test_cmp:test general signed comparisoncompare-magnitude:test_cmp_mag:test general magnitude comparisonparity:test_parity:test parity comparison functionsgcd:test_gcd:test greatest common divisor functionslcm:test_lcm:test least common multiple functionconversion:test_convert:test general radix conversion facilitiesbinary:test_raw:test raw output formatpprime:test_pprime:test probabilistic primality testerfermat:test_fermat:test Fermat pseudoprimality tester
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -