Home
last modified time | relevance | path

Searched refs:__half_raw (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/eigen3/eigen-3.3.9/test/
H A Dhalf_float.cpp27 using Eigen::half_impl::__half_raw; in test_conversion()
44 float val1 = float(half(__half_raw(0x3c00))); in test_conversion()
45 float val2 = float(half(__half_raw(0x3c01))); in test_conversion()
46 float val3 = float(half(__half_raw(0x3c02))); in test_conversion()
62 VERIFY_IS_EQUAL(float(half(__half_raw(0x0000))), 0.0f); in test_conversion()
86 VERIFY(!(numext::isinf)(half(__half_raw(0x7bff)))); in test_conversion()
87 VERIFY(!(numext::isnan)(half(__half_raw(0x0000)))); in test_conversion()
88 VERIFY((numext::isinf)(half(__half_raw(0xfc00)))); in test_conversion()
89 VERIFY((numext::isnan)(half(__half_raw(0xfc01)))); in test_conversion()
90 VERIFY((numext::isinf)(half(__half_raw(0x7c00)))); in test_conversion()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dhalf_float.cpp27 using Eigen::half_impl::__half_raw; in test_conversion()
44 float val1 = float(half(__half_raw(0x3c00))); in test_conversion()
45 float val2 = float(half(__half_raw(0x3c01))); in test_conversion()
46 float val3 = float(half(__half_raw(0x3c02))); in test_conversion()
62 VERIFY_IS_EQUAL(float(half(__half_raw(0x0000))), 0.0f); in test_conversion()
86 VERIFY(!(numext::isinf)(half(__half_raw(0x7bff)))); in test_conversion()
87 VERIFY(!(numext::isnan)(half(__half_raw(0x0000)))); in test_conversion()
88 VERIFY((numext::isinf)(half(__half_raw(0xfc00)))); in test_conversion()
89 VERIFY((numext::isnan)(half(__half_raw(0xfc01)))); in test_conversion()
90 VERIFY((numext::isinf)(half(__half_raw(0x7c00)))); in test_conversion()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dhalf_float.cpp27 using Eigen::half_impl::__half_raw; in test_conversion()
44 float val1 = float(half(__half_raw(0x3c00))); in test_conversion()
45 float val2 = float(half(__half_raw(0x3c01))); in test_conversion()
46 float val3 = float(half(__half_raw(0x3c02))); in test_conversion()
62 VERIFY_IS_EQUAL(float(half(__half_raw(0x0000))), 0.0f); in test_conversion()
86 VERIFY(!(numext::isinf)(half(__half_raw(0x7bff)))); in test_conversion()
87 VERIFY(!(numext::isnan)(half(__half_raw(0x0000)))); in test_conversion()
88 VERIFY((numext::isinf)(half(__half_raw(0xfc00)))); in test_conversion()
89 VERIFY((numext::isnan)(half(__half_raw(0xfc01)))); in test_conversion()
90 VERIFY((numext::isinf)(half(__half_raw(0x7c00)))); in test_conversion()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dhalf_float.cpp27 using Eigen::half_impl::__half_raw; in test_conversion()
44 float val1 = float(half(__half_raw(0x3c00))); in test_conversion()
45 float val2 = float(half(__half_raw(0x3c01))); in test_conversion()
46 float val3 = float(half(__half_raw(0x3c02))); in test_conversion()
62 VERIFY_IS_EQUAL(float(half(__half_raw(0x0000))), 0.0f); in test_conversion()
86 VERIFY(!(numext::isinf)(half(__half_raw(0x7bff)))); in test_conversion()
87 VERIFY(!(numext::isnan)(half(__half_raw(0x0000)))); in test_conversion()
88 VERIFY((numext::isinf)(half(__half_raw(0xfc00)))); in test_conversion()
89 VERIFY((numext::isnan)(half(__half_raw(0xfc01)))); in test_conversion()
90 VERIFY((numext::isinf)(half(__half_raw(0x7c00)))); in test_conversion()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dhalf_float.cpp27 using Eigen::half_impl::__half_raw; in test_conversion()
44 float val1 = float(half(__half_raw(0x3c00))); in test_conversion()
45 float val2 = float(half(__half_raw(0x3c01))); in test_conversion()
46 float val3 = float(half(__half_raw(0x3c02))); in test_conversion()
62 VERIFY_IS_EQUAL(float(half(__half_raw(0x0000))), 0.0f); in test_conversion()
86 VERIFY(!(numext::isinf)(half(__half_raw(0x7bff)))); in test_conversion()
87 VERIFY(!(numext::isnan)(half(__half_raw(0x0000)))); in test_conversion()
88 VERIFY((numext::isinf)(half(__half_raw(0xfc00)))); in test_conversion()
89 VERIFY((numext::isnan)(half(__half_raw(0xfc01)))); in test_conversion()
90 VERIFY((numext::isinf)(half(__half_raw(0x7c00)))); in test_conversion()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Core/arch/Default/
H A DHalf.h55 struct __half_raw { struct
66 typedef __half __half_raw;
70 typedef cl::sycl::half __half_raw;
80 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
87 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
101 typedef half_impl::__half_raw __half_raw; typedef
110 typedef half_impl::__half_raw __half_raw;
397 __half_raw h;
411 return *(__half_raw*)&tmp_ff;
414 __half_raw h;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
337 __half_raw h;
350 return *(__half_raw*)&tmp_ff;
353 __half_raw h;
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/Core/arch/CUDA/
H A DHalf.h55 struct __half_raw { struct
56 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() argument
62 typedef __half __half_raw;
69 struct half_base : public __half_raw {
72 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
74 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
83 typedef half_impl::__half_raw __half_raw; typedef
335 __half_raw h;
348 return *(__half_raw*)&tmp_ff;
351 __half_raw h;
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/Eigen/src/Core/arch/CUDA/
H A DHalf.h54 struct __half_raw { struct
55 EIGEN_DEVICE_FUNC __half_raw() : x(0) {} in __half_raw() function
61 typedef __half __half_raw;
68 struct half_base : public __half_raw {
71 EIGEN_DEVICE_FUNC half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
73 EIGEN_DEVICE_FUNC half_base(const __half& h) : __half_raw(*(__half_raw*)&h) {} in half_base()
82 typedef half_impl::__half_raw __half_raw; typedef
334 __half_raw h;
347 return *(__half_raw*)&tmp_ff;
350 __half_raw h;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/arch/Default/
H A DHalf.h87 struct __half_raw { struct
114 typedef __half __half_raw;
126 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
150 typedef half_impl::__half_raw __half_raw; typedef
159 typedef half_impl::__half_raw __half_raw;
198 ::__half_raw hr; in __half()
503 __half_raw h;
507 return __half_raw(x);
536 __half_raw h;
541 __half_raw h;
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/Default/
H A DHalf.h87 struct __half_raw { struct
114 typedef __half __half_raw;
126 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
150 typedef half_impl::__half_raw __half_raw; typedef
159 typedef half_impl::__half_raw __half_raw;
198 ::__half_raw hr; in __half()
503 __half_raw h;
507 return __half_raw(x);
536 __half_raw h;
541 __half_raw h;
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/Default/
H A DHalf.h87 struct __half_raw { struct
114 typedef __half __half_raw;
126 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half_base(const __half_raw& h) : __half_raw(h) {} in half_base()
150 typedef half_impl::__half_raw __half_raw; typedef
159 typedef half_impl::__half_raw __half_raw;
198 ::__half_raw hr; in __half()
503 __half_raw h;
507 return __half_raw(x);
536 __half_raw h;
541 __half_raw h;
[all …]

12