Home | History | Annotate | Download | only in switchback

Lines Matching full:denormalize

535 static void denormalize(InternalFPF *ptr,int minimum_exponent);
931 ** denormalize **
933 ** Denormalize an internal-representation number. This means
938 static void denormalize(InternalFPF *ptr,
945 vexxx_printf("Error: zero significand in denormalize\n");
984 denormalize(ptr, MIN_EXP);