Searched refs:aWidth (Results 1 – 7 of 7) sorted by relevance
21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf()
21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf()
266 int aWidth, in dlg_begin_mixedgauge() argument281 dlg->width = dlg->old_width = aWidth; in dlg_begin_mixedgauge()
22918 const int *aWidth = aExplainWidth; in shell_callback() local22924 aWidth = aScanExpWidth; in shell_callback()22934 utf8_width_print(p->out, aWidth[i], azCol[ aMap[i] ]); in shell_callback()22938 print_dashes(p->out, aWidth[i]); in shell_callback()22948 int w = aWidth[i]; in shell_callback()