Home
last modified time | relevance | path

Searched refs:skipB (Results 1 – 25 of 121) sorted by relevance

12345

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsao.cpp713 int skipB = plane ? 2 : 4; in calcSaoStatsCu() local
723 skipB = plane ? 1 : 3; in calcSaoStatsCu()
738 skipB = plane ? 1 : 3; in calcSaoStatsCu()
752 skipB = plane ? 2 : 4; in calcSaoStatsCu()
777 skipB = plane ? 2 : 4; in calcSaoStatsCu()
859 int skipB, skipR; in calcSaoStatsCu_BeforeDblk() local
886 skipB = plane ? 1 : 3; in calcSaoStatsCu_BeforeDblk()
915 skipB = plane ? 1 : 3; in calcSaoStatsCu_BeforeDblk()
951 skipB = plane ? 2 : 4; in calcSaoStatsCu_BeforeDblk()
996 skipB = plane ? 2 : 4; in calcSaoStatsCu_BeforeDblk()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
947 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
962 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
963 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
965 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
H A Dqset.h464 int qh_setequal_skip(setT *setA, int skipA, setT *setB, int skipB);
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
946 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
961 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
962 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
964 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
H A Dqset.h461 int qh_setequal_skip(setT *setA, int skipA, setT *setB, int skipB);
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
H A Dqset.h467 int qh_setequal_skip(setT *setA, int skipA, setT *setB, int skipB);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Dpoly.c342 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
365 *skipB= 0; in qh_facetintersect()
367 *skipB= 1; in qh_facetintersect()
369 *skipB= 2; in qh_facetintersect()
373 *skipB= j; in qh_facetintersect()
385 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
930 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
945 *skipB= SETindex_(verticesB, skipB); in qh_matchvertices()
946 *same= !(((ptr_intT)skipA & 0x1) ^ ((ptr_intT)*skipB & 0x1)); in qh_matchvertices()
948 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
H A Dqset.h445 int qh_setequal_skip (setT *setA, int skipA, setT *setB, int skipB);
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
947 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
962 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
963 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
965 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/math/py-pyhull/pyhull-2015.2.1/src/libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Dpoly.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/math/R-cran-geometry/geometry/src/
H A Dpoly_r.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull_r/
H A Dpoly_r.c344 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
367 *skipB= 0; in qh_facetintersect()
369 *skipB= 1; in qh_facetintersect()
371 *skipB= 2; in qh_facetintersect()
375 *skipB= j; in qh_facetintersect()
387 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
953 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
968 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB */ in qh_matchvertices()
969 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
971 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsao.cpp781 int skipB = 4; in calcSaoStatsCTU() local
814 skipB = 3; in calcSaoStatsCTU()
829 skipB = 3; in calcSaoStatsCTU()
843 skipB = 4; in calcSaoStatsCTU()
868 skipB = 4; in calcSaoStatsCTU()
894 skipB = 4; in calcSaoStatsCTU()
958 int skipB, skipR; in calcSaoStatsCu_BeforeDblk() local
986 skipB = 3 - plane_offset; in calcSaoStatsCu_BeforeDblk()
1015 skipB = 3 - plane_offset; in calcSaoStatsCu_BeforeDblk()
1051 skipB = 4 - plane_offset; in calcSaoStatsCu_BeforeDblk()
[all …]
/dports/multimedia/x265/source/encoder/
H A Dsao.cpp781 int skipB = 4; in calcSaoStatsCTU() local
814 skipB = 3; in calcSaoStatsCTU()
829 skipB = 3; in calcSaoStatsCTU()
843 skipB = 4; in calcSaoStatsCTU()
868 skipB = 4; in calcSaoStatsCTU()
894 skipB = 4; in calcSaoStatsCTU()
958 int skipB, skipR; in calcSaoStatsCu_BeforeDblk() local
986 skipB = 3 - plane_offset; in calcSaoStatsCu_BeforeDblk()
1015 skipB = 3 - plane_offset; in calcSaoStatsCu_BeforeDblk()
1051 skipB = 4 - plane_offset; in calcSaoStatsCu_BeforeDblk()
[all …]
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Dpoly.c375 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
398 *skipB= 0; in qh_facetintersect()
400 *skipB= 1; in qh_facetintersect()
402 *skipB= 2; in qh_facetintersect()
406 *skipB= j; in qh_facetintersect()
418 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
1054 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
1069 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB in qh_matchvertices()
1071 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
1073 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Dpoly.c375 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
398 *skipB= 0; in qh_facetintersect()
400 *skipB= 1; in qh_facetintersect()
402 *skipB= 2; in qh_facetintersect()
406 *skipB= j; in qh_facetintersect()
418 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
1054 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
1069 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB in qh_matchvertices()
1071 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
1073 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Dpoly_r.c375 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
398 *skipB= 0; in qh_facetintersect()
400 *skipB= 1; in qh_facetintersect()
402 *skipB= 2; in qh_facetintersect()
406 *skipB= j; in qh_facetintersect()
418 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
1055 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
1070 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB in qh_matchvertices()
1072 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
1074 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Dpoly_r.c375 int *skipA,int *skipB, int prepend) {
398 *skipB= 0;
400 *skipB= 1;
402 *skipB= 2;
406 *skipB= j;
418 facetA->id, *skipA, facetB->id, *skipB));
1055 setT *verticesB, int *skipB, boolT *same) {
1070 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB
1072 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */
1074 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same));
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Dpoly_r.c375 int *skipA,int *skipB, int prepend) { in qh_facetintersect() argument
398 *skipB= 0; in qh_facetintersect()
400 *skipB= 1; in qh_facetintersect()
402 *skipB= 2; in qh_facetintersect()
406 *skipB= j; in qh_facetintersect()
418 facetA->id, *skipA, facetB->id, *skipB)); in qh_facetintersect()
1055 setT *verticesB, int *skipB, boolT *same) { in qh_matchvertices() argument
1070 *skipB= SETindex_(verticesB, skipB); /* i.e., skipBp - verticesB in qh_matchvertices()
1072 *same= !((skipA & 0x1) ^ (*skipB & 0x1)); /* result is 0 or 1 */ in qh_matchvertices()
1074 skipA, (*skipAp)->id, *skipB, (*(skipBp-1))->id, *same)); in qh_matchvertices()
/dports/games/avp/avp-20170505/src/win95/
H A Dawtexld.cpp305 , skipB(false) in LoadInfo()
801 pLoadInfo->skipB = true; in CreateTexture()
807 if (!pLoadInfo->skipB) in CreateTexture()
874 pLoadInfo->skipB = true; in CreateTexture()
883 if (!pLoadInfo->skipB) in CreateTexture()
900 if (pLoadInfo->skipB) in CreateTexture()
913 bSkipAll = bSkipAll && pLoadInfo->skipB; in CreateTexture()
940 if (!pLoadInfo->skipB) in CreateTexture()
1063 if (!pLoadInfo->skipB) in CreateTexture()
1104 if (!pLoadInfo->skipB) in CreateTexture()
[all …]
/dports/science/libghemical/libghemical-3.0.0/src/
H A Dengine.cpp154 bool skipB = (!testB1 || testB2); in UpdateSetupInfo() local
156 if (!skipA && !skipB) in UpdateSetupInfo()
258 bool skipB = (!testB1 || testB2); in UpdateSetupInfo() local
260 if (!skipA && !skipB) in UpdateSetupInfo()

12345