OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBL_INFINITY_EXPONENT
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/hppa/spmath/
dfcmp.c
66
if( (Dbl_exponent(leftp1) ==
DBL_INFINITY_EXPONENT
)
67
|| (Dbl_exponent(rightp1) ==
DBL_INFINITY_EXPONENT
) )
72
if( ((Dbl_exponent(leftp1) ==
DBL_INFINITY_EXPONENT
)
76
((Dbl_exponent(rightp1) ==
DBL_INFINITY_EXPONENT
)
90
else if( ((Dbl_exponent(leftp1) ==
DBL_INFINITY_EXPONENT
)
93
((Dbl_exponent(rightp1) ==
DBL_INFINITY_EXPONENT
)
dfrem.c
67
if ((opnd1_exponent = Dbl_exponent(opnd1p1)) ==
DBL_INFINITY_EXPONENT
) {
114
if ((opnd2_exponent = Dbl_exponent(opnd2p1)) ==
DBL_INFINITY_EXPONENT
) {
dbl_float.h
185
(Dexponent(dbl_value)==
DBL_INFINITY_EXPONENT
)
187
(Dexponent(dbl_value)!=
DBL_INFINITY_EXPONENT
)
189
(Dexponent(dbl_valueA)==
DBL_INFINITY_EXPONENT
&& \
192
(Dexponent(dbl_valueA)==
DBL_INFINITY_EXPONENT
&& \
195
(Dexponent(dbl_valueA)!=
DBL_INFINITY_EXPONENT
|| \
295
Deposit_dexponent(dbl_value,
DBL_INFINITY_EXPONENT
)
298
(
DBL_INFINITY_EXPONENT
<< (32-(1+DBL_EXP_LENGTH)))); \
302
= (
DBL_INFINITY_EXPONENT
<< (32-(1+DBL_EXP_LENGTH))); \
306
(
DBL_INFINITY_EXPONENT
<< (32-(1+DBL_EXP_LENGTH))); \
310
(
DBL_INFINITY_EXPONENT
<< (32-(1+DBL_EXP_LENGTH)));
[
all
...]
dfsqrt.c
68
if ((src_exponent = Dbl_exponent(srcp1)) ==
DBL_INFINITY_EXPONENT
) {
dfadd.c
76
if ((result_exponent = Dbl_exponent(leftp1)) ==
DBL_INFINITY_EXPONENT
)
499
if(result_exponent ==
DBL_INFINITY_EXPONENT
)
dfsub.c
76
if ((result_exponent = Dbl_exponent(leftp1)) ==
DBL_INFINITY_EXPONENT
)
498
if(result_exponent ==
DBL_INFINITY_EXPONENT
)
fcnvff.c
156
if (src_exponent ==
DBL_INFINITY_EXPONENT
) {
frnd.c
172
if ((src_exponent = Dbl_exponent(srcp1)) ==
DBL_INFINITY_EXPONENT
) {
dfdiv.c
296
if (dest_exponent >=
DBL_INFINITY_EXPONENT
) {
dfmpy.c
288
if (dest_exponent >=
DBL_INFINITY_EXPONENT
) {
float.h
348
#define
DBL_INFINITY_EXPONENT
(DBL_EMAX+DBL_BIAS+1)
Completed in 18 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025