Home
last modified time | relevance | path

Searched refs:SNG_EXP_BIAS (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/lib/libm/src/
Ds_lroundf.c56 e = (e & 0xff) - SNG_EXP_BIAS; in LROUNDNAME()
72 e = ((i0 >> SNG_FRACBITS) & 0xff) - SNG_EXP_BIAS; in LROUNDNAME()
/openbsd/src/sys/arch/sh/include/
Dieee.h118 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/powerpc/include/
Dieee.h118 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/powerpc64/include/
Dieee.h118 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/m88k/include/
Dieee.h117 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/alpha/include/
Dieee.h121 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/hppa/include/
Dieee.h123 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/amd64/include/
Dieee.h140 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/i386/include/
Dieee.h139 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/riscv64/include/
Dieee.h146 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/arm64/include/
Dieee.h146 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/sparc64/include/
Dieee.h146 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/arm/include/
Dieee.h187 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/mips64/include/
Dieee.h167 #define SNG_EXP_BIAS 127 macro
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_explode.c179 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0); in fpu_stof()
Dfpu_implode.c335 if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */ in fpu_ftos()
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_explode.c240 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
Dfpu_implode.c342 if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */
/openbsd/src/sys/arch/m88k/m88k/
Dm88100_fp.c390 exp += SNG_EXP_BIAS; in m88100_fpu_imprecise_exception()
/openbsd/src/sys/arch/mips64/mips64/
Dfp_emulate.c123 #define ONE_F32 (float32)(SNG_EXP_BIAS << SNG_FRACBITS)