代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
psgrid
#! /bin/sh
p2=6
p1=6
size=64
infile=xy.dat
unisam verbose=1 nout=$size xin=0,12,51,63 yin=0,0,0,0 \
nsint=1 amp=-0.3 isint=1 nwidth=4> x.dat
farith verbose=1 in=x.dat n=$size op=cartprod in
op-4.h
/*
* BK Id: SCCS/s.op-4.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic four-word fraction declaration and manipulation.
*
* When adding quadword support for 32 bit machines, we need
* to be a little
op-common.h
/*
* BK Id: SCCS/s.op-common.h 1.5 05/17/01 18:14:23 cort
*/
#define _FP_DECL(wc, X) \
_FP_I_TYPE X##_c, X##_s, X##_e; \
_FP_FRAC_DECL_##wc(X)
/*
* Finish truely unpacking a native fp value
op-2.h
/*
* BK Id: SCCS/s.op-2.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic two-word fraction declaration and manipulation.
*/
#define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1
#define _FP_FRAC_COPY_2(
op-1.h
/*
* BK Id: SCCS/s.op-1.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic one-word fraction declaration and manipulation.
*/
#define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f
#define _FP_FRAC_COPY_1(D,S) (D##
op-4.h
/*
* BK Id: SCCS/s.op-4.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic four-word fraction declaration and manipulation.
*
* When adding quadword support for 32 bit machines, we need
* to be a little
op-common.h
/*
* BK Id: SCCS/s.op-common.h 1.5 05/17/01 18:14:23 cort
*/
#define _FP_DECL(wc, X) \
_FP_I_TYPE X##_c, X##_s, X##_e; \
_FP_FRAC_DECL_##wc(X)
/*
* Finish truely unpacking a native fp value
op-2.h
/*
* BK Id: SCCS/s.op-2.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic two-word fraction declaration and manipulation.
*/
#define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1
#define _FP_FRAC_COPY_2(
op-1.h
/*
* BK Id: SCCS/s.op-1.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic one-word fraction declaration and manipulation.
*/
#define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f
#define _FP_FRAC_COPY_1(D,S) (D##
op-4.h
/*
* BK Id: SCCS/s.op-4.h 1.5 05/17/01 18:14:23 cort
*/
/*
* Basic four-word fraction declaration and manipulation.
*
* When adding quadword support for 32 bit machines, we need
* to be a little