Lines Matching defs:pA
3999 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp()
4034 Decimal *pA = 0, *pB = 0; in decimalCmpFunc() local
4084 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add()
4157 static void decimalMul(Decimal *pA, Decimal *pB){ in decimalMul()
4206 Decimal *pA = 0; /* The result to be returned */ in decimalPow2() local
4244 Decimal *pA; in decimalFromDouble() local
4325 Decimal *pA = decimalNewFromText((const char*)zA, nKey1); in decimalCollFunc() local
4351 Decimal *pA = decimal_new(context, argv[0], 1); in decimalAddFunc() local
4364 Decimal *pA = decimal_new(context, argv[0], 1); in decimalSubFunc() local
4445 Decimal *pA = decimal_new(context, argv[0], 1); in decimalMulFunc() local
4476 Decimal *pA = decimalPow2(sqlite3_value_int(argv[0])); in decimalPow2Func() local