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.c205 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; macro
207 #define Sign_Extend(a,b) /*no-op*/
1228 Sign_Extend(borrow, y);
1231 Sign_Extend(borrow, z);
1238 Sign_Extend(borrow, y);
1241 Sign_Extend(borrow, z);
1248 Sign_Extend(borrow, y);
1255 Sign_Extend(borrow, y);
2241 Sign_Extend(borrow, y);
2244 Sign_Extend(borrow, z);
[all …]