Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c2413 static Decimal *decimal_new( in decimal_new() function
2592 Decimal *p = decimal_new(context, argv[0], 0, 0); in decimalFunc()
2648 pA = decimal_new(context, argv[0], 0, 0); in decimalCmpFunc()
2650 pB = decimal_new(context, argv[1], 0, 0); in decimalCmpFunc()
2769 Decimal *pA = decimal_new(0, 0, nKey1, zA); in decimalCollFunc()
2770 Decimal *pB = decimal_new(0, 0, nKey2, zB); in decimalCollFunc()
2795 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalAddFunc()
2796 Decimal *pB = decimal_new(context, argv[1], 0, 0); in decimalAddFunc()
2808 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalSubFunc()
2809 Decimal *pB = decimal_new(contex in decimalSubFunc()
[all...]

Completed in 17 milliseconds