代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/368386/2816413
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-200
www.eeworm.com/read/366702/2864804
c ppc-fsel-3.c
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-O -mpowerpc-gfxopt" } */
/* { dg-final { scan-assembler-not "fsub" } } */
/* Check that an fsub isn't generated when no arithmetic wa
www.eeworm.com/read/364434/2905637
svn-base eval.c.svn-base
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002-2006 Michael Niedermayer
* Copyright (c) 2006 Oded Shimon
*
* This file is part of
www.eeworm.com/read/359115/2979703
h vlong.h
class vlong // very long integer - can be used like long
{
public:
// Standard arithmetic operators
friend vlong operator +( const vlong& x, const vlong& y );
friend vlong operator -( const
www.eeworm.com/read/350657/3118708
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-200
www.eeworm.com/read/350657/3120366
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-200
www.eeworm.com/read/264095/4292323
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-200
www.eeworm.com/read/264095/4294043
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-200
www.eeworm.com/read/258653/4353056
c eval.c
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002-2006 Michael Niedermayer
* Copyright (c) 2006 Oded Shimon
*
* This file is part of
www.eeworm.com/read/152843/5656772
c dp_div.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########