Home
last modified time | relevance | path

Searched refs:aWidth (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/
HDfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf()
HDfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
HDfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf()
HDfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
36 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsitf()
HDfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
HDfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsidf()
HDfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf()
HDfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsisf()
/freebsd-head/contrib/dialog/
HDmixedgauge.c266 int aWidth, in dlg_begin_mixedgauge() argument
281 dlg->width = dlg->old_width = aWidth; in dlg_begin_mixedgauge()
/freebsd-head/contrib/sqlite3/
HDshell.c20533 const int *aWidth = aExplainWidth; in shell_callback() local
20539 aWidth = aScanExpWidth; in shell_callback()
20549 utf8_width_print(aWidth[i], azCol[ aMap[i] ]); in shell_callback()
20553 print_dashes(aWidth[i]); in shell_callback()
20563 int w = aWidth[i]; in shell_callback()