Lines Matching defs:subnormal
11551 * is used to update the exponent. The subnormal is set to true
11563 S_hextract(pTHX_ const NV nv, int* exponent, bool *subnormal,
11604 #define HEXTRACT_GET_SUBNORMAL(nv) *subnormal = Perl_fp_class_denorm(nv)
11607 if (!*subnormal) { \
11634 *subnormal = FALSE;
11902 bool subnormal = FALSE; /* IEEE 754 subnormal/denormal */
11914 vend = S_hextract(aTHX_ nv, &exponent, &subnormal, vhex, NULL);
11915 S_hextract(aTHX_ nv, &exponent, &subnormal, vhex, vend);
11923 if (subnormal) {
11976 if (subnormal) {
11980 * we want "normalize" the subnormal,
11982 * so that the output of the subnormal starts
11984 * valid, policy would be to dump the subnormal
12009 U8* ve = (subnormal ? vlnz + 1 : vend);
12064 subnormal ? precis - vn + 1 :