Home | History | Annotate | Download | only in switchback

Lines Matching full:denormalize

537 static void denormalize(InternalFPF *ptr,int minimum_exponent);
933 ** denormalize **
935 ** Denormalize an internal-representation number. This means
940 static void denormalize(InternalFPF *ptr,
947 vexxx_printf("Error: zero significand in denormalize\n");
986 denormalize(ptr, MIN_EXP);