代码搜索结果

找到约 10,000 项符合 N 的代码

mul_n.c

/* mp<mark>n</mark>_mul_<mark>n</mark> a<mark>n</mark>d helper fu<mark>n</mark>ctio<mark>n</mark> -- Multiply/square <mark>n</mark>atural <mark>n</mark>umbers. THE HELPER FU<mark>N</mark>CTIO<mark>N</mark>S I<mark>N</mark> THIS FILE (mea<mark>n</mark>i<mark>n</mark>g everythi<mark>n</mark>g except mp<mark>n</mark>_mul_<mark>n</mark>) ARE I<mark>N</mark>TER<mark>N</mark>AL FU<mark>N</mark>CT ...

addsub_n.c

/* mpn_addsub_n -- Add and Subtract two limb vectors of equal, non-zero length. Copyright 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library

add_n.c

/* mpn_add_n -- Add equal length limb vectors. Copyright 1992, 1993, 1994, 1996, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free softwa

sub_n.c

/* mpn_sub_n -- Subtract equal length limb vectors. Copyright 1992, 1993, 1994, 1996, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free s

add_n.s

; Clipper __gmpn_add_n -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. ; Copyright 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP

sub_n.s

; Clipper __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. ; Copyright 1995, 2000 Free Software Foundation, Inc. ; This file is part of

add_n.s

# VAX __gmpn_add_n -- Add two limb vectors of the same length > 0 and store # sum in a third limb vector. # Copyright 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Libr

sub_n.s

# VAX __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and store # difference in a third limb vector. # Copyright 1999, 2000 Free Software Foundation, Inc. # This file is part of the

add_n.s

@ ARM/Thumb mpn_add_n -- Add two limb vectors of the same length > 0 and store @ sum in a third limb vector. @ Copyright 1997, 2000 Free Software Foundation, Inc. @ This file is part of the GNU MP L

sub_n.s

@ ARM/Thumb mpn_sub_n -- Subtract two limb vectors of the same length > 0 and @ store difference in a third limb vector. @ Copyright 1997, 2000 Free Software Foundation, Inc. @ This file is part of