Home
last modified time | relevance | path

Searched refs:floating_point (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dfloating_point.hpp17 class floating_point;
75 class floating_point class
85 floating_point() = delete;
104 TYPE_SAFE_FORCE_INLINE constexpr floating_point(const floating_point<T>& val) noexcept in floating_point() function in type_safe::floating_point
116 constexpr floating_point(const floating_point<T>&) = delete;
139 TYPE_SAFE_FORCE_INLINE floating_point& operator=(const floating_point<T>& val) noexcept in operator =()
153 floating_point& operator=(const floating_point<T>&) = delete;
216 TYPE_SAFE_FORCE_INLINE floating_point& operator+=(const floating_point<T>& other) noexcept in operator +=()
228 TYPE_SAFE_FORCE_INLINE floating_point& operator-=(const floating_point<T>& other) noexcept in operator -=()
240 TYPE_SAFE_FORCE_INLINE floating_point& operator*=(const floating_point<T>& other) noexcept in operator *=()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/
H A Dfloating_point.cc23 static_assert( std::floating_point<float> );
24 static_assert( std::floating_point<double> );
30 static_assert( !std::floating_point<char> );
32 static_assert( !std::floating_point<bool> );
33 static_assert( !std::floating_point<int> );
40 static_assert( !std::floating_point<void> );
41 static_assert( !std::floating_point<float*> );
52 static_assert( !std::floating_point<E> );
54 static_assert( !std::floating_point<CE> );
56 static_assert( !std::floating_point<A> );
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/
H A Dfloating_point.pass.cpp22 constexpr bool result = std::floating_point<T>; in CheckFloatingPointQualifiers()
27 static_assert(!std::floating_point<T&>); in CheckFloatingPointQualifiers()
28 static_assert(!std::floating_point<const T&>); in CheckFloatingPointQualifiers()
32 static_assert(!std::floating_point<T&&>); in CheckFloatingPointQualifiers()
33 static_assert(!std::floating_point<const T&&>); in CheckFloatingPointQualifiers()
37 static_assert(!std::floating_point<T*>); in CheckFloatingPointQualifiers()
38 static_assert(!std::floating_point<const T*>); in CheckFloatingPointQualifiers()
42 static_assert(!std::floating_point<T (*)()>); in CheckFloatingPointQualifiers()
43 static_assert(!std::floating_point<T (&)()>); in CheckFloatingPointQualifiers()
44 static_assert(!std::floating_point<T(&&)()>); in CheckFloatingPointQualifiers()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/
H A Dfloating_point.pass.cpp22 constexpr bool result = std::floating_point<T>; in CheckFloatingPointQualifiers()
27 static_assert(!std::floating_point<T&>); in CheckFloatingPointQualifiers()
28 static_assert(!std::floating_point<const T&>); in CheckFloatingPointQualifiers()
32 static_assert(!std::floating_point<T&&>); in CheckFloatingPointQualifiers()
33 static_assert(!std::floating_point<const T&&>); in CheckFloatingPointQualifiers()
37 static_assert(!std::floating_point<T*>); in CheckFloatingPointQualifiers()
38 static_assert(!std::floating_point<const T*>); in CheckFloatingPointQualifiers()
42 static_assert(!std::floating_point<T (*)()>); in CheckFloatingPointQualifiers()
43 static_assert(!std::floating_point<T (&)()>); in CheckFloatingPointQualifiers()
44 static_assert(!std::floating_point<T(&&)()>); in CheckFloatingPointQualifiers()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/
H A Dfloating_point.pass.cpp22 constexpr bool result = std::floating_point<T>; in CheckFloatingPointQualifiers()
27 static_assert(!std::floating_point<T&>); in CheckFloatingPointQualifiers()
28 static_assert(!std::floating_point<const T&>); in CheckFloatingPointQualifiers()
32 static_assert(!std::floating_point<T&&>); in CheckFloatingPointQualifiers()
33 static_assert(!std::floating_point<const T&&>); in CheckFloatingPointQualifiers()
37 static_assert(!std::floating_point<T*>); in CheckFloatingPointQualifiers()
38 static_assert(!std::floating_point<const T*>); in CheckFloatingPointQualifiers()
42 static_assert(!std::floating_point<T (*)()>); in CheckFloatingPointQualifiers()
43 static_assert(!std::floating_point<T (&)()>); in CheckFloatingPointQualifiers()
44 static_assert(!std::floating_point<T(&&)()>); in CheckFloatingPointQualifiers()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/
H A Dfloating_point.pass.cpp22 constexpr bool result = std::floating_point<T>; in CheckFloatingPointQualifiers()
27 static_assert(!std::floating_point<T&>); in CheckFloatingPointQualifiers()
28 static_assert(!std::floating_point<const T&>); in CheckFloatingPointQualifiers()
32 static_assert(!std::floating_point<T&&>); in CheckFloatingPointQualifiers()
33 static_assert(!std::floating_point<const T&&>); in CheckFloatingPointQualifiers()
37 static_assert(!std::floating_point<T*>); in CheckFloatingPointQualifiers()
38 static_assert(!std::floating_point<const T*>); in CheckFloatingPointQualifiers()
42 static_assert(!std::floating_point<T (*)()>); in CheckFloatingPointQualifiers()
43 static_assert(!std::floating_point<T (&)()>); in CheckFloatingPointQualifiers()
44 static_assert(!std::floating_point<T(&&)()>); in CheckFloatingPointQualifiers()
[all …]
/dports/devel/py-archinfo/archinfo-9.0.5405/archinfo/
H A Darch_mips64.py139 Register(name='f0', size=8, floating_point=True, subregisters=[('f0_lo', 0, 4)]),
140 Register(name='f1', size=8, floating_point=True, subregisters=[('f1_lo', 0, 4)]),
141 Register(name='f2', size=8, floating_point=True, subregisters=[('f2_lo', 0, 4)]),
142 Register(name='f3', size=8, floating_point=True, subregisters=[('f3_lo', 0, 4)]),
143 Register(name='f4', size=8, floating_point=True, subregisters=[('f4_lo', 0, 4)]),
144 Register(name='f5', size=8, floating_point=True, subregisters=[('f5_lo', 0, 4)]),
171 Register(name='fir', size=4, floating_point=True),
172 Register(name='fccr', size=4, floating_point=True),
173 Register(name='fexr', size=4, floating_point=True),
174 Register(name='fenr', size=4, floating_point=True),
[all …]
H A Darch_mips32.py144 Register(name='f0', size=8, floating_point=True, subregisters=[('f0_lo', 0, 4)]),
145 Register(name='f1', size=8, floating_point=True, subregisters=[('f1_lo', 0, 4)]),
146 Register(name='f2', size=8, floating_point=True, subregisters=[('f2_lo', 0, 4)]),
147 Register(name='f3', size=8, floating_point=True, subregisters=[('f3_lo', 0, 4)]),
148 Register(name='f4', size=8, floating_point=True, subregisters=[('f4_lo', 0, 4)]),
149 Register(name='f5', size=8, floating_point=True, subregisters=[('f5_lo', 0, 4)]),
176 Register(name='fir', size=4, floating_point=True),
177 Register(name='fccr', size=4, floating_point=True),
178 Register(name='fexr', size=4, floating_point=True),
179 Register(name='fenr', size=4, floating_point=True),
[all …]
H A Darch_aarch64.py149 alias_names=('v0',), floating_point=True, vector=True),
154 alias_names=('v1',), floating_point=True, vector=True),
159 alias_names=('v2',), floating_point=True, vector=True),
164 alias_names=('v3',), floating_point=True, vector=True),
169 alias_names=('v4',), floating_point=True, vector=True),
174 alias_names=('v5',), floating_point=True, vector=True),
179 alias_names=('v6',), floating_point=True, vector=True),
184 alias_names=('v7',), floating_point=True, vector=True),
189 alias_names=('v8',), floating_point=True, vector=True),
194 alias_names=('v9',), floating_point=True, vector=True),
[all …]
H A Darch_arm.py257 Register(name='d0', size=8, floating_point=True, vector=True),
258 Register(name='d1', size=8, floating_point=True, vector=True),
259 Register(name='d2', size=8, floating_point=True, vector=True),
260 Register(name='d3', size=8, floating_point=True, vector=True),
261 Register(name='d4', size=8, floating_point=True, vector=True),
262 Register(name='d5', size=8, floating_point=True, vector=True),
263 Register(name='d6', size=8, floating_point=True, vector=True),
264 Register(name='d7', size=8, floating_point=True, vector=True),
265 Register(name='d8', size=8, floating_point=True, vector=True),
266 Register(name='d9', size=8, floating_point=True, vector=True),
[all …]
/dports/devel/libpff/libpff-20180714/pypff/
H A Dpypff_datetime.c351 if( timestamp.floating_point >= 2 ) in pypff_datetime_new_from_floatingtime()
355 timestamp.floating_point -= 2; in pypff_datetime_new_from_floatingtime()
357 while( timestamp.floating_point > 0 ) in pypff_datetime_new_from_floatingtime()
375 while( timestamp.floating_point > 0 ) in pypff_datetime_new_from_floatingtime()
467 timestamp.floating_point *= 24; in pypff_datetime_new_from_floatingtime()
469 timestamp.floating_point -= hours; in pypff_datetime_new_from_floatingtime()
473 timestamp.floating_point *= 60; in pypff_datetime_new_from_floatingtime()
475 timestamp.floating_point -= minutes; in pypff_datetime_new_from_floatingtime()
479 timestamp.floating_point *= 60; in pypff_datetime_new_from_floatingtime()
481 timestamp.floating_point -= seconds; in pypff_datetime_new_from_floatingtime()
[all …]
/dports/devel/libvslvm/libvslvm-20210807/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libevt/libevt-20210424/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libesedb/libesedb-20210424/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libbde/libbde-20210605/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libvmdk/libvmdk-20210807/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libsmraw/libsmraw-20210807/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libmodi/libmodi-20210807/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]
/dports/devel/libevtx/libevtx-20210525/libfvalue/
H A Dlibfvalue_floating_point.c42 if( floating_point == NULL ) in libfvalue_floating_point_initialize()
53 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
67 if( *floating_point == NULL ) in libfvalue_floating_point_initialize()
79 *floating_point, in libfvalue_floating_point_initialize()
95 if( *floating_point != NULL ) in libfvalue_floating_point_initialize()
98 *floating_point ); in libfvalue_floating_point_initialize()
100 *floating_point = NULL; in libfvalue_floating_point_initialize()
114 if( floating_point == NULL ) in libfvalue_floating_point_free()
125 if( *floating_point != NULL ) in libfvalue_floating_point_free()
128 *floating_point ); in libfvalue_floating_point_free()
[all …]

12345678910>>...34