Searched refs:Storeinc (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | dtoa.cpp | 206 #define Storeinc(a,b,c) (((unsigned short*)a)[1] = (unsigned short)b, ((unsigned short*)a)[0] = (un… macro 208 #define Storeinc(a,b,c) (((unsigned short*)a)[0] = (unsigned short)b, ((unsigned short*)a)[1] = (un… macro 516 Storeinc(xc, z2, z); in mult() 528 Storeinc(xc, z, z2); in mult() 747 Storeinc(xc, z, y); in diff() 754 Storeinc(xc, z, y); in diff() 1771 Storeinc(bx, z, y); in quorem() 1811 Storeinc(bx, z, y); in quorem()
|