Home
last modified time | relevance | path

Searched refs:res_digits (Results 1 – 25 of 101) sorted by relevance

12345

/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf;
598 res_digits[i] = carry;
605 res_digits++;
666 res_digits = res_buf;
693 res_digits++;
1004 res_digits = res_buf;
1019 res_digits[i] = sum;
1030 sum += res_digits[i];
1038 res_digits++;
1242 res_digits[0] = 0;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf;
598 res_digits[i] = carry;
605 res_digits++;
666 res_digits = res_buf;
693 res_digits++;
1004 res_digits = res_buf;
1019 res_digits[i] = sum;
1030 sum += res_digits[i];
1038 res_digits++;
1242 res_digits[0] = 0;
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c578 res_digits = res_buf; in add_abs()
598 res_digits[i] = carry; in add_abs()
605 res_digits++; in add_abs()
666 res_digits = res_buf; in sub_abs()
693 res_digits++; in sub_abs()
1004 res_digits = res_buf; in PGTYPESnumeric_mul()
1019 res_digits[i] = sum; in PGTYPESnumeric_mul()
1030 sum += res_digits[i]; in PGTYPESnumeric_mul()
1038 res_digits++; in PGTYPESnumeric_mul()
1242 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf; in add_abs()
517 res_digits[i] = carry; in add_abs()
524 res_digits++; in add_abs()
585 res_digits = res_buf; in sub_abs()
612 res_digits++; in sub_abs()
923 res_digits = res_buf; in PGTYPESnumeric_mul()
938 res_digits[i] = sum; in PGTYPESnumeric_mul()
949 sum += res_digits[i]; in PGTYPESnumeric_mul()
957 res_digits++; in PGTYPESnumeric_mul()
1161 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf; in add_abs()
517 res_digits[i] = carry; in add_abs()
524 res_digits++; in add_abs()
585 res_digits = res_buf; in sub_abs()
612 res_digits++; in sub_abs()
923 res_digits = res_buf; in PGTYPESnumeric_mul()
938 res_digits[i] = sum; in PGTYPESnumeric_mul()
949 sum += res_digits[i]; in PGTYPESnumeric_mul()
957 res_digits++; in PGTYPESnumeric_mul()
1161 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf; in add_abs()
517 res_digits[i] = carry; in add_abs()
524 res_digits++; in add_abs()
585 res_digits = res_buf; in sub_abs()
612 res_digits++; in sub_abs()
923 res_digits = res_buf; in PGTYPESnumeric_mul()
938 res_digits[i] = sum; in PGTYPESnumeric_mul()
949 sum += res_digits[i]; in PGTYPESnumeric_mul()
957 res_digits++; in PGTYPESnumeric_mul()
1161 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf; in add_abs()
517 res_digits[i] = carry; in add_abs()
524 res_digits++; in add_abs()
585 res_digits = res_buf; in sub_abs()
612 res_digits++; in sub_abs()
923 res_digits = res_buf; in PGTYPESnumeric_mul()
938 res_digits[i] = sum; in PGTYPESnumeric_mul()
949 sum += res_digits[i]; in PGTYPESnumeric_mul()
957 res_digits++; in PGTYPESnumeric_mul()
1161 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf; in add_abs()
517 res_digits[i] = carry; in add_abs()
524 res_digits++; in add_abs()
585 res_digits = res_buf; in sub_abs()
612 res_digits++; in sub_abs()
923 res_digits = res_buf; in PGTYPESnumeric_mul()
938 res_digits[i] = sum; in PGTYPESnumeric_mul()
949 sum += res_digits[i]; in PGTYPESnumeric_mul()
957 res_digits++; in PGTYPESnumeric_mul()
1161 res_digits[0] = 0; in PGTYPESnumeric_div()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c497 res_digits = res_buf;
517 res_digits[i] = carry; in datebsearch()
524 res_digits++;
585 res_digits = res_buf;
612 res_digits++;
923 res_digits = res_buf;
938 res_digits[i] = sum;
949 sum += res_digits[i]; in GetEpochTime()
957 res_digits++;
1161 res_digits[0] = 0; in GetCurrentDateTime()
[all …]

12345