代码搜索结果

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

expmod_n.t

#!/usr/bin/perl use lib '..'; use Memoize; my $n = 0; print "1..22\n"; ++$n; print "ok $n\n"; $RETURN = 1; %CALLS = (); sub call { # print "CALL $_[0] => $RETURN\n"; ++$CALLS{$_[0]}; $RETU

n8570.h

/* n8570.h - National Semiconductor real time clock */ /* Copyright 1984-1994 Wind River Systems, Inc. */ /* modification history -------------------- 01b,02mar93.eve upgraded for 5.1 01a,19mar90

sub_n.s

/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store sum in a third limb vector. 64 bit S/390 version. Copyright (C) 2001 Free Software Foundation, Inc. Contributed by Mar

add_n.s

/* Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2001 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.co

sub_n.s

/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (

add_n.s

/* Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.

sub_n.s

/* Subtract two limb vectors of equal, non-zero length for PowerPC. Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is

add_n.s

/* Add two limb vectors of equal, non-zero length for PowerPC. Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free

add_n.s

# Alpha __mpn_add_n -- Add two limb vectors of the same length > 0 and # store sum in a third limb vector. # Copyright (C) 1995 Free Software Foundation, Inc. # This file is part of the GNU MP L

sub_n.s

# Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and # store difference in a third limb vector. # Copyright (C) 1995 Free Software Foundation, Inc. # This file is part of