Searched refs:n2 (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_expl.c | 207 int k, n, n2; in expm1l() local 273 n2 = (unsigned)n % INTERVALS; in expm1l() 292 t = tbl[n2].lo + tbl[n2].hi; in expm1l() 295 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q + in expm1l() 296 tbl[n2].hi * r1); in expm1l() 300 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q + in expm1l() 301 tbl[n2].hi * r1); in expm1l() 305 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l() 309 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l() 319 t = SUM2P(tbl[n2].hi, tbl[n2].lo - twomk + t * (q + r1)); in expm1l() [all …]
|
D | k_expl.h | 244 int n, n2; in __k_expl() local 249 n2 = (unsigned)n % INTERVALS; in __k_expl() 260 t = tbl[n2].lo + tbl[n2].hi; in __k_expl() 261 *hip = tbl[n2].hi; in __k_expl() 262 *lop = tbl[n2].lo + t * (q + r1); in __k_expl()
|
/bionic/libc/stdio/ |
D | printf_common.h | 166 n2 = (ep) - (p); \ 167 if (n2 > (len)) n2 = (len); \ 168 if (n2 > 0) PRINT((p), n2); \ 169 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ 276 n2 = 0; \ 279 APPEND_DIGIT(n2, *cp); \ 291 nextarg = n2; \ 316 int n, n2; /* handy integer (short term usage) */ in __find_arguments() local 367 n2 = 0; \ in __find_arguments() 370 APPEND_DIGIT(n2, *cp); \ in __find_arguments() [all …]
|
D | vfwprintf.cpp | 47 int n, n2; in FUNCTION_NAME() local
|
D | vfprintf.cpp | 47 int n, n2; in FUNCTION_NAME() local
|
/bionic/libc/kernel/uapi/linux/ |
D | ax25.h | 85 unsigned int n2, n2count; member 94 unsigned int n2, n2count; member
|
D | gsmmux.h | 31 unsigned int n2; member
|
/bionic/tests/ |
D | search_test.cpp | 82 node n2("a"); in TEST() local 87 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); in TEST() 96 ASSERT_EQ(nullptr, tfind(&n2, &root, node_cmp)); in TEST() 100 ASSERT_NE(nullptr, tsearch(&n2, &root, node_cmp)); in TEST()
|
/bionic/libc/arch-x86/ |
D | dynamic_function_dispatch.cpp | 50 typedef void* __memset_chk_func(void *s, int c, size_t n, size_t n2);
|
/bionic/libc/arch-arm/ |
D | dynamic_function_dispatch.cpp | 175 typedef void* __memset_chk_func(void* s, int c, size_t n, size_t n2);
|