Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
28 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsitf()
Dfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf()
Dfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
36 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); in __floatsitf()
Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf()
Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf()
Dfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
36 const int exponent = (aWidth - 1) - clzsi(a); in __floatsidf()
Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
29 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatunsisf()
Dfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
36 const int exponent = (aWidth - 1) - __builtin_clz(a); in __floatsisf()
/freebsd-12-stable/contrib/dialog/
Dmixedgauge.c263 int aWidth, in dlg_begin_mixedgauge() argument
276 dlg->width = dlg->old_width = aWidth; in dlg_begin_mixedgauge()
/freebsd-12-stable/contrib/sqlite3/
Dshell.c18491 const int *aWidth = aExplainWidth; in shell_callback() local
18497 aWidth = aScanExpWidth; in shell_callback()
18507 utf8_width_print(p->out, aWidth[i], azCol[ aMap[i] ]); in shell_callback()
18511 print_dashes(p->out, aWidth[i]); in shell_callback()
18521 int w = aWidth[i]; in shell_callback()