Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c32 typedef struct Decimal Decimal; typedef
33 struct Decimal { struct
64 static Decimal *decimal_new( in decimal_new()
70 Decimal *p; in decimal_new()
260 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp()
295 Decimal *pA = 0, *pB = 0; in decimalCmpFunc()
345 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add()
481 Decimal *p; in decimalSumStep()
482 Decimal *pArg; in decimalSumStep()
507 Decimal *p; in decimalSumInverse()
[all …]