Searched defs:n2 (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dgsmmux.h31 unsigned int n2; member in struct:gsm_config
H A Dax25.h85 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
94 unsigned int n2, n2count; member in struct:ax25_info_struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dgsmmux.h31 unsigned int n2; member in struct:gsm_config
H A Dax25.h85 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
94 unsigned int n2, n2count; member in struct:ax25_info_struct
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dgsmmux.h31 unsigned int n2; member in struct:gsm_config
H A Dax25.h85 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
94 unsigned int n2, n2count; member in struct:ax25_info_struct
/bionic/libc/stdio/
H A Dvfprintf.cpp46 int n, n2; local
H A Dvfwprintf.cpp46 int n, n2; local
H A Dprintf_common.h164 n2 = (ep) - (p); \
165 if (n2 > (len)) n2 = (len); \
166 if (n2 > 0) PRINT((p), n2); \
167 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
274 n2 = 0; \
277 APPEND_DIGIT(n2, *cp); \
289 nextarg = n2; \
314 int n, n2; /* handy integer (short term usage) */ local
[all...]
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h242 int n, n2; local
244 /* Reduce x to (k*ln2 + endpoint[n2] + r1 + r2). */
255 n2 = (unsigned)n % INTERVALS;
262 /* Evaluate expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2). */
266 t = tbl[n2].lo + tbl[n2].hi;
267 *hip = tbl[n2].hi;
268 *lop = tbl[n2].lo + t * (q + r1);
H A Ds_expl.c205 int k, n, n2; local
268 /* Reduce x to (k*ln2 + endpoint[n2] + r1 + r2). */
276 n2 = (unsigned)n % INTERVALS;
289 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
295 t = tbl[n2].lo + tbl[n2].hi;
298 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
299 tbl[n2]
[all...]

Completed in 7819 milliseconds