Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/build/wchar_t-size/jni/
Dtest_always_signed.c11 #define CONCAT(x,y) CONCAT_(x,y) macro
15 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
Dtest_default.c9 #define CONCAT(x,y) CONCAT_(x,y) macro
13 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c53 #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/
Dvfprintf.c43 #define CONCAT(x,y) CONCAT2(x,y) macro
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); in fmt_fp()