代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/250243/4432899
c dp_fsp.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/250243/4432901
c dp_sub.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/250243/4432902
c dp_add.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/250243/4432903
c dp_simple.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/250243/4432904
c dp_mul.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/243567/4521389
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/243567/4523039
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/233448/4686164
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/233007/4695381
c jcarith.c
/* This programe is reedited by Fujian Shi(fieagle@yahoo.com.cn)
*from the code programmed by Guido Vollbeding .
* jcarith.c
*
* It can only acomplesh simple arithmetic coding.
*/
www.eeworm.com/read/231546/4714767
pm integer.pm
package integer;
=head1 NAME
integer - Perl pragma to use integer arithmetic instead of floating point
=head1 SYNOPSIS
use integer;
$x = 10/3;
# $x is now 3, not 3.33333333333333333
=