Home
last modified time | relevance | path

Searched refs:SNG_EXPBITS (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/arch/alpha/include/
H A Dieee.h80 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/m88k/include/
H A Dieee.h76 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/powerpc/include/
H A Dieee.h77 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/powerpc64/include/
H A Dieee.h77 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/sh/include/
H A Dieee.h77 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/hppa/include/
H A Dieee.h77 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/i386/include/
H A Dieee.h78 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/amd64/include/
H A Dieee.h78 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/arm64/include/
H A Dieee.h78 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/sparc64/include/
H A Dieee.h78 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/riscv64/include/
H A Dieee.h78 #define SNG_EXPBITS 8 macro
/openbsd/lib/libm/src/
H A Ds_lroundf.c55 s = e >> SNG_EXPBITS; in LROUNDNAME()
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_explode.c175 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS); in fpu_stof()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_explode.c236 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS);
/openbsd/sys/arch/arm/include/
H A Dieee.h91 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/mips64/include/
H A Dieee.h77 #define SNG_EXPBITS 8 macro
/openbsd/sys/arch/m88k/m88k/
H A Dm88100_fp.c91 result = hs << (DBL_EXPBITS - SNG_EXPBITS); in m88100_fpu_parse_single()