/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
sum.c | 65 Storeinc(xc, z, y); 74 Storeinc(xc, z, y);
|
dmisc.c | 163 Storeinc(bx, z, y); 204 Storeinc(bx, z, y);
|
gdtoaimp.h | 288 /* The following definition of Storeinc is appropriate for MIPS processors. 290 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 293 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ 296 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
|
misc.c | 342 Storeinc(xc, z2, z); 355 Storeinc(xc, z, z2); 615 Storeinc(xc, z, y); 623 Storeinc(xc, z, y);
|
smisc.c | 165 Storeinc(c, x[1], x[0]);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
dtoa.cpp | 112 /* The following definition of Storeinc is appropriate for MIPS processors. 116 static ALWAYS_INLINE uint32_t* storeInc(uint32_t* p, uint16_t high, uint16_t low) 338 xc = storeInc(xc, z2, z); 350 xc = storeInc(xc, z, z2); 539 xc = storeInc(xc, z, y); 546 xc = storeInc(xc, z, y); 658 bx = storeInc(bx, z, y); 690 bx = storeInc(bx, z, y); [all...] |
/ndk/sources/android/support/src/stdio/ |
strtod.c | 229 /* The following definition of Storeinc is appropriate for MIPS processors. 231 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 234 #define Storeinc(a,b,c) \ 238 #define Storeinc(a,b,c) \ 499 Storeinc(c, x[1], x[0]); 967 Storeinc(xc, z2, z); 980 Storeinc(xc, z, z2); 1232 Storeinc(xc, z, y); 1242 Storeinc(xc, z, y); [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 325 /* The following definition of Storeinc is appropriate for MIPS processors. 327 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 330 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ 333 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ 862 Storeinc(xc, z2, z); 875 Storeinc(xc, z, z2); 1122 Storeinc(xc, z, y); 1130 Storeinc(xc, z, y); [all...] |