代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/427960/8909646
c mrarth3.c
/*
* MIRACL arithmetic routines 3 - simple powers and roots
* mrarth3.c
*
* Copyright (c) 1988-2003 Shamus Software Ltd.
*/
#include
#include "miracl.h"
void expint(
www.eeworm.com/read/181576/9245525
h longlong.h
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of the G
www.eeworm.com/read/181178/9270003
htm chap29.htm
Intro to Algorithms: CHAPTER 29: ARITHMETIC CIRCUITS
www.eeworm.com/read/180274/9313864
h vectorop.h
// -*- C++ -*-
#ifndef __STL_ADDON_VECTOROP_H__
#define __STL_ADDON_VECTOROP_H__
/** @file
* @brief Add basic arithmetic support to @c vector.
*
* Let @a u and @a v be two vectos and @a r be a s
www.eeworm.com/read/167847/9950118
sh bw_lat.sh
# !/usr/dt/bin/dtksh
# !/bin/ksh
# set -x
# Requires a ksh newer than 11/16/88 because it uses floating point
# arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix
# is such a beast
www.eeworm.com/read/167847/9950125
sh incr.sh
#!/usr/dt/bin/dtksh
#!/bin/ksh
#set -x
# Requires a ksh newer than 11/16/88 because it uses floating point
# arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix
# is such a beast, a
www.eeworm.com/read/350482/10740855
c bn_mp_mod_2d.c
#include
#ifdef BN_MP_MOD_2D_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as wel
www.eeworm.com/read/350482/10741231
c bn_mp_mul_2d.c
#include
#ifdef BN_MP_MUL_2D_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as wel
www.eeworm.com/read/350482/10741378
c bn_mp_div_2d.c
#include
#ifdef BN_MP_DIV_2D_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as wel
www.eeworm.com/read/349903/10785884
c mrarth2.c
/*
* MIRACL arithmetic routines 2 - multiplying and dividing BIG NUMBERS.
* mrarth2.c
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include