Home
last modified time | relevance | path

Searched refs:nears (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dnodebuild_classify_nosse2.cpp20 int nears = 0; in ClassifyLine2() local
35 nears = 1; in ClassifyLine2()
50 nears = 1; in ClassifyLine2()
54 nears = 2 | int(fabs(s_num2) < FAR_ENOUGH); in ClassifyLine2()
57 if (nears) in ClassifyLine2()
60 if (nears & 2) in ClassifyLine2()
76 if (nears & 1) in ClassifyLine2()
H A Dnodebuild_classify_sse2.cpp26 int nears = 0; in ClassifyLineSSE2() local
41 nears = 1; in ClassifyLineSSE2()
56 nears = 1; in ClassifyLineSSE2()
60 nears = 2 | int(fabs(s_num2) < FAR_ENOUGH); in ClassifyLineSSE2()
63 if (nears) in ClassifyLineSSE2()
66 if (nears & 2) in ClassifyLineSSE2()
82 if (nears & 1) in ClassifyLineSSE2()
/dports/math/pdal/PDAL-2.3.0/filters/
H A DZsmoothFilter.cpp102 PointIdList nears = kdi.radius(idx, m_p->radius); in filter() local
103 for (PointId n = 1; n < nears.size(); ++n) in filter()
105 double z = view.getFieldAs<double>(Dimension::Id::Z, nears[n]); in filter()
/dports/graphics/ospray/ospray-2.8.0/ospray/common/
H A DIntersect.ih200 const vec3f nears = min(mins, maxs);
203 isect.entry.t = reduce_max(nears);
204 if (isect.entry.t == nears.x)
206 else if (isect.entry.t == nears.y)
/dports/games/warzone2100/warzone2100/data/base/sequenceaudio/cam1/
H A Dc001.txa10 0 0 19.96 31.96 _("Team Alpha nears its destination")
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Dframing.py797 def ExEn(nears,far): argument
812 l = min(len(nears), len(fars))
814 if (nears[i] is far) or (nears[i] is not fars[i]): #first effective uncommon member
815 return (nears[i:], fars[i:], nears[:i])
820 return ([], [], nears[:])
/dports/science/jstrack/jstrack/tracker/storms/old/2016/
H A Dtwo.adv52 night as the system nears the coast.
140 night as the system nears the coast.
233 and Sunday as the system nears the coast in the warning area.
326 and Sunday as the system nears the coast in the warning area.
415 nears the coast within the warning area.
507 speed is expected later today and on Sunday as the system nears the
601 and on Sunday as the system nears the coast within the warning area.
694 expected later today and on Sunday as the system nears the coast
H A Dnine.dis238 discourage significant strengthening as the cyclone nears landfall.
290 of days. When the system nears the Florida Gulf coast, increasing
347 couple of days. When the system nears the Florida Gulf coast,
430 the cyclone nears the Florida Gulf coast, increasing upper-level
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/include/oasis-pkcs11/working/identifier_db/
H A DREADME4 proposers when their spec nears the time for TC balloting.
/dports/astro/py-astropy/astropy-5.0/astropy/table/
H A Doperations.py295 nears = kd1.query_ball_tree(kd2, r=dist, **query_args)
313 for idx1, idxs2 in enumerate(nears):
/dports/archivers/py-borgbackup/borgbackup-1.1.17/docs/deployment/
H A Dimage-backup.rst17 the data. Therefore, if a disk nears capacity and files are deleted again, the change
/dports/net/scamper/scamper-cvs-20211026/utils/sc_bdrmap/
H A Dsc_bdrmap.c452 slist_t *nears; member
3120 if(slist_tail_push(fr->nears, near) == NULL) in sc_farrouter_addnear()
3129 if(fr->nears != NULL) in sc_farrouter_free()
3130 slist_free(fr->nears); in sc_farrouter_free()
3139 (fr->nears = slist_alloc()) == NULL) in sc_farrouter_alloc()
3159 int ac = slist_count(a->nears); in sc_farrouter_nears_cmp()
3160 int bc = slist_count(b->nears); in sc_farrouter_nears_cmp()
8076 if(slist_count(fr->nears) <= 1) in finish_1()
8079 slist_qsort(fr->nears, (slist_cmp_t)sc_router_p_cmp); in finish_1()
8080 sn2 = slist_head_node(fr->nears); in finish_1()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c2070 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg__resample_row_hv_2_simd() local
2071 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
2111 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg__resample_row_hv_2_simd()
2112 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c2090 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg_resample_row_hv_2_simd() local
2091 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
2131 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg_resample_row_hv_2_simd()
2132 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/jpeg/
H A Drjpeg.c2090 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg_resample_row_hv_2_simd() local
2091 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
2131 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg_resample_row_hv_2_simd()
2132 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/jpeg/
H A Drjpeg.c2070 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg__resample_row_hv_2_simd() local
2071 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
2111 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg__resample_row_hv_2_simd()
2112 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/jpeg/
H A Drjpeg.c2090 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg_resample_row_hv_2_simd() local
2091 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
2131 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg_resample_row_hv_2_simd()
2132 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/jpeg/
H A Drjpeg.c2070 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg__resample_row_hv_2_simd() local
2071 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
2111 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg__resample_row_hv_2_simd()
2112 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c2070 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg__resample_row_hv_2_simd() local
2071 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
2111 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg__resample_row_hv_2_simd()
2112 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/jpeg/
H A Drjpeg.c2090 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg_resample_row_hv_2_simd() local
2091 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
2131 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg_resample_row_hv_2_simd()
2132 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/jpeg/
H A Drjpeg.c2090 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg_resample_row_hv_2_simd() local
2091 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
2131 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg_resample_row_hv_2_simd()
2132 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg_resample_row_hv_2_simd()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/jpeg/
H A Drjpeg.c2032 __m128i nears = _mm_slli_epi16(nearw, 2); in rjpeg__resample_row_hv_2_simd() local
2033 __m128i curr = _mm_add_epi16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
2073 int16x8_t nears = vreinterpretq_s16_u16(vshll_n_u8(nearb, 2)); in rjpeg__resample_row_hv_2_simd()
2074 int16x8_t curr = vaddq_s16(nears, diff); /* current row */ in rjpeg__resample_row_hv_2_simd()
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/distributions/
H A Dhyperexponential.qbk89 …][sub 2]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…
90 …][sub 1]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/distributions/
H A Dhyperexponential.qbk89 …][sub 2]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…
90 …][sub 1]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/doc/distributions/
H A Dhyperexponential.qbk89 …][sub 2]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…
90 …][sub 1]] approaches to /0/), the resulting hyperexponential distribution nears the exponential di…

12345678910>>...13