Searched refs:SNG_EXP_BIAS (Results 1 - 22 of 22) sorted by relevance

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

Completed in 156 milliseconds