代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/453168/1642312
c lookup.c
/* vi: set sw=4 ts=4: */
/*
* lookup.c --- ext2fs directory lookup operations
*
* Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under th
www.eeworm.com/read/452691/1649674
h atomic.h
/*
* PowerPC atomic operations
*/
#ifndef _ASM_PPC_ATOMIC_H_
#define _ASM_PPC_ATOMIC_H_
#include
#ifdef CONFIG_SMP
typedef struct { volatile int counter; } atomic_t;
#else
typede
www.eeworm.com/read/250243/4434136
s vismemset.s
/* $Id: VISmemset.S,v 1.10 1999/12/23 17:02:16 jj Exp $
* VISmemset.S: High speed memset operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller
www.eeworm.com/read/250243/4434140
s visbzero.s
/* $Id: VISbzero.S,v 1.11 2001/03/15 08:51:24 anton Exp $
* VISbzero.S: High speed clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller
www.eeworm.com/read/250243/4434504
c locks.c
/*
* Spin and read/write lock operations.
*
* Copyright (C) 2001-2004 Paul Mackerras , IBM
* Copyright (C) 2001 Anton Blanchard , IBM
* Copyright (C) 2002 Dav
www.eeworm.com/read/250015/4443203
c lookup.c
/* vi: set sw=4 ts=4: */
/*
* lookup.c --- ext2fs directory lookup operations
*
* Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under th
www.eeworm.com/read/248446/4470198
c palette.c
/*
** $Id: palette.c,v 1.5 2003/09/04 03:09:52 weiym Exp $
**
** palette.c: Palette operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/248077/4470974
m ex4_11.m
%EX4_11.M Example to show matrix operations (A^2, A^5, exp(A))
% Requires Symbolic Math Toolbox
%
A=[1 0 0;0 2 0;0 0 3]
Asq=A^2 % Matrix power A*A
Afifth=A^5 % A*A*A*A*A
expA=expm(A) % E
www.eeworm.com/read/243567/4522043
s vismemset.s
/* $Id: VISmemset.S,v 1.10 1999/12/23 17:02:16 jj Exp $
* VISmemset.S: High speed memset operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller
www.eeworm.com/read/243567/4522045
s visbzero.s
/* $Id: VISbzero.S,v 1.11 2001/03/15 08:51:24 anton Exp $
* VISbzero.S: High speed clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller