代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/136812/5857248
c ieee_globals.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)ieee_globals.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
/*
* contains definitions for
www.eeworm.com/read/131315/5930082
h quad.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkele
www.eeworm.com/read/131315/5933520
h quad.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkele
www.eeworm.com/read/125688/6023639
h quad.h
/* $NetBSD: quad.h,v 1.7 1996/04/18 02:20:04 cgd Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by th
www.eeworm.com/read/125688/6023973
h quad.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkele
www.eeworm.com/read/125688/6024024
h quad.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkele
www.eeworm.com/read/125688/6025628
h quad.h
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkele
www.eeworm.com/read/494289/6381444
bfp mirdef.bfp
/*
* MIRACL compiler/hardware definitions - mirdef.h
* Copyright (c) 1988-2001 Shamus Software Ltd.
*
* This version of mirdef.h is for use with the Borland C compiler
* It uses a do
www.eeworm.com/read/490330/6454685
m load_mask.m
% returns mask from database
% usage: [mask] = load_mask ( mask_type )
function [mask] = load_mask (number)
switch number
case 'test' % some test mask
mask = [ 2 1 0 -1
www.eeworm.com/read/485790/6546278
cpp parse.cpp
// Parse.cpp: implementation of the CParse class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PascalCompiler.h"
#include "Parse.h"
#