Home
last modified time | relevance | path

Searched defs:aWidth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatunditf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
H A Dfloatunsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
H A Dfloatsitf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
H A Dfloatditf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
H A Dfloatunsidf.c24 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
H A Dfloatsidf.c24 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
H A Dfloatunsisf.c24 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
H A Dfloatsisf.c24 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c19270 const int *aWidth = aExplainWidth; in shell_callback() local