Home
last modified time | relevance | path

Searched refs:native_type (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/streflop/
H A DSoftFloatWrapper.cpp126 …value<SF_TYPE>() = IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >::convert_fr…
129 …value<SF_TYPE>() = IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >::convert_fr…
133 …return IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >::convert_to_int(value<S…
152 …PREPEND(_eq)(value<SF_TYPE>(), IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >…
158 …PREPEND(_lt)(value<SF_TYPE>(), IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >…
161 …PREPEND(_le)(value<SF_TYPE>(), IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >…
164 …return SF_PREPEND(_lt)(IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >::conver…
167 …return SF_PREPEND(_le)(IntConverter< N_SPECIALIZED, native_type, (sizeof(native_type)>4) >::conver…
323 …value<SF_TYPE>() = FloatConverter< N_SPECIALIZED, native_type, sizeof(native_type)>::convert_from_…
326 …value<SF_TYPE>() = FloatConverter< N_SPECIALIZED, native_type, sizeof(native_type)>::convert_from_…
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/streflop/
H A DSoftFloatWrapper.h67 #define STREFLOP_SOFT_WRAPPER_NATIVE_OPS(native_type) \
68 SoftFloatWrapper(const native_type f); \
69 SoftFloatWrapper& operator=(const native_type f); \
70 operator native_type() const; \
71 SoftFloatWrapper& operator+=(const native_type f); \
75 bool operator==(const native_type f) const; \
76 bool operator!=(const native_type f) const; \
77 bool operator<(const native_type f) const; \
78 bool operator<=(const native_type f) const; \
79 bool operator>(const native_type f) const; \
[all …]
H A DX87DenormalSquasher.h78 #define STREFLOP_X87DENORMAL_NATIVE_FLOAT_OPS(native_type) \ argument
81 inline operator native_type() const {return static_cast<native_type>(value);} \
93 #define STREFLOP_X87DENORMAL_NATIVE_INT_OPS(native_type) \ argument
94 inline X87DenormalSquasher(const native_type x) {value = x;} \
96 inline operator native_type() const {return static_cast<native_type>(value);} \
101 inline bool operator==(const native_type f) const {return value == f;} \
103 inline bool operator<(const native_type f) const {return value < f;} \
105 inline bool operator>(const native_type f) const {return value > f;} \
106 inline bool operator>=(const native_type f) const {return value >= f;}
131 #define STREFLOP_X87DENORMAL_FLOAT_BINARY(native_type) \ argument
[all …]
/dports/games/spring/spring_98.0/rts/lib/streflop/
H A DX87DenormalSquasher.h77 #define STREFLOP_X87DENORMAL_NATIVE_FLOAT_OPS(native_type) \ argument
80 inline operator native_type() const {return static_cast<native_type>(value);} \
92 #define STREFLOP_X87DENORMAL_NATIVE_INT_OPS(native_type) \ argument
93 inline X87DenormalSquasher(const native_type x) {value = x;} \
95 inline operator native_type() const {return static_cast<native_type>(value);} \
100 inline bool operator==(const native_type f) const {return value == f;} \
102 inline bool operator<(const native_type f) const {return value < f;} \
104 inline bool operator>(const native_type f) const {return value > f;} \
105 inline bool operator>=(const native_type f) const {return value >= f;}
130 #define STREFLOP_X87DENORMAL_FLOAT_BINARY(native_type) \ argument
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/types/
H A Dint16x8.h38 using native_type = __m128i; variable
40 using native_type = int16x8_t; variable
44 using native_type = v8i16; variable
97 native_type d_;
111 using native_type = __m128i; variable
117 using native_type = v8u16; variable
170 native_type d_;
183 using native_type = __mmask8; variable
185 using native_type = __m128i; variable
191 using native_type = v8u16; variable
[all …]
H A Dint8x16.h38 using native_type = __m128i; variable
40 using native_type = int8x16_t; variable
44 using native_type = v16i8; variable
97 native_type d_;
111 using native_type = __m128i; variable
113 using native_type = uint8x16_t; variable
117 using native_type = v16u8; variable
170 native_type d_;
185 using native_type = __m128i; variable
191 using native_type = v16u8; variable
[all …]
H A Dint32x4.h38 using native_type = __m128i; variable
40 using native_type = int32x4_t; variable
44 using native_type = v4i32; variable
97 native_type d_;
111 using native_type = __m128i; variable
117 using native_type = v4u32; variable
170 native_type d_;
183 using native_type = __mmask8; variable
185 using native_type = __m128i; variable
191 using native_type = v4u32; variable
[all …]
H A Dint64x2.h38 using native_type = __m128i; variable
40 using native_type = int64x2_t; variable
44 using native_type = v2i64; variable
97 native_type d_;
111 using native_type = __m128i; variable
117 using native_type = v2u64; variable
170 native_type d_;
184 using native_type = __mmask8; variable
186 using native_type = __m128i; variable
192 using native_type = v2u64; variable
[all …]
H A Dfloat64x2.h38 using native_type = __m128d; variable
40 using native_type = float64x2_t; variable
42 using native_type = __vector double; variable
44 using native_type = v2f64; variable
97 SIMDPP_ALIGN(8) native_type d_;
99 native_type d_;
114 using native_type = __mmask8; variable
116 using native_type = __m128d; variable
118 using native_type = float64x2_t; variable
122 using native_type = v2f64; variable
[all …]
H A Dfloat32x4.h37 using native_type = __m128; variable
39 using native_type = float32x4_t; variable
41 using native_type = __vector float; variable
43 using native_type = v4f32; variable
100 SIMDPP_ALIGN(8) native_type d_;
102 native_type d_;
116 using native_type = __mmask8; variable
118 using native_type = __m128; variable
120 using native_type = float32x4_t; variable
124 using native_type = v4f32; variable
[all …]
H A Dint16x16.h38 using native_type = __m256i; variable
57 SIMDPP_INL int16<16>(const native_type& d) : d_(d) {} in d_()
65 SIMDPP_INL native_type native() const { return d_; } in native()
83 native_type d_;
97 using native_type = __m256i; variable
124 SIMDPP_INL native_type native() const { return d_; } in native()
142 native_type d_;
155 using native_type = __mmask16; variable
157 using native_type = __m256i; variable
175 SIMDPP_INL native_type native() const { return d_; } in native()
[all …]
H A Dint8x32.h37 using native_type = __m256i; variable
56 SIMDPP_INL int8<32>(const native_type& d) : d_(d) {} in d_()
64 SIMDPP_INL native_type native() const { return d_; } in native()
82 native_type d_;
96 using native_type = __m256i; variable
123 SIMDPP_INL native_type native() const { return d_; } in native()
141 native_type d_;
154 using native_type = __mmask32; variable
156 using native_type = __m256i; variable
174 SIMDPP_INL native_type native() const { return d_; } in native()
[all …]
H A Dint16x32.h38 using native_type = __m512i; variable
58 SIMDPP_INL int16<32>(const native_type& d) : d_(d) {} in d_()
67 SIMDPP_INL native_type native() const { return d_; } in native()
87 native_type d_;
101 using native_type = __m512i; variable
121 SIMDPP_INL uint16<32>(const native_type& d) : d_(d) {} in d_()
130 SIMDPP_INL native_type native() const { return d_; } in native()
150 native_type d_;
163 using native_type = __mmask32; variable
177 SIMDPP_INL native_type native() const { return d_; } in native()
[all …]
H A Dint8x64.h40 using native_type = __m512i; variable
60 SIMDPP_INL int8<64>(const native_type& d) : d_(d) {} in d_()
69 SIMDPP_INL native_type native() const { return d_; } in native()
89 native_type d_;
103 using native_type = __m512i; variable
123 SIMDPP_INL uint8<64>(const native_type& d) : d_(d) {} in d_()
132 SIMDPP_INL native_type native() const { return d_; } in native()
152 native_type d_;
165 using native_type = __mmask64; variable
179 SIMDPP_INL native_type native() const { return d_; } in native()
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dsync_policy_glib.h32 typedef GMutex native_type; typedef
34 static void native_lock(native_type& mutex) in native_lock()
39 static bool native_trylock(native_type& mutex) in native_trylock()
44 static void native_unlock(native_type& mutex) in native_unlock()
65 typedef GRecMutex native_type; typedef
67 static void native_lock(native_type& mutex) in native_lock()
98 typedef GRWLock native_type; typedef
156 typedef GStaticMutex native_type;
189 typedef GStaticRecMutex native_type;
222 typedef GStaticRWLock native_type;
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dntypes.c268 H5Tclose(native_type); in test_atomic_dtype()
539 H5Tclose(native_type); in test_compound_dtype2()
569 H5Tclose(native_type); in test_compound_dtype2()
741 H5Tclose(native_type); in test_compound_dtype()
768 H5Tclose(native_type); in test_compound_dtype()
962 H5Tclose(native_type); in test_compound_dtype3()
990 H5Tclose(native_type); in test_compound_dtype3()
1177 H5Tclose(native_type); in test_compound_opaque()
1332 H5Tclose(native_type); in test_enum_dtype()
1810 if(native_type > 0) { in test_vl_dtype()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dntypes.c268 H5Tclose(native_type); in test_atomic_dtype()
539 H5Tclose(native_type); in test_compound_dtype2()
569 H5Tclose(native_type); in test_compound_dtype2()
741 H5Tclose(native_type); in test_compound_dtype()
768 H5Tclose(native_type); in test_compound_dtype()
962 H5Tclose(native_type); in test_compound_dtype3()
990 H5Tclose(native_type); in test_compound_dtype3()
1177 H5Tclose(native_type); in test_compound_opaque()
1332 H5Tclose(native_type); in test_enum_dtype()
1810 if(native_type > 0) { in test_vl_dtype()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/generators/WebGLGen/
H A Dmain.c147 if (!native_type) return; in put_arg_get()
149 if (!strcmp(native_type, "Bool")) { in put_arg_get()
152 else if (!strcmp(native_type, "s32")) { in put_arg_get()
155 else if (!strcmp(native_type, "u32")) { in put_arg_get()
158 else if (!strcmp(native_type, "u64")) { in put_arg_get()
161 else if (!strcmp(native_type, "s64")) { in put_arg_get()
164 else if (!strcmp(native_type, "s16")) { in put_arg_get()
201 else if (is_array && (!strcmp(native_type, "Float *") || !strcmp(native_type, "s32 *")) ) { in put_arg_get()
207 if (!strcmp(native_type, "s32 *")) in put_arg_get()
229 if (!native_type) in put_arg_decl()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/generators/WebGLGen/
H A Dmain.c147 if (!native_type) return; in put_arg_get()
149 if (!strcmp(native_type, "Bool")) { in put_arg_get()
152 else if (!strcmp(native_type, "s32")) { in put_arg_get()
155 else if (!strcmp(native_type, "u32")) { in put_arg_get()
158 else if (!strcmp(native_type, "u64")) { in put_arg_get()
161 else if (!strcmp(native_type, "s64")) { in put_arg_get()
164 else if (!strcmp(native_type, "s16")) { in put_arg_get()
201 else if (is_array && (!strcmp(native_type, "Float *") || !strcmp(native_type, "s32 *")) ) { in put_arg_get()
207 if (!strcmp(native_type, "s32 *")) in put_arg_get()
229 if (!native_type) in put_arg_decl()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h80 typedef typename test_traits::native_type native_type; typedef
295 cmp(const Cntnr&, const native_type&, const std::string&);
298 basic_cmp_(const Cntnr&, const native_type&);
301 cmp_(const Cntnr&, const native_type&);
336 prefix_search_cmp_imp(const Cntnr&, const native_type&,
340 prefix_search_cmp_imp(const Cntnr&, const native_type&,
352 lower_bound_cmp_imp(const Cntnr&, const native_type&,
356 lower_bound_cmp_imp(const Cntnr&, const native_type&,
360 upper_bound_cmp_imp(const Cntnr&, const native_type&,
364 upper_bound_cmp_imp(const Cntnr&, const native_type&,
[all …]

12345678910>>...45