代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/353980/10400745
hh coeffset.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/424400/10454594
cc externalvalidity.cc
/*
ExternalVality.cc
Implementation of the ExternalValidity class
Copyright (c) 2005, 2006
by Hyuk Cho
Copyright (c) 2003, 2004
by Hyuk Cho, Yuqiang Guan, and S
www.eeworm.com/read/424281/10468877
texi ieee754.texi
@cindex IEEE floating point
This chapter describes functions for examining the representation of
floating point numbers and controlling the floating point environment of
your program. The functions
www.eeworm.com/read/279052/10474394
s setprec.s
# setprec.s - An example of setting the precision bits in the Control Register
.section .data
newvalue:
.byte 0x7f, 0x00
.section .bss
.lcomm control, 2
.section .text
.globl _start
_start:
n
www.eeworm.com/read/279051/10474657
s setprec.s
# setprec.s - An example of setting the precision bits in the Control Register
.section .data
newvalue:
.byte 0x7f, 0x00
.section .bss
.lcomm control, 2
.section .text
.globl _start
_start:
n
www.eeworm.com/read/352679/10526033
asm sqrt.asm
;*******************************************************************
;
; Square Root By Newton Raphson Method
;
; This routine computes the square root of a 16 bit number(with
; lo
www.eeworm.com/read/159601/10635180
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/349916/10782304
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/349903/10785748
cpp cm.cpp
/*
* cm.cpp - Finding an elliptic curve and point of nearly prime order
* See IEEE 1363 Annex A for documentation!
*
* !!! New much improved version - March 2002
* Now tested for D up to 10^
www.eeworm.com/read/349903/10785812
cpp ecsgen.cpp
/*
* Elliptic Curve Digital Signature Algorithm (ECDSA)
*
*
* This program generates one set of public and private keys in files
* public.ecs and private.ecs respectively. Notice that