Searched refs:N (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | math_data_test.h | 151 template <size_t ULP, typename RT, typename T, size_t N> 152 void DoMathDataTest(data_1_1_t<RT, T> (&data)[N], RT f(T)) { 155 for (size_t i = 0; i < N; ++i) { 164 template <size_t ULP, typename T, size_t N> 165 void DoMathDataTest(data_int_1_t<T> (&data)[N], int f(T)) { 167 for (size_t i = 0; i < N; ++i) { 175 template <size_t ULP, typename T, size_t N> 176 void DoMathDataTest(data_long_1_t<T> (&data)[N], long f(T)) { 178 for (size_t i = 0; i < N; ++i) { 186 template <size_t ULP, typename T, size_t N> [all …]
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_log.c | 78 #define N 128 macro 94 static double logF_head[N+1] = { 226 static double logF_tail[N+1] = { 388 j = N*(g-1) + .5; 389 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */ 417 u1 += m*logF_head[N] + logF_head[j]; /* exact */ 419 u2 += logF_tail[N]*m; 449 j = N*(g-1) + .5; 450 F = (1.0/N) * j + 1; 463 u1 += m*logF_head[N] + logF_head[j]; [all …]
|
/bionic/libc/kernel/uapi/linux/spi/ |
D | spidev.h | 59 #define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) ? ((N) *… argument 60 #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)]) argument
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | siginfo.h | 161 #define __SI_CODE(T,N) (N) argument
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 1139 # define N 2 in repeat() macro 1142 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat() 1161 case REP(0, N): /* as x{1,n}? */ in repeat() 1175 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1191 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() 1195 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 796 # define ALIGN_OFFSET(N) (N) argument 799 # define ALIGN_OFFSET(N) (NSIZE-N) argument
|