Searched refs:fp_subnormal (Results 1 – 18 of 18) sorted by relevance
80 case fp_subnormal: in econvert()125 case fp_subnormal: in seconvert()176 case fp_subnormal: in qeconvert()
59 case fp_subnormal: in fconvert()113 case fp_subnormal: in sfconvert()190 case fp_subnormal: in qfconvert()
550 pd->fpclass = fp_subnormal; in single_to_decimal()573 pd->fpclass = fp_subnormal; in single_to_decimal()619 pd->fpclass = fp_subnormal; in double_to_decimal()667 pd->fpclass = fp_subnormal; in extended_to_decimal()721 pd->fpclass = fp_subnormal; in quadruple_to_decimal()
107 return (fp_subnormal); in __class_quadruple()
55 case fp_subnormal: in __k_gconvert()
43 return fp_subnormal; in _class_single()67 return fp_subnormal; in _class_extended()185 case fp_subnormal: in _display_unpacked()
53 case fp_subnormal:107 case fp_subnormal:
52 case fp_subnormal:104 case fp_subnormal:
95 return fp_subnormal; in _class_double()184 return fp_subnormal; in _class_quadruple()
213 if ((px->fpclass != fp_normal) && (px->fpclass != fp_subnormal))
350 if ((px->fpclass != fp_normal) && (px->fpclass != fp_subnormal)) in _unpacked_to_decimal()
108 fp_subnormal = 1, enumerator
110 fp_subnormal = 1, enumerator
308 return ((i == 0)? fp_zero : fp_subnormal); in my_fp_classf()326 return (((i | *(int *)x) == 0)? fp_zero : fp_subnormal); in my_fp_class()556 if (my_fp_class(&info->res.val.d) == fp_subnormal) in __fex_get_sse_op()564 if (my_fp_class(&info->res.val.d) == fp_subnormal) in __fex_get_sse_op()572 if (my_fp_class(&info->res.val.d) == fp_subnormal) in __fex_get_sse_op()580 if (my_fp_class(&info->res.val.d) == fp_subnormal) in __fex_get_sse_op()593 if (my_fp_classf(&info->res.val.f) == fp_subnormal) in __fex_get_sse_op()713 if (my_fp_classf(&info->res.val.f) == fp_subnormal) in __fex_get_sse_op()721 if (my_fp_classf(&info->res.val.f) == fp_subnormal) in __fex_get_sse_op()729 if (my_fp_classf(&info->res.val.f) == fp_subnormal) in __fex_get_sse_op()[all …]
181 return ((i == 0)? fp_zero : fp_subnormal); in my_fp_classf()199 return (((i | *(int*)x) == 0)? fp_zero : fp_subnormal); in my_fp_class()219 fp_zero : fp_subnormal); in my_fp_classl()
85 return fp_subnormal; in my_fp_classl()
1655 fp_subnormal = 1,