Searched refs:sng_exp (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/lib/libc/gen/
H A Disnormal.c36 return (p->sng_exp != 0 && p->sng_exp != SNG_EXP_INFNAN);
H A Dfpclassify.c51 if (p->sng_exp == 0) {
58 if (p->sng_exp == SNG_EXP_INFNAN) {
H A Disfinite.c36 return (p->sng_exp != SNG_EXP_INFNAN);
H A Disinf.c37 return (p->sng_exp == SNG_EXP_INFNAN && p->sng_frac == 0);
H A Disnan.c37 return (p->sng_exp == SNG_EXP_INFNAN && p->sng_frac != 0);
/openbsd-current/sys/arch/hppa/include/
H A Dieee.h92 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/m88k/include/
H A Dieee.h86 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/powerpc/include/
H A Dieee.h87 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/sh/include/
H A Dieee.h87 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/alpha/include/
H A Dieee.h90 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/powerpc64/include/
H A Dieee.h87 u_int sng_exp:8; member in struct:ieee_single
/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/sys/arch/mips64/include/
H A Dieee.h104 u_int sng_exp:8; member in struct:ieee_single
108 u_int sng_exp:8;
/openbsd-current/sys/arch/amd64/include/
H A Dieee.h98 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/arm64/include/
H A Dieee.h104 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/i386/include/
H A Dieee.h98 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/sparc64/include/
H A Dieee.h104 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/riscv64/include/
H A Dieee.h104 u_int sng_exp:8; member in struct:ieee_single
/openbsd-current/sys/arch/arm/include/
H A Dieee.h115 u_int sng_exp:8; member in struct:ieee_single

Completed in 151 milliseconds