Lines Matching defs:pA
4013 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp()
4048 Decimal *pA = 0, *pB = 0; in decimalCmpFunc() local
4098 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add()
4171 static void decimalMul(Decimal *pA, Decimal *pB){ in decimalMul()
4220 Decimal *pA = 0; /* The result to be returned */ in decimalPow2() local
4258 Decimal *pA; in decimalFromDouble() local
4339 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc() local
4365 Decimal *pA = decimal_new(context, argv[0], 1); in decimalAddFunc() local
4378 Decimal *pA = decimal_new(context, argv[0], 1); in decimalSubFunc() local
4459 Decimal *pA = decimal_new(context, argv[0], 1); in decimalMulFunc() local
4490 Decimal *pA = decimalPow2(sqlite3_value_int(argv[0])); in decimalPow2Func() local