Home
last modified time | relevance | path

Searched refs:Storeinc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Ddtoa.c232 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
235 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
698 Storeinc(xc, z2, z); in mult()
711 Storeinc(xc, z, z2); in mult()
982 Storeinc(xc, z, y); in diff()
990 Storeinc(xc, z, y); in diff()
1279 Storeinc(bx, z, y); in quorem()
1312 Storeinc(bx, z, y); in quorem()
/external/python/cpython3/Python/
Ddtoa.c223 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
226 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro