OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:olength
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c
263
const uint32_t
olength
= decimalLength(output);
local
267
printf("OLEN=%u\n",
olength
);
268
printf("EXP=%u\n", v.exponent +
olength
);
271
for (uint32_t i = 0; i <
olength
- 1; ++i) {
274
result[index +
olength
- i] = (char) ('0' + c);
279
if (
olength
> 1) {
281
index +=
olength
+ 1;
288
int32_t exp = v.exponent +
olength
- 1;
d2s.c
311
const uint32_t
olength
= decimalLength17(output);
local
315
printf("OLEN=%u\n",
olength
);
316
printf("EXP=%u\n", v.exponent +
olength
);
321
// for (uint32_t i = 0; i <
olength
- 1; ++i) {
323
// result[index +
olength
- i] = (char) ('0' + c);
345
memcpy(result + index +
olength
- i - 1, DIGIT_TABLE + c0, 2);
346
memcpy(result + index +
olength
- i - 3, DIGIT_TABLE + c1, 2);
347
memcpy(result + index +
olength
- i - 5, DIGIT_TABLE + d0, 2);
348
memcpy(result + index +
olength
- i - 7, DIGIT_TABLE + d1, 2);
361
memcpy(result + index +
olength
- i - 1, DIGIT_TABLE + c0, 2)
[
all
...]
f2s.c
229
const uint32_t
olength
= decimalLength9(output);
local
233
printf("OLEN=%u\n",
olength
);
234
printf("EXP=%u\n", v.exponent +
olength
);
239
// for (uint32_t i = 0; i <
olength
- 1; ++i) {
241
// result[index +
olength
- i] = (char) ('0' + c);
254
memcpy(result + index +
olength
- i - 1, DIGIT_TABLE + c0, 2);
255
memcpy(result + index +
olength
- i - 3, DIGIT_TABLE + c1, 2);
261
memcpy(result + index +
olength
- i - 1, DIGIT_TABLE + c, 2);
267
result[index +
olength
- i] = DIGIT_TABLE[c + 1];
274
if (
olength
> 1)
[
all
...]
d2fixed.c
185
// 10^(
olength
-1) <= digits < 10^
olength
186
// e.g., by passing `
olength
` as `decimalLength9(digits)`.
187
static inline void append_n_digits(const uint32_t
olength
, uint32_t digits, char* const result) {
202
memcpy(result +
olength
- i - 2, DIGIT_TABLE + c0, 2);
203
memcpy(result +
olength
- i - 4, DIGIT_TABLE + c1, 2);
209
memcpy(result +
olength
- i - 2, DIGIT_TABLE + c, 2);
214
memcpy(result +
olength
- i - 2, DIGIT_TABLE + c, 2);
222
// 10^(
olength
-1) <= digits < 10^
olength
378
const uint32_t
olength
= decimalLength9(digits);
local
[
all
...]
/src/sys/dev/hyperv/
if_hvn.c
4964
size_t
olength
= *odlen;
local
5001
if (cmp->rm_infobuflen >
olength
||
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026