代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
op.cpp
/*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
op.hpp
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
op.java
// $Id: Op.java,v 1.4 2004/11/18 22:36:16 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, cop
test.idl
//
// test.idl,v 1.1 2000/10/17 06:20:50 marina Exp
//
interface Test
{
void test_method ();
// no-op.
oneway void shutdown ();
// Shut down the ORB.
};
amp.h
/* @(#)ATS amp.h 1.1 92/07/30 Copyright Sun Microsystems Inc. */
typedef struct amp_ack {
int sequence_num;
u_long message_num;
} S_AMP_ACK;
typedef struct amp_msg_cb {
u_long message_num;
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(