OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGL_BIAS
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/hppa/spmath/
sfsqrt.c
176
((src_exponent-
SGL_BIAS
)>>1)+
SGL_BIAS
);
185
Sgl_set_exponent(result,((src_exponent-
SGL_BIAS
)>>1)+
SGL_BIAS
);
frnd.c
90
if ((src_exponent -=
SGL_BIAS
) >= SGL_P - 1) {
121
Sgl_set_exponent(result,src_exponent + (
SGL_BIAS
+1));
122
else Sgl_set_exponent(result,src_exponent +
SGL_BIAS
);
134
Sgl_set_exponent(result,
SGL_BIAS
);
138
Sgl_set_exponent(result,
SGL_BIAS
);
143
Sgl_set_exponent(result,
SGL_BIAS
);
sgl_float.h
221
Sall(sgl_value) = ((SGL_EMAX+
SGL_BIAS
) << (32-(1+SGL_EXP_LENGTH))) \
224
Sall(sgl_value) = ((SGL_EMAX+
SGL_BIAS
) << (32-(1+SGL_EXP_LENGTH))) \
232
(((SGL_EMAX+
SGL_BIAS
) << (32-(1+SGL_EXP_LENGTH))) \
236
(((SGL_EMAX+
SGL_BIAS
) << (32-(1+SGL_EXP_LENGTH))) \
277
Sall(dest) = ((SGL_EMAX+
SGL_BIAS
)+1)<< (32-(1+SGL_EXP_LENGTH)) \
280
Sall(dest) = ((SGL_EMAX+
SGL_BIAS
)+1)<< (32-(1+SGL_EXP_LENGTH)) \
fcnvfxt.c
65
src_exponent = Sgl_exponent(src) -
SGL_BIAS
;
126
src_exponent = Sgl_exponent(src) -
SGL_BIAS
;
fcnvxf.c
93
Sgl_set_exponent(result, 30+
SGL_BIAS
- dst_exponent);
241
Sgl_set_exponent(result, (62+
SGL_BIAS
) - dst_exponent);
fcnvfx.c
64
src_exponent = Sgl_exponent(src) -
SGL_BIAS
;
160
src_exponent = Sgl_exponent(src) -
SGL_BIAS
;
cnv_float.h
68
Deposit_dexponent(dest,src_exponent+(DBL_BIAS-
SGL_BIAS
))
114
dest = src_exponent + (
SGL_BIAS
- DBL_BIAS)
float.h
337
#define
SGL_BIAS
127
339
#define SGL_INFINITY_EXPONENT (SGL_EMAX+
SGL_BIAS
+1)
sfdiv.c
177
dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) +
SGL_BIAS
;
sfmpy.c
168
dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) -
SGL_BIAS
;
/src/sys/arch/m68k/060sp/dist/
pfpsp.s
432
set
SGL_BIAS
, 0x007f # single precision bias
7847
addi.w &
SGL_BIAS
,%d0 # add single precision bias
7850
subq.w &0x1,%d0 # yes; denorm bias =
SGL_BIAS
- 1
fpsp.s
432
set
SGL_BIAS
, 0x007f # single precision bias
20945
addi.w &
SGL_BIAS
,%d0 # add single precision bias
20948
subq.w &0x1,%d0 # yes; denorm bias =
SGL_BIAS
- 1
fplsp.s
412
set
SGL_BIAS
, 0x007f # single precision bias
Completed in 44 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025