Home
last modified time | relevance | path

Searched refs:FLT_MAX_EXP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_acct.c122 #define FLT_MAX_EXP 128 /* emax */ macro
515 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_timeval()
518 return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) | in encode_timeval()
545 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_long()
548 return (((FLT_MAX_EXP - 1 + norm_exp) << (FLT_MANT_DIG - 1)) | in encode_long()
/f-stack/freebsd/arm64/include/
H A Dfloat.h55 #define FLT_MAX_EXP 128 /* emax */ macro
/f-stack/freebsd/x86/include/
H A Dfloat.h61 #define FLT_MAX_EXP 128 /* emax */ macro
/f-stack/freebsd/mips/include/
H A Dfloat.h60 #define FLT_MAX_EXP 128 /* emax */ macro
/f-stack/freebsd/arm/include/
H A Dfloat.h61 #define FLT_MAX_EXP 128 /* emax */ macro