代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/233448/4669930
t-netbsd
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fpic
LIBGCC2_DEBUG_CFLAGS = -g
www.eeworm.com/read/233448/4669962
t-linux
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
LIBGCC2_DEBUG_CFLAGS = -g
www.eeworm.com/read/232874/4695989
m fastop.m
function y = FastOp(mode, p, x)
global I;
if mode == 1
z = TransformSparsify(mode, p, x, 'Difference');
y = z(I);
elseif mode == 2
z = zeros(p,1);
z(I) = x;
y
www.eeworm.com/read/217381/4872965
kbd readme.kbd
The TRAB keyboard implementation is similar to that for LWMON and
R360MPI boards. The only difference concerns key naming. There are 4
keys on TRAB: 1, 2, 3, 4.
1) The "kbd" command provides informa
www.eeworm.com/read/213039/4931888
cpp test_signals_1.cpp
// test_signals_1.cpp,v 4.17 2003/11/05 02:04:53 dhinton Exp
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
/
www.eeworm.com/read/200288/5070307
kbd readme.kbd
The TRAB keyboard implementation is similar to that for LWMON and
R360MPI boards. The only difference concerns key naming. There are 4
keys on TRAB: 1, 2, 3, 4.
1) The "kbd" command provides informa
www.eeworm.com/read/198657/5083323
s sub_n.s
! SH __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and store
! difference in a third limb vector.
! Copyright 1995, 1997, 2000 Free Software Foundation, Inc.
! This file is part o
www.eeworm.com/read/198657/5083531
s sub_n.s
; 29000 mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
; store difference in a third limb vector.
; Copyright 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part o
www.eeworm.com/read/198657/5083557
c sub_n.c
/* Cray PVP mpn_sub_n -- subtract two limb vectors and store their difference
in a third limb vector.
Copyright 1996, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Lib
www.eeworm.com/read/190666/5171840
t-netbsd
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fpic
LIBGCC2_DEBUG_CFLAGS = -g