Searched refs:TYPE_LONGDOUBLE (Results 1 – 8 of 8) sorted by relevance
57 TYPE_LONGDOUBLE, enumerator
74 case TYPE_LONGDOUBLE: in printf_fetchargs()
414 if (type == TYPE_LONGDOUBLE) in VASNPRINTF()549 case TYPE_LONGDOUBLE: in VASNPRINTF()707 case TYPE_LONGDOUBLE: in VASNPRINTF()
421 type = TYPE_LONGDOUBLE; in PRINTF_PARSE()
65 TYPE_LONGDOUBLE, enumerator
79 case TYPE_LONGDOUBLE: in PRINTF_FETCHARGS()
1629 if (type == TYPE_LONGDOUBLE) in MAX_ROOM_NEEDED()1655 if (type == TYPE_LONGDOUBLE) in MAX_ROOM_NEEDED()2934 || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE in VASNPRINTF()3015 if (type == TYPE_LONGDOUBLE) in VASNPRINTF()3054 if (type == TYPE_LONGDOUBLE) in VASNPRINTF()3434 || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE in VASNPRINTF()3436 || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE in VASNPRINTF()3531 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); in VASNPRINTF()3533 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); in VASNPRINTF()3545 if (type == TYPE_LONGDOUBLE) in VASNPRINTF()[all …]
488 type = TYPE_LONGDOUBLE; in PRINTF_PARSE()