/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
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, \
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoaimp.h | 286 /* The following definition of Storeinc is appropriate for MIPS processors.
288 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
291 #define Storeinc(a,b,c) \
296 #define Storeinc(a,b,c) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 227 /* The following definition of Storeinc is appropriate for MIPS processors.
229 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
232 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
235 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
698 Storeinc(xc, z2, z);
711 Storeinc(xc, z, z2);
982 Storeinc(xc, z, y);
990 Storeinc(xc, z, y);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 210 /* The following definition of Storeinc is appropriate for MIPS processors.
212 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
215 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
218 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
681 Storeinc(xc, z2, z);
694 Storeinc(xc, z, z2);
965 Storeinc(xc, z, y);
973 Storeinc(xc, z, y);
[all...] |
/external/python/cpython2/Python/ |
dtoa.c | 227 /* The following definition of Storeinc is appropriate for MIPS processors. 229 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 232 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ 235 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ 698 Storeinc(xc, z2, z); 711 Storeinc(xc, z, z2); 982 Storeinc(xc, z, y); 990 Storeinc(xc, z, y); [all...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 219 /* The following definition of Storeinc is appropriate for MIPS processors. 221 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 224 #define Storeinc(a,b,c) \ 228 #define Storeinc(a,b,c) \ 489 Storeinc(c, x[1], x[0]); 957 Storeinc(xc, z2, z); 970 Storeinc(xc, z, z2); 1222 Storeinc(xc, z, y); 1232 Storeinc(xc, z, y); [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 219 /* The following definition of Storeinc is appropriate for MIPS processors. 221 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 224 #define Storeinc(a,b,c) \ 228 #define Storeinc(a,b,c) \ 489 Storeinc(c, x[1], x[0]); 957 Storeinc(xc, z2, z); 970 Storeinc(xc, z, z2); 1222 Storeinc(xc, z, y); 1232 Storeinc(xc, z, y); [all...] |