/picolibc-latest/newlib/libm/common/ |
D | sf_exp2_data.c | 34 #define N (1 << EXP2F_TABLE_BITS) macro
|
D | exp_data.c | 34 #define N (1 << EXP_TABLE_BITS) macro
|
D | log2_data.c | 34 #define N (1 << LOG2_TABLE_BITS) macro
|
D | log_data.c | 34 #define N (1 << LOG_TABLE_BITS) macro
|
D | pow_log_data.c | 34 #define N (1 << POW_LOG_TABLE_BITS) macro
|
D | sf_exp2.c | 46 #define N (1 << EXP2F_TABLE_BITS) macro
|
D | sf_exp.c | 46 #define N (1 << EXP2F_TABLE_BITS) macro
|
D | sf_log.c | 47 #define N (1 << LOGF_TABLE_BITS) macro
|
D | sf_log2.c | 44 #define N (1 << LOG2F_TABLE_BITS) macro
|
D | sf_pow.c | 46 #define N (1 << POWF_LOG2_TABLE_BITS) macro 90 #define N (1 << EXP2F_TABLE_BITS) macro
|
D | exp2.c | 36 #define N (1 << EXP_TABLE_BITS) macro
|
D | exp.c | 36 #define N (1 << EXP_TABLE_BITS) macro
|
D | log.c | 42 #define N (1 << LOG_TABLE_BITS) macro
|
D | log2.c | 42 #define N (1 << LOG2_TABLE_BITS) macro
|
D | pow.c | 46 #define N (1 << POW_LOG_TABLE_BITS) macro 131 #define N (1 << EXP_TABLE_BITS) macro
|
/picolibc-latest/test/ |
D | rand.c | 59 #define N 100000 in main() macro
|
D | ffs.c | 121 #define N 100000 in main() macro
|
/picolibc-latest/newlib/libc/search/ |
D | page.h | 82 #define PAGE_META(N) (((N)+3) * sizeof(__uint16_t)) argument
|
D | hash.h | 184 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) argument 185 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) argument 186 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) argument 199 #define SPLITNUM(N) (((__uint32_t)(N)) >> SPLITSHIFT) argument 200 #define OPAGENUM(N) ((N) & SPLITMASK) argument
|
/picolibc-latest/newlib/libc/machine/mips/ |
D | memcpy.S | 824 # define ALIGN_OFFSET(N) (N) argument 827 # define ALIGN_OFFSET(N) (NSIZE-N) argument
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwscanf.c | 295 int N; /* arg number */ in _SVFWSCANF() local
|
D | vfscanf.c | 390 int N; /* arg number */ in _SVFSCANF() local
|
D | vfprintf.c | 394 int N; /* arg number */ in VFPRINTF() local
|
D | vfwprintf.c | 363 int N; /* arg number */ in VFWPRINTF() local
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mallocr.c | 1474 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument 1479 #define check_malloced_chunk(P,N) argument
|