代码搜索结果

找到约 16,374 项符合 Op-Amp 的代码

pstree.c

/****************************************************************************** * * Module Name: pstree - Parser op tree manipulation/traversal/search * $Revision: 37 $ * ***********

pswalk.c

/****************************************************************************** * * Module Name: pswalk - Parser routines to walk parsed op tree(s) * $Revision: 63 $ * **************

instrs

/* Copyright(c) 1980 Regents of the University of California */ /* "@(#)instrs 4.1 8/16/80" */ OP("acbb",0x9d,4,ACCR+TYPB,ACCR+TYPB,ACCM+TYPB,ACCB+TYPW,0,0), OP("acbd",0x6f,4,ACCR+TYPD,ACCR+TYPD,ACCM+

operand.h

/* * operand.h -- definitions useful to VAX operand decoding * @(#)operand.h 1.1 */ #define opmode(op) (op & 0xf0) #define opregn(op) (op & 0xf) /* * operand modes */ #define LITERAL0 0x00 #d

cats_simplex_wrap.c

#include "timeseries.h" void cats_simplex_wrap(time_series ts, data_kernel dk, noise_model nm, noise_model wn, options op) { int i, j, k, c_id; double mle; double *params_mle, *cov_mle, *start;

brent.c

#include "timeseries.h" #define SHFT(a,b,c,d) (a)=(b); (b) = (c); (c) = (d); double brent(double *start_value, time_series ts, data_kernel dk, noise_model nm, options op, int color_only, double *par

general_inner_simplex.c

#include "timeseries.h" double general_inner_simplex(time_series ts, data_kernel dk, noise_model *nm, int n_models, options op, int end_flag) { int i, j, k, l, m; int n_vert, n_params, il

print_model.c

#include "timeseries.h" void print_model(noise_model nm, options op, double sf) { int j, id; fprintf(op.fpout, "+%s ", comp_names[nm.c_id]); switch (nm.model) { case 'p': fprintf(op.fpout, " PO

mle_wrapper.c

#include "timeseries.h" void mle_wrapper(noise_model *nm, int n_models, time_series ts, data_kernel dk, options op) { int i, j, k, l, m; int sm, wm; switch(n_models) { case 1:

brent_color_only.c

#include "timeseries.h" #define SHFT(a,b,c,d) (a)=(b); (b) = (c); (c) = (d); double brent_color_only(time_series ts, data_kernel dk, noise_model nm, options op) { int j, jj, k, i, iter, key; int