Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c196 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; macro
198 #define Sign_Extend(a,b) /*no-op*/
1219 Sign_Extend(borrow, y);
1222 Sign_Extend(borrow, z);
1229 Sign_Extend(borrow, y);
1232 Sign_Extend(borrow, z);
1239 Sign_Extend(borrow, y);
1246 Sign_Extend(borrow, y);
2232 Sign_Extend(borrow, y);
2235 Sign_Extend(borrow, z);
[all …]