Home
last modified time | relevance | path

Searched refs:float8_eq (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower))
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper))
850 *result = (float8_eq(b1->low.x, b2->low.x) &&
851 float8_eq(b1->low.y, b2->low.y) &&
852 float8_eq(b1->high.x, b2->high.x) &&
853 float8_eq(b1->high.y, b2->high.y));
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower))
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper))
850 *result = (float8_eq(b1->low.x, b2->low.x) &&
851 float8_eq(b1->low.y, b2->low.y) &&
852 float8_eq(b1->high.x, b2->high.x) &&
853 float8_eq(b1->high.y, b2->high.y));
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
850 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
851 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
852 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
853 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower))
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper))
850 *result = (float8_eq(b1->low.x, b2->low.x) &&
851 float8_eq(b1->low.y, b2->low.y) &&
852 float8_eq(b1->high.x, b2->high.x) &&
853 float8_eq(b1->high.y, b2->high.y));
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/gist/
H A Dgistproc.c606 float8_eq(rightLower, intervalsLower[i1].lower))
643 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper))
850 *result = (float8_eq(b1->low.x, b2->low.x) &&
851 float8_eq(b1->low.y, b2->low.y) &&
852 float8_eq(b1->high.x, b2->high.x) &&
853 float8_eq(b1->high.y, b2->high.y));
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/gist/
H A Dgistproc.c616 float8_eq(rightLower, intervalsLower[i1].lower)) in gist_box_picksplit()
653 while (i2 >= 0 && float8_eq(leftUpper, intervalsUpper[i2].upper)) in gist_box_picksplit()
860 *result = (float8_eq(b1->low.x, b2->low.x) && in gist_box_same()
861 float8_eq(b1->low.y, b2->low.y) && in gist_box_same()
862 float8_eq(b1->high.x, b2->high.x) && in gist_box_same()
863 float8_eq(b1->high.y, b2->high.y)); in gist_box_same()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/utils/
H A Dfloat.h267 float8_eq(const float8 val1, const float8 val2) in float8_eq() function
/dports/databases/postgresql14-server/postgresql-14.1/src/include/utils/
H A Dfloat.h267 float8_eq(const float8 val1, const float8 val2) in float8_eq() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/utils/
H A Dfloat.h267 float8_eq(const float8 val1, const float8 val2) in float8_eq() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/utils/
H A Dfloat.h267 float8_eq(const float8 val1, const float8 val2) in float8_eq() function

1234