代码搜索:Exponent

找到约 2,379 项符合「Exponent」的源代码

代码结果 2,379
www.eeworm.com/read/461590/7223907

doc fp_mult.doc

------------------------------------------------------------------------------- -- -- Floating Point Multiplier Benchmark: Main File Documentation -- -- Source: Patterson, David A., and Hennessy, Joh
www.eeworm.com/read/461590/7223942

doc fp_adder.doc

------------------------------------------------------------------------------- -- -- Floating Point Adder/Subtractor Benchmark: Main File Documentation -- -- Source: Patterson, David A., and Henness
www.eeworm.com/read/122492/6065742

java ieee754constants.java

package numbercruncher.mathutils; /** * Constants related to the IEEE 754 standard. */ public interface IEEE754Constants { static final int FLOAT_SIGN_INDEX = 0; static final int FLOAT_S
www.eeworm.com/read/122492/6065860

java~1~ ieee754constants.java~1~

package numbercruncher.mathutils; /** * Constants related to the IEEE 754 standard. */ public interface IEEE754Constants { static final int FLOAT_SIGN_INDEX = 0; static final int
www.eeworm.com/read/142536/5765394

c ninteg.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1987 Gary W. Ng **********/ /* * Nintegrate.c (noizDens, lnNdens, lnNlstDens, data) * * This su
www.eeworm.com/read/141300/5771278

c ninteg.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1987 Gary W. Ng **********/ /* * Nintegrate.c (noizDens, lnNdens, lnNlstDens, data) * * This su
www.eeworm.com/read/290380/8487093

c frexp.c

#include #include void main (void) { double value = 1.2345; double mantissa; int exponent; mantissa = frexp(value, &exponent); printf("Mantissa %f E
www.eeworm.com/read/286953/8736571

c frexp.c

#include #include void main (void) { double value = 1.2345; double mantissa; int exponent; mantissa = frexp(value, &exponent); printf("Mantissa %f E
www.eeworm.com/read/285975/8797165

081_best ch12.081_best

############################################################################## ## Code fragment (Recommended) from Chapter 12 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797177

082_prob ch12.082_prob

############################################################################## ## Code fragment (NOT RECOMMENDED) from Chapter 12 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates