Searched refs:N (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | math_data_test.h | 167 template <size_t ULP, typename RT, typename T, size_t N> 168 void DoMathDataTest(data_1_1_t<RT, T> (&data)[N], RT f(T)) { 171 for (size_t i = 0; i < N; ++i) { 180 template <size_t ULP, typename T, size_t N> 181 void DoMathDataTest(data_int_1_t<T> (&data)[N], int f(T)) { 183 for (size_t i = 0; i < N; ++i) { 191 template <size_t ULP, typename T, size_t N> 192 void DoMathDataTest(data_long_1_t<T> (&data)[N], long f(T)) { 194 for (size_t i = 0; i < N; ++i) { 202 template <size_t ULP, typename T, size_t N> [all …]
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_log.c | 79 #define N 128 macro 95 static double logF_head[N+1] = { 227 static double logF_tail[N+1] = { 389 j = N*(g-1) + .5; 390 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */ 418 u1 += m*logF_head[N] + logF_head[j]; /* exact */ 420 u2 += logF_tail[N]*m; 450 j = N*(g-1) + .5; 451 F = (1.0/N) * j + 1; 464 u1 += m*logF_head[N] + logF_head[j]; [all …]
|
/bionic/libc/kernel/uapi/linux/spi/ |
D | spidev.h | 53 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… argument 54 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
|
/bionic/libc/platform/bionic/ |
D | macros.h | 73 template <typename T, size_t N> 74 char (&ArraySizeHelper(T (&array)[N]))[N]; // NOLINT(readability/casting)
|
/bionic/benchmarks/linker_relocation/ |
D | run_bench_with_ninja.sh | 44 --multitime N Use multitime to run the benchmark N iterations
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 1143 # define N 2 in repeat() macro 1146 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() 1165 case REP(0, N): /* as x{1,n}? */ in repeat() 1179 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1195 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() 1199 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()
|
/bionic/docs/ |
D | status.md | 139 New libc functions in N (API level 24): 151 New libc behavior in N (API level 24): 236 | N | 24 | 1228 | 319 ### Interruptable `sem_wait` (targetSdkVersion >= N) 325 targets N or later.
|
D | elf-tls.md | 622 breakage happening with Android N.](https://go-review.googlesource.com/c/go/+/38636) (XXX: I
|
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 164 template <class T, size_t N> 165 static constexpr bool verify_user_ranges_ascending(T (&ranges)[N]) { in verify_user_ranges_ascending() argument 166 auto array_size = N; in verify_user_ranges_ascending()
|
/bionic/libc/malloc_debug/ |
D | README.md | 7 This documentation describes how to enable this feature on Android N or later
|