Home
last modified time | relevance | path

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

12345

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/axf/test/
H A Drange-list.hpp36 class cRange : public Range { class
37 cRange(Range const &other) : Range(other) {} in cRange() function in cRange
47 cRange offsetFrom(cRange const &origin) const { in offsetFrom()
68 bool contains(cRange const &other) const { in contains()
78 cRange intersectedWith(cRange const &other) const { in intersectedWith()
85 cRange nonEmptyIntersection(cRange const &other) const { in nonEmptyIntersection()
93 cRange randomSubRange() const;
125 using ConstIter = cRange const *;
130 cRangeList &append(cRange const &r) { in append()
138 cRange fullRange() const { in fullRange()
[all …]
H A Dtest_RangeList.cpp51 if (cRange::test()) in main()
66 cRange cRange::randomSubRange() const { in randomSubRange()
158 list.append(cRange(95739, 100000)); in test_append_0()
275 if (!randomTest(list, cRange(0, 200))) in test()
333 bool cRange::test() { in test()
334 auto const r = cRange(0, 20); in test()
386 if (!r.contains(cRange(7, 15))) { in test()
390 if (r.contains(cRange(10, 30))) { in test()
394 if (r.contains(cRange(30, 40))) { in test()
398 if (r.contains(cRange(20, 30))) { in test()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/axf/test/
H A Drange-list.hpp36 class cRange : public Range { class
37 cRange(Range const &other) : Range(other) {} in cRange() function in cRange
47 cRange offsetFrom(cRange const &origin) const { in offsetFrom()
68 bool contains(cRange const &other) const { in contains()
78 cRange intersectedWith(cRange const &other) const { in intersectedWith()
85 cRange nonEmptyIntersection(cRange const &other) const { in nonEmptyIntersection()
93 cRange randomSubRange() const;
125 using ConstIter = cRange const *;
130 cRangeList &append(cRange const &r) { in append()
138 cRange fullRange() const { in fullRange()
[all …]
H A Dtest_RangeList.cpp51 if (cRange::test()) in main()
66 cRange cRange::randomSubRange() const { in randomSubRange()
158 list.append(cRange(95739, 100000)); in test_append_0()
275 if (!randomTest(list, cRange(0, 200))) in test()
333 bool cRange::test() { in test()
334 auto const r = cRange(0, 20); in test()
386 if (!r.contains(cRange(7, 15))) { in test()
390 if (r.contains(cRange(10, 30))) { in test()
394 if (r.contains(cRange(30, 40))) { in test()
398 if (r.contains(cRange(20, 30))) { in test()
[all …]
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pfb/
H A Dttf2pfb.c372 cRange = re_alloc(cRange, numCR * sizeof (EVcRange), "Alloc_EncVec"); in Alloc_EncVec()
725 for (ipl = cRange->high.start; ipl <= cRange->high.end; ipl++) in PS_Head()
1177 cRange = re_alloc(cRange, ++numCR * sizeof (EVcRange), in Get_EncVec()
1179 cRange->high.start = cRange->high.end = 0; in Get_EncVec()
1228 if (cRange == NULL) in Get_EncVec()
1230 cRange = re_alloc(cRange, ++numCR * sizeof (EVcRange), "Get_EncVec"); in Get_EncVec()
1231 cRange->high.start = cRange->high.end = 0; in Get_EncVec()
1282 for (ipl = cRange->high.start; ipl <= cRange->high.end; ipl++) in Get_PlaneEV()
1388 if (plane >= cRange->high.start && plane <= cRange->high.end) in Get_PlaneEV()
1420 EVcRange* cRange; in Generate_Font() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/internal/racdict/
H A Dracdict.go70 cRange := chunk.CSecondary
73 if (cRange == r.cachedRange) && !cRange.Empty() {
78 if (cRange.Size() < 8) || (chunk.TTag != 0xFF) {
83 if _, err := rs.Seek(cRange[0], io.SeekStart); err != nil {
99 if (dictSize + 8) > cRange.Size() {
126 r.cachedRange = cRange
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/internal/racdict/
H A Dracdict.go70 cRange := chunk.CSecondary
73 if (cRange == r.cachedRange) && !cRange.Empty() {
78 if (cRange.Size() < 8) || (chunk.TTag != 0xFF) {
83 if _, err := rs.Seek(cRange[0], io.SeekStart); err != nil {
99 if (dictSize + 8) > cRange.Size() {
126 r.cachedRange = cRange
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/
H A DvtkOSPRayUnstructuredVolumeMapperNode.cxx312 double cRange[2]; in Render() local
313 array->GetRange(cRange, c); in Render()
314 double ldist = cRange[0] * cRange[0]; in Render()
315 double rdist = cRange[1] * cRange[1]; in Render()
317 if (cRange[0] < 0 && cRange[1] > 0) in Render()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py3/module/
H A Dtypes.pxd103 cdef cppclass cRange "::cpp2::Range":
104 cRange() except +
105 cRange(const cRange&) except +
106 bint operator==(cRange&)
107 bint operator!=(cRange&)
108 bint operator<(cRange&)
109 bint operator>(cRange&)
110 bint operator<=(cRange&)
111 bint operator>=(cRange&)
236 cdef shared_ptr[cRange] _cpp_obj
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dvsscanf.c62 ,cRange enumerator
263 chunk = cRange; in vsscanf()
324 case cRange: in vsscanf()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/scripts/SSAO/
H A DCreaseShadingFP.glsl8 uniform float cRange; // the three(four) artistic parameters
39 float rangeAttenuation = 1.0f - clamp(distance / cRange, 0.0, 1.0);
H A DCreaseShading.cg12 uniform const float cRange, // the three(four) artistic parameters
57 float rangeAttenuation = 1.0f - saturate(distance / cRange);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/scripts/SSAO/
H A DCreaseShadingFP.glsl8 uniform float cRange; // the three(four) artistic parameters
39 float rangeAttenuation = 1.0f - clamp(distance / cRange, 0.0, 1.0);
H A DCreaseShading.cg12 uniform const float cRange, // the three(four) artistic parameters
57 float rangeAttenuation = 1.0f - saturate(distance / cRange);
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/providers/gce/
H A Dfirewall.go317 cRange, err := toPortRange(c)
322 if rRange.protocol != cRange.protocol {
326 if rRange.min >= cRange.min && rRange.min <= cRange.max {
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_visualisation/
H A DGrid_Color_Triangle.cpp127 double aMin, bMin, cMin, aRange, bRange, cRange, a, b, c; in On_Execute() local
133 …->asRange(), Parameters("C_PERCTL")->asRange(), Parameters("C_PERCENT")->asDouble(), cMin, cRange); in On_Execute()
177 c = cRange * (pC->asDouble(x, y) - cMin); if( c > 1. ) c = 1.; else if( c < 0. ) c = 0.; in On_Execute()
/dports/math/octave-forge-ltfat/ltfat/inst/wavelets/wfbtmanip/
H A DtreeOutLen.m48 cRange = cell2mat(cellfun(@(rEl) rEl(:),rangeOut(:),... variable
53 Lc(cRange) = Lctmp;
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/storage/
H A Dretry_test.go185 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
186 rangeSplits := strings.Split(cRange, "/")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/storage/
H A Dretry_test.go185 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
186 rangeSplits := strings.Split(cRange, "/")
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/storage/
H A Dretry_test.go188 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
189 rangeSplits := strings.Split(cRange, "/")
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/storage/
H A Dretry_test.go185 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
186 rangeSplits := strings.Split(cRange, "/")
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/storage/
H A Dretry_test.go192 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
193 rangeSplits := strings.Split(cRange, "/")
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/storage/
H A Dretry_test.go185 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
186 rangeSplits := strings.Split(cRange, "/")
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/storage/
H A Dretry_test.go192 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
193 rangeSplits := strings.Split(cRange, "/")
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/storage/
H A Dretry_test.go185 cRange := strings.TrimPrefix(hdr.Get("Content-Range"), "bytes ")
186 rangeSplits := strings.Split(cRange, "/")

12345