Home
last modified time | relevance | path

Searched refs:numeric_ln (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/databases/apq-pgsql/apq-pgsql-3.2.0/ssl/src/
H A Dapq-postgresql-decimal.adb142 function numeric_ln(num : Numeric_Type; global_rscale, ex : System.Address) return Numeric_Type; subprogspec
143 pragma Import(C,numeric_ln,"numeric_ln");
446 R.Numeric := numeric_ln(X.Numeric,R.Global_Rscale'Address,E'Address);
H A Ddecimal.h84 extern Numeric numeric_ln(Numeric num, int *global_rscale, Decimal_Exception *ex); /* Ln */
/dports/databases/apq-pgsql/apq-pgsql-3.2.0/src/
H A Dapq-postgresql-decimal.adb142 function numeric_ln(num : Numeric_Type; global_rscale, ex : System.Address) return Numeric_Type; subprogspec
143 pragma Import(C,numeric_ln,"numeric_ln");
446 R.Numeric := numeric_ln(X.Numeric,R.Global_Rscale'Address,E'Address);
H A Ddecimal.h84 extern Numeric numeric_ln(Numeric num, int *global_rscale, Decimal_Exception *ex); /* Ln */
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/
H A Dfmgrtab.c1072 { 1734, "numeric_ln", 1, true, false, numeric_ln },
1073 { 1735, "numeric_ln", 1, true, false, numeric_ln },
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln }, in deposit()
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln }, in deposit()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/
H A Dfmgrtab.c1067 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1068 { 1735, 1, true, false, "numeric_ln", numeric_ln },
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/
H A Dfmgrtab.c1078 { 1734, 1, true, false, "numeric_ln", numeric_ln },
1079 { 1735, 1, true, false, "numeric_ln", numeric_ln },

123456789