Searched refs:CONCAT (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/build/wchar_t-size/jni/ |
D | test_always_signed.c | 11 #define CONCAT(x,y) CONCAT_(x,y) macro 15 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
D | test_default.c | 9 #define CONCAT(x,y) CONCAT_(x,y) macro 13 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
|
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 53 #define CONCAT(x,y) CONCAT2(x,y) macro 319 if (fabs(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) { in decfloat()
|
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 43 #define CONCAT(x,y) CONCAT2(x,y) macro 368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); in fmt_fp()
|