Home
last modified time | relevance | path

Searched refs:max8 (Results 1 – 25 of 113) sorted by relevance

12345

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/numerics/predicates/
H A Dside4.h629 double max8 = max1; in side4_4d_filter() local
646 if( (max7 < max8) ) in side4_4d_filter()
648 max7 = max8; in side4_4d_filter()
655 if( (max9 < max8) ) in side4_4d_filter()
657 max9 = max8; in side4_4d_filter()
1191 double max8 = max3; in side4_6d_filter() local
1218 max7 = max8; in side4_6d_filter()
1227 max9 = max8; in side4_6d_filter()
1850 max7 = max8; in side4_7d_filter()
1859 max9 = max8; in side4_7d_filter()
[all …]
/dports/math/fcl05/fcl-0.5.0/include/fcl/simd/
H A Dsimd_intersect.h132 const Vec3f& min8, const Vec3f& max8) in sse_four_AABBs_intersect() argument
142 MAX2X = _mm_set_ps(max5[0], max6[0], max7[0], max8[0]); in sse_four_AABBs_intersect()
144 MAX2Y = _mm_set_ps(max5[1], max6[1], max7[1], max8[1]); in sse_four_AABBs_intersect()
146 MAX2Z = _mm_set_ps(max5[2], max6[2], max7[2], max8[2]); in sse_four_AABBs_intersect()
222 const Vec3f& min8, const Vec3f& max8) in four_AABBs_intersect_and() argument
224 …ct(min1, max1, min2, max2, min3, max3, min4, max4, min5, max5, min6, max6, min7, max7, min8, max8); in four_AABBs_intersect_and()
235 const Vec3f& min8, const Vec3f& max8) in four_AABBs_intersect_or() argument
237 …ct(min1, max1, min2, max2, min3, max3, min4, max4, min5, max5, min6, max6, min7, max7, min8, max8); in four_AABBs_intersect_or()
/dports/math/fcl/fcl-0.7.0/.deprecated/simd/
H A Dsimd_intersect.h130 const Vector3d& min8, const Vector3d& max8) in sse_four_AABBs_intersect() argument
140 MAX2X = _mm_set_ps(max5[0], max6[0], max7[0], max8[0]); in sse_four_AABBs_intersect()
142 MAX2Y = _mm_set_ps(max5[1], max6[1], max7[1], max8[1]); in sse_four_AABBs_intersect()
144 MAX2Z = _mm_set_ps(max5[2], max6[2], max7[2], max8[2]); in sse_four_AABBs_intersect()
220 const Vector3d& min8, const Vector3d& max8) in four_AABBs_intersect_and() argument
222 …ct(min1, max1, min2, max2, min3, max3, min4, max4, min5, max5, min6, max6, min7, max7, min8, max8); in four_AABBs_intersect_and()
233 const Vector3d& min8, const Vector3d& max8) in four_AABBs_intersect_or() argument
235 …ct(min1, max1, min2, max2, min3, max3, min4, max4, min5, max5, min6, max6, min7, max7, min8, max8); in four_AABBs_intersect_or()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Runtime/
H A DTime.cpp67 count_t max8{RTNAME(SystemClockCountMax)(8)}; in TEST() local
68 EXPECT_GT(max8, 0); in TEST()
71 EXPECT_LT(start8, max8); in TEST()
84 EXPECT_LE(end, max8); in TEST()
/dports/sysutils/siegfried/siegfried-1.9.1/internal/persist/
H A Dpersist.go80 min8, max8 = -128, 128 const
188 if i > max8 {
195 if i <= min8 || i >= max8 {
291 case m < max8:
350 if ret[i] > max8 {
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DPower_side_of_oriented_power_sphere_3.h456 double max8 = CGAL::abs(qz_rz); in operator() local
458 if( max8 < apz_rz ) max8 = apz_rz; in operator()
466 if( (max8 < lower_bound_1) ) lower_bound_1 = max8; in operator()
469 if( (max8 > upper_bound_1) ) upper_bound_1 = max8; in operator()
483 eps = (8.88720573725927976811e-16 * (max5 * max8)); in operator()
544 lower_bound_1 = max8; in operator()
545 upper_bound_1 = max8; in operator()
566 eps = (8.88720573725927976811e-16 * (max6 * max8)); in operator()
/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A DtypesTest.C52 char const *max8 = "127"; variable
92 assert(strtoint8(max8) == int8max); in test_strto()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Evaluate/
H A Dfolding07.f90204 max8 = maxexponent(0._8), & variable
210 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Evaluate/
H A Dfolding07.f90205 max8 = maxexponent(0._8), & variable
211 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Evaluate/
H A Dfolding07.f90204 max8 = maxexponent(0._8), & variable
210 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Evaluate/
H A Dfolding07.f90204 max8 = maxexponent(0._8), & variable
210 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Evaluate/
H A Dfolding07.f90205 max8 = maxexponent(0._8), & variable
211 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Evaluate/
H A Dfolding07.f90204 max8 = maxexponent(0._8), & variable
210 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/f18/f18-1688bef/test/evaluate/
H A Dfolding07.f90267 max8 = maxexponent(0._8), & variable
273 logical, parameter :: test_max8 = max8 == 1023
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Evaluate/
H A Dfolding07.f90204 max8 = maxexponent(0._8), & variable
210 logical, parameter :: test_max8 = max8 == 1023
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Evaluate/
H A Dfolding07.f90205 max8 = maxexponent(0._8), & variable
211 logical, parameter :: test_max8 = max8 == 1023
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dntnine.h45 static const uint32_t max8 = 116080197; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/scripts/
H A Dmake_release_for_installer.bat23 REM copy "..\bin\win\win32\Release_Max8_static\COLLADAMaxNew.dle" %DESTINATION%\max8-x86 >> %LOGFIL…
24 REM %UPX_PATH%\upx.exe -9 %DESTINATION%\max8-x86\COLLADAMaxNew.dle >> %LOGFILE%
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dlikelyadjust.go92 func max8(a, b int8) int8 { func
153 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
233 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
/dports/biology/diamond/diamond-2.0.13/src/dp/
H A Dscan_diags.cpp69 Sv v1, max1, v2, max2, v3, max3, v4, max4, v5, max5, v6, max6, v7, max7, v8, max8; in scan_diags128()
94 max8.max(v8); in scan_diags128()
104 max8.store(scores + 112); in scan_diags128()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DTransforms.cc352 const float max8 = 1.0/8.0; in cmap() local
408 else if(value<max8) in cmap()
410 else if(value<3.*max8) in cmap()
412 else if(value<5.*max8) in cmap()
414 else if(value<7.*max8) in cmap()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dlikelyadjust.go83 func max8(a, b int8) int8 { func
144 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
224 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dlikelyadjust.go83 func max8(a, b int8) int8 { func
144 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
224 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/utilities/
H A Dstackvec.h24 static constexpr size_t max8 = std::numeric_limits<uint8_t>::max();
26 using SizeT = std::conditional_t<(OnStackCapacity < max8), uint8_t,
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/shaders/
H A Dcommon_math_lib.glsl49 #define max8(a, b, c, d, e, f, g, h) max(a, max7(b, c, d, e, f, g, h))
50 #define max9(a, b, c, d, e, f, g, h, i) max(a, max8(b, c, d, e, f, g, h, i))

12345