Home
last modified time | relevance | path

Searched refs:SGL_BIAS (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dfrnd.c68 if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) { in sgl_frnd()
99 Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1)); in sgl_frnd()
100 else Sgl_set_exponent(result,src_exponent + SGL_BIAS); in sgl_frnd()
112 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
116 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
121 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
H A Dsfsqrt.c162 ((src_exponent-SGL_BIAS)>>1)+SGL_BIAS); in sgl_fsqrt()
171 Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS); in sgl_fsqrt()
H A Dfcnvuf.c76 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvuf()
199 Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent); in dbl_to_sgl_fcnvuf()
H A Dsgl_float.h186 Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
189 Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
198 (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
202 (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
243 Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
246 Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
H A Dfcnvxf.c85 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvxf()
241 Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent); in dbl_to_sgl_fcnvxf()
H A Dfcnvfxt.c56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfxt()
120 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfxt()
H A Dfcnvfut.c54 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()
123 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfut()
H A Dfcnvfx.c56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfx()
153 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfx()
H A Dfcnvfu.c57 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfu()
178 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfu()
H A Dfloat.h356 #define SGL_BIAS 127 macro
358 #define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
H A Dcnv_float.h40 Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS))
86 dest = src_exponent + (SGL_BIAS - DBL_BIAS)
H A Dsfdiv.c160 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()
H A Dsfmpy.c154 dest_exponent = Sgl_exponent(opnd1) + Sgl_exponent(opnd2) - SGL_BIAS; in sgl_fmpy()
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dfrnd.c68 if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) { in sgl_frnd()
99 Sgl_set_exponent(result,src_exponent + (SGL_BIAS+1)); in sgl_frnd()
100 else Sgl_set_exponent(result,src_exponent + SGL_BIAS); in sgl_frnd()
112 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
116 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
121 Sgl_set_exponent(result,SGL_BIAS); in sgl_frnd()
H A Dsfsqrt.c162 ((src_exponent-SGL_BIAS)>>1)+SGL_BIAS); in sgl_fsqrt()
171 Sgl_set_exponent(result,((src_exponent-SGL_BIAS)>>1)+SGL_BIAS); in sgl_fsqrt()
H A Dfcnvuf.c76 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvuf()
199 Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent); in dbl_to_sgl_fcnvuf()
H A Dsgl_float.h186 Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
189 Sall(sgl_value) = ((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
198 (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
202 (((SGL_EMAX+SGL_BIAS) << (32-(1+SGL_EXP_LENGTH))) \
243 Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
246 Sall(dest) = ((SGL_EMAX+SGL_BIAS)+1)<< (32-(1+SGL_EXP_LENGTH)) \
H A Dfcnvfxt.c56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfxt()
120 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfxt()
H A Dfcnvfut.c54 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()
123 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfut()
H A Dfcnvxf.c85 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvxf()
241 Sgl_set_exponent(result, (62+SGL_BIAS) - dst_exponent); in dbl_to_sgl_fcnvxf()
H A Dfcnvfx.c56 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfx()
153 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfx()
H A Dfcnvfu.c57 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfu()
178 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_dbl_fcnvfu()
H A Dcnv_float.h40 Deposit_dexponent(dest,src_exponent+(DBL_BIAS-SGL_BIAS))
86 dest = src_exponent + (SGL_BIAS - DBL_BIAS)
H A Dfloat.h356 #define SGL_BIAS 127 macro
358 #define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1)
H A Dsfdiv.c160 dest_exponent = Sgl_exponent(opnd1) - Sgl_exponent(opnd2) + SGL_BIAS; in sgl_fdiv()

Completed in 16 milliseconds

12