Searched refs:aWidth (Results 1 – 9 of 9) sorted by relevance
22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
22 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 __floatsitf() local37 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
24 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local30 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsidf()
22 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
24 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local38 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsidf()
24 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local30 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsisf()
24 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local38 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsisf()
19270 const int *aWidth = aExplainWidth; in shell_callback() local19276 aWidth = aScanExpWidth; in shell_callback()19286 utf8_width_print(aWidth[i], azCol[ aMap[i] ]); in shell_callback()19290 print_dashes(aWidth[i]); in shell_callback()19300 int w = aWidth[i]; in shell_callback()