Searched defs:A (Results 1 – 12 of 12) sorted by relevance
| /picolibc-latest/newlib/libc/machine/arc/ |
| D | memset-archs.S | 46 #define PREWRITE(A,B) prefetchw [(A),(B)] argument 48 #define PREWRITE(A,B) prealloc [(A),(B)] argument
|
| /picolibc-latest/newlib/libm/common/ |
| D | pow_log_data.c | 77 #define A(a,b,c) {a,0,b,c}, macro
|
| D | sf_log.c | 45 #define A __logf_data.poly macro
|
| D | sf_log2.c | 46 #define A __log2f_data.poly macro
|
| D | log.c | 39 #define A __log_data.poly macro
|
| D | log2.c | 39 #define A __log2_data.poly macro
|
| D | sf_pow.c | 48 #define A __powf_log2_data.poly macro
|
| D | pow.c | 43 #define A __pow_log_data.poly macro
|
| /picolibc-latest/newlib/libm/ld/ld80/ |
| D | e_powl.c | 100 static const long double A[33] = { variable
|
| /picolibc-latest/newlib/libc/search/ |
| 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
|
| /picolibc-latest/newlib/libc/machine/mips/machine/ |
| D | asm.h | 134 # define _ASMCONCAT(A, B) A ## B argument 136 # define _ASMCONCAT(A, B) A/**/B argument
|
| /picolibc-latest/newlib/libm/test/ |
| D | test.h | 210 #define A 5 macro
|