代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/337546/3329275
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesn't generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-20
www.eeworm.com/read/324920/3488229
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesn't generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-20
www.eeworm.com/read/316872/3585674
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesn't generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-20
www.eeworm.com/read/310422/3698242
cfg access.cfg
#This file is automaticly generated by crash-me 1.45
NEG=no # update of column= -column
Need_cast_for_null=no # Need to cast NULL for arithmetic
alter_add_col=yes # Alter table add column
alt
www.eeworm.com/read/307266/3726002
c mrarth2.c
/*
* MIRACL arithmetic routines 2 - multiplying and dividing BIG NUMBERS.
* mrarth2.c
*
* Copyright (c) 1988-2003 Shamus Software Ltd.
*/
#include "miracl.h"
/* If a number has m
www.eeworm.com/read/307266/3726348
c mrarth2.c
/*
* MIRACL arithmetic routines 2 - multiplying and dividing BIG NUMBERS.
* mrarth2.c
*
* Copyright (c) 1988-2003 Shamus Software Ltd.
*/
#include "miracl.h"
/* If a number has m
www.eeworm.com/read/305566/3771570
c gridop2.c
char *sdoc =
"GRIDOP2 - grid operations -- perform simple arithmetic with grid files\n"
"\n"
"gridop2 outfile [optional parameters]\n"
"\n"
"Optional Parameters:\n"
"in=stdin input gri
www.eeworm.com/read/305566/3771912
c gridop2.c
char *sdoc =
"GRIDOP2 - grid operations -- perform simple arithmetic with grid files\n"
"\n"
"gridop2 outfile [optional parameters]\n"
"\n"
"Optional Parameters:\n"
"in=stdin input gri
www.eeworm.com/read/304657/3793698
java serial.java
// Copyright (c) 2003-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
/**
* Helper functions for doing serial arithmetic. These should be used when
* setting/checking SOA serial
www.eeworm.com/read/303435/3811701
h complex.h
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
// Complex.h - C++ include file for complex arithmetic
#ifndef COMPLEX_H
#define COMPLEX_H
#inclu