OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aWidth
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatditf.c
22
const int
aWidth
= sizeof a * CHAR_BIT;
37
const int exponent = (
aWidth
- 1) - __builtin_clzll(aAbs);
floatsidf.c
24
const int
aWidth
= sizeof a * CHAR_BIT;
38
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatsitf.c
22
const int
aWidth
= sizeof a * CHAR_BIT;
37
const int exponent = (
aWidth
- 1) - __builtin_clz(aAbs);
floatunditf.c
22
const int
aWidth
= sizeof a * CHAR_BIT;
28
const int exponent = (
aWidth
- 1) - __builtin_clzll(a);
floatunsidf.c
24
const int
aWidth
= sizeof a * CHAR_BIT;
30
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatunsitf.c
22
const int
aWidth
= sizeof a * CHAR_BIT;
28
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatsisf.c
24
const int
aWidth
= sizeof a * CHAR_BIT;
38
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatunsisf.c
24
const int
aWidth
= sizeof a * CHAR_BIT;
30
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
/src/external/public-domain/sqlite/dist/
shell.c
722
int nWidth; /* Number of entries in
aWidth
[] */
724
short int *
aWidth
; /* Column widths */
748
** Range of values for sqlite3_qrf_spec.
aWidth
[] entries and for
2575
if( p->spec.
aWidth
[i]<0 ){
2903
w = p->spec.
aWidth
[i];
3258
const int *
aWidth
= aExplainWidth;
3264
aWidth
= aScanExpWidth;
3276
qrfWidthPrint(p,p->pOut,
aWidth
[i], zCol);
3284
sqlite3_str_appendf(p->pOut, "%.*c",
aWidth
[i], '-');
3295
int w =
aWidth
[i]
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026