代码搜索结果
找到约 10,000 项符合
N 的代码
dot_n.asm
;
; dot_n.asm
;
; calculates dot product of two n vectors
;
; float dot_n();
;
; float *a;
; float *b;
; float c;
; int n;
;
; c = dot_4( a, b, n );
;
;
;
idle-n.txt
6 r5, $100 ;move 100 into r5 (how many times we'll run)
6 r4, $0 ;move 0 into r4
6 r6, $14 ;how many bytes to jump forward to exit
26 r4 ;lower our priority TO 0
6 r1, $20 ;move 20 into r1
11
mod_n.hpp
// Software License for MTL
//
// Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
// This file is part of the Matrix
mul_n.c
/* __mpn_mul_n -- Multiply two natural numbers of length n.
Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free s
add_n.c
/* __mpn_add_n -- Add two limb vectors of equal, non-zero length.
Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free s
sub_n.c
/* __mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is f
sub_n.s
/* mc68020 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
store difference in a third limb vector.
Copyright (C) 1992, 1994 Free Software Foundation, Inc.
This file is part o
add_n.s
/* mc68020 __mpn_add_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector.
Copyright (C) 1992, 1994 Free Software Foundation, Inc.
This file is part of the GNU MP
sub_n.s
; mc88100 __mpn_sub -- Subtract two limb vectors of the same length > 0 and
; store difference in a third limb vector.
; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
; This file is part o
add_n.s
; mc88100 __mpn_add -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
; This file is part of the GNU MP