Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c64 static Decimal *decimal_new( in decimal_new() function
243 Decimal *p = decimal_new(context, argv[0], 0, 0); in decimalFunc()
299 pA = decimal_new(context, argv[0], 0, 0); in decimalCmpFunc()
301 pB = decimal_new(context, argv[1], 0, 0); in decimalCmpFunc()
420 Decimal *pA = decimal_new(0, 0, nKey1, zA); in decimalCollFunc()
421 Decimal *pB = decimal_new(0, 0, nKey2, zB); in decimalCollFunc()
446 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalAddFunc()
447 Decimal *pB = decimal_new(context, argv[1], 0, 0); in decimalAddFunc()
459 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalSubFunc()
498 pArg = decimal_new(context, argv[0], 0, 0); in decimalSumStep()
[all …]