Lines Matching defs:b
263 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; argument
291 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ argument
294 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ argument
390 #define rounded_product(a,b) a = rnd_prod(a, b) argument
391 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
398 #define rounded_product(a,b) a *= b argument
399 #define rounded_quotient(a,b) a /= b argument
548 static Bigint * multadd(Bigint *b, int m, int a) /* multiply by m and add a */ in multadd()
662 Bigint *b; in i2b() local
670 static Bigint * mult(Bigint *a, Bigint *b) in mult()
756 Bigint *b; in s2b() local
787 static Bigint * pow5mult(Bigint *b, int k) in pow5mult()
829 static Bigint *lshift(Bigint *b, int k) in lshift()
887 static int cmp(Bigint *a, Bigint *b) in cmp()
916 static Bigint * diff(Bigint *a, Bigint *b) in diff()
1098 Bigint *b; in d2b() local
1220 static double ratio (Bigint *a, Bigint *b) in ratio()
1282 static int quorem(Bigint *b, Bigint *S) in quorem()
1403 Bigint *b = (Bigint *)((int *)s - 1); in zend_freedtoa() local
1486 Bigint *b, *b1, *delta, *mlo, *mhi, *S, *tmp; in zend_dtoa() local