Home
last modified time | relevance | path

Searched refs:NUM_DIGITS (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dcore_types.hpp93 constexpr int NUM_DIGITS = 7; in TEST() local
103 constexpr int NUM_DIGITS = 8; in TEST() local
113 constexpr int NUM_DIGITS = 15; in TEST() local
123 constexpr int NUM_DIGITS = 16; in TEST() local
133 constexpr int NUM_DIGITS = 31; in TEST() local
143 constexpr int NUM_DIGITS = 32; in TEST() local
155 constexpr int NUM_DIGITS = 63; in TEST() local
165 constexpr int NUM_DIGITS = 64; in TEST() local
198 constexpr int NUM_DIGITS = 63; in TEST() local
201 NUM_DIGITS, in TEST()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/core/input/
H A DNstInpBarcodeWorld.cpp68 return count == NUM_DIGITS; in IsDigitsSupported()
122 if (!string || length != NUM_DIGITS) in Transfer()
125 byte code[NUM_DIGITS+7]; in Transfer()
127 for (uint i=0; i < NUM_DIGITS; ++i) in Transfer()
137 code[NUM_DIGITS+0] = Ascii<'S'>::V; in Transfer()
138 code[NUM_DIGITS+1] = Ascii<'U'>::V; in Transfer()
139 code[NUM_DIGITS+2] = Ascii<'N'>::V; in Transfer()
140 code[NUM_DIGITS+3] = Ascii<'S'>::V; in Transfer()
141 code[NUM_DIGITS+4] = Ascii<'O'>::V; in Transfer()
142 code[NUM_DIGITS+5] = Ascii<'F'>::V; in Transfer()
[all …]
H A DNstInpBarcodeWorld.hpp70 NUM_DIGITS = 13, enumerator
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/input/
H A DNstInpBarcodeWorld.cpp68 return count == NUM_DIGITS; in IsDigitsSupported()
122 if (!string || length != NUM_DIGITS) in Transfer()
125 byte code[NUM_DIGITS+7]; in Transfer()
127 for (uint i=0; i < NUM_DIGITS; ++i) in Transfer()
137 code[NUM_DIGITS+0] = Ascii<'S'>::V; in Transfer()
138 code[NUM_DIGITS+1] = Ascii<'U'>::V; in Transfer()
139 code[NUM_DIGITS+2] = Ascii<'N'>::V; in Transfer()
140 code[NUM_DIGITS+3] = Ascii<'S'>::V; in Transfer()
141 code[NUM_DIGITS+4] = Ascii<'O'>::V; in Transfer()
142 code[NUM_DIGITS+5] = Ascii<'F'>::V; in Transfer()
[all …]
H A DNstInpBarcodeWorld.hpp70 NUM_DIGITS = 13, enumerator
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/internal/
H A DUtilInternal.cpp44 constexpr int NUM_DIGITS = SQL_MAX_NUMERIC_LEN / 4; in numericToString() local
45 uint32_t digits[NUM_DIGITS]; in numericToString()
46 for (int i = 0; i < NUM_DIGITS; ++i) { in numericToString()
55 for (int i = NUM_DIGITS - 1; i >= 0; --i) in numericToString()
88 constexpr int NUM_DIGITS = SQL_MAX_NUMERIC_LEN / 4; in decimalToNumeric() local
89 uint32_t digits[NUM_DIGITS]; in decimalToNumeric()
90 memset(digits, 0, NUM_DIGITS * sizeof(uint32_t)); in decimalToNumeric()
99 for (int i = 0; i < NUM_DIGITS; i++) in decimalToNumeric()
108 for (int i = 0; i < NUM_DIGITS; ++i) { in decimalToNumeric()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dmessage.c235 #define NUM_DIGITS(n) ((n)<10?1:((n)<100?2:((n)<1000?3:(n)<10000?4:5))) macro
309 errmsg_col += 12+NUM_DIGITS(lineno);
314 errmsg_col += 7+NUM_DIGITS(lineno);
319 errmsg_col += 12+NUM_DIGITS(lineno);
324 errmsg_col += 12+NUM_DIGITS(lineno);
377 errmsg_col += 11+NUM_DIGITS(lineno)+(unsigned)strlen(tag);
385 errmsg_col += 9+NUM_DIGITS(lineno)+(unsigned)strlen(tag);
399 errmsg_col += 16+NUM_DIGITS(lineno)+NUM_DIGITS(colno)
407 errmsg_col += 11+NUM_DIGITS(lineno)+(unsigned)strlen(tag);
/dports/games/xboing/xboing/
H A Dscore.c81 #define NUM_DIGITS 10 macro
91 Pixmap digitPixmaps[NUM_DIGITS];
92 Pixmap digitPixmapsM[NUM_DIGITS];
266 for (i = 0; i < NUM_DIGITS; i++)
/dports/graphics/h3/h3-3.7.2/src/apps/testapps/
H A DtestVertex.c30 for (Direction dir = K_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
42 for (Direction dir = J_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
H A DtestCoordIj.c51 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
67 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
H A DtestH3ToLocalIj.c147 for (Direction dir = startDir; dir < NUM_DIGITS; dir++) { in SUITE()
155 for (Direction testDir = startDir; testDir < NUM_DIGITS; in SUITE()
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/apps/testapps/
H A DtestVertex.c30 for (Direction dir = K_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
42 for (Direction dir = J_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
H A DtestCoordIj.c51 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
67 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in SUITE()
H A DtestH3ToLocalIj.c147 for (Direction dir = startDir; dir < NUM_DIGITS; dir++) { in SUITE()
155 for (Direction testDir = startDir; testDir < NUM_DIGITS; in SUITE()
/dports/graphics/h3/h3-3.7.2/src/h3lib/lib/
H A Dvertex.c98 static const int directionToVertexNumHex[NUM_DIGITS] = {
104 static const int directionToVertexNumPent[NUM_DIGITS] = {
H A Dh3UniEdge.c123 direction < NUM_DIGITS; direction++) { in H3_EXPORT()
180 if (neighborDirection <= CENTER_DIGIT || neighborDirection >= NUM_DIGITS) { in H3_EXPORT()
H A DbaseCells.c904 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in _getBaseCellDirection()
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/h3lib/lib/
H A Dvertex.c98 static const int directionToVertexNumHex[NUM_DIGITS] = {
104 static const int directionToVertexNumPent[NUM_DIGITS] = {
H A Dh3UniEdge.c123 direction < NUM_DIGITS; direction++) { in H3_EXPORT()
180 if (neighborDirection <= CENTER_DIGIT || neighborDirection >= NUM_DIGITS) { in H3_EXPORT()
H A DbaseCells.c904 for (Direction dir = CENTER_DIGIT; dir < NUM_DIGITS; dir++) { in _getBaseCellDirection()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-ssh-daemon.c98 #define NUM_DIGITS (sizeof(rand_tmate_token_digits) - 1) macro
112 } while (c >= NUM_DIGITS); in get_random_token()
/dports/graphics/h3/h3-3.7.2/src/apps/miscapps/
H A DgeneratePentagonDirectionFaces.c45 for (Direction dir = J_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in generate()
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/apps/miscapps/
H A DgeneratePentagonDirectionFaces.c45 for (Direction dir = J_AXES_DIGIT; dir < NUM_DIGITS; dir++) { in generate()
/dports/graphics/h3/h3-3.7.2/src/h3lib/include/
H A Dcoordijk.h82 NUM_DIGITS = INVALID_DIGIT enumerator
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/h3lib/include/
H A Dcoordijk.h82 NUM_DIGITS = INVALID_DIGIT enumerator

12