代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/100384/15875080
txt rr.txt
/**************************************************************************\
MODULE: RR
SUMMARY:
The class RR is used to represent arbitrary-precision floating point
numbers.
The functions in thi
www.eeworm.com/read/100383/15875462
txt rr.txt
/**************************************************************************\
MODULE: RR
SUMMARY:
The class RR is used to represent arbitrary-precision floating point
numbers.
The functi
www.eeworm.com/read/179705/9343641
h acconfig.h
@BOTTOM@
/* Defined if this is an official release */
#undef RELEASED
/* Define if you have inline */
#undef HAVE_INLINE
/* Define if you need to hide the static definitions of inline functions */
www.eeworm.com/read/216898/14987435
h promote.h
// -*- C++ -*-
/***********************************************************************
* promote.h Arithmetic type promotion trait class
* Author: Todd Veldhuizen (tveldhui@oonumerics.org
www.eeworm.com/read/352500/10547392
txt index of chapter2.txt
Example 2 - 1. Signed Fixed-Point Division ASM Subroutine for C5x/C54x
Example 2 - 2. Unsigned Fixed-Point Division C Subroutine for C6x
Example 2 - 3. Signed Fixed-Point Division C Subroutine fo
www.eeworm.com/read/404153/11491082
txt index of chapter2.txt
Example 2 - 1. Signed Fixed-Point Division ASM Subroutine for C5x/C54x
Example 2 - 2. Unsigned Fixed-Point Division C Subroutine for C6x
Example 2 - 3. Signed Fixed-Point Division C Subroutine fo
www.eeworm.com/read/162614/5527361
c 20040703-1.c
/* PR 16341 */
#define PART_PRECISION (sizeof (cpp_num_part) * 8)
typedef unsigned int cpp_num_part;
typedef struct cpp_num cpp_num;
struct cpp_num
{
cpp_num_part high;
cpp_num_part low;
in
www.eeworm.com/read/391748/8381906
h arith.h
/* Long integers, for GNU tar.
Copyright 1999, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General
www.eeworm.com/read/291350/8423240
m rzeta.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% file: rzeta.m
% created: Fri May 23 1997
% authors: Matthew Roughan Darryl Veitch
% email: matt@serc.rmit.edu.au
%
%
% q i
www.eeworm.com/read/188532/8530859
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful