HomeSort by relevance Sort by last modified time
    Searched refs:Storeinc (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdlib/
strtod.c 222 /* The following definition of Storeinc is appropriate for MIPS processors.
224 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
227 #define Storeinc(a,b,c) \
231 #define Storeinc(a,b,c) \
714 Storeinc(xc, z2, z);
727 Storeinc(xc, z, z2);
979 Storeinc(xc, z, y);
989 Storeinc(xc, z, y);
    [all...]
  /external/chromium/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...]

Completed in 470 milliseconds