Home
last modified time | relevance | path

Searched refs:Max32 (Results 1 – 25 of 63) sorted by relevance

123

/dports/biology/jalview/jalview/src/jalview/xml/binding/sifts/
H A DObjectFactory.java235 public Alignment.Geo3D.Matrix.Max32 createAlignmentGeo3DMatrixMax32() { in createAlignmentGeo3DMatrixMax32()
236 return new Alignment.Geo3D.Matrix.Max32(); in createAlignmentGeo3DMatrixMax32()
H A DAlignment.java1540 protected Alignment.Geo3D.Matrix.Max32 max32;
1720 public Alignment.Geo3D.Matrix.Max32 getMax32() { in getMax32()
1732 public void setMax32(Alignment.Geo3D.Matrix.Max32 value) { in setMax32()
2081 public static class Max32 { class in Alignment.Geo3D.Matrix
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/detail/
H A Dfunc_integer.inl184 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
185 Carry = Value64 > Max32 ? 1u : 0u;
186 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
193 …vecType<uint64, P> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>… local
194 Carry = mix(vecType<uint32, P>(0), vecType<uint32, P>(1), greaterThan(Value64, Max32));
195 return vecType<uint32,P>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_integer.inl184 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
185 Carry = Value64 > Max32 ? 1u : 0u;
186 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
193 …vecType<uint64, P> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>… local
194 Carry = mix(vecType<uint32, P>(0), vecType<uint32, P>(1), greaterThan(Value64, Max32));
195 return vecType<uint32,P>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/detail/
H A Dfunc_integer.inl185 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
186 Carry = Value64 > Max32 ? 1u : 0u;
187 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
194 …vec<L, uint64, Q> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(… local
195 Carry = mix(vec<L, uint32, Q>(0), vec<L, uint32, Q>(1), greaterThan(Value64, Max32));
196 return vec<L, uint32, Q>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/detail/
H A Dfunc_integer.inl184 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
185 Carry = Value64 > Max32 ? 1u : 0u;
186 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
193 …vecType<uint64, P> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>… local
194 Carry = mix(vecType<uint32, P>(0), vecType<uint32, P>(1), greaterThan(Value64, Max32));
195 return vecType<uint32,P>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/devel/upp/upp/uppsrc/plugin/glm/detail/
H A Dfunc_integer.inl179 …detail::uint64 const Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)) - s… local
180 Carry = Value64 > Max32 ? 1u : 0u;
181 return static_cast<uint>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
188 …vec<L, detail::uint64, Q> Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)… local
189 Carry = mix(vec<L, uint, Q>(0), vec<L, uint, Q>(1), greaterThan(Value64, Max32));
190 return vec<L, uint, Q>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/detail/
H A Dfunc_integer.inl184 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
185 Carry = Value64 > Max32 ? 1u : 0u;
186 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
193 …vecType<uint64, P> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>… local
194 Carry = mix(vecType<uint32, P>(0), vecType<uint32, P>(1), greaterThan(Value64, Max32));
195 return vecType<uint32,P>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/math/glm/glm-0.9.9.8/glm/detail/
H A Dfunc_integer.inl179 …detail::uint64 const Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)) - s… local
180 Carry = Value64 > Max32 ? 1u : 0u;
181 return static_cast<uint>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
188 …vec<L, detail::uint64, Q> Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)… local
189 Carry = mix(vec<L, uint, Q>(0), vec<L, uint, Q>(1), greaterThan(Value64, Max32));
190 return vec<L, uint, Q>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/detail/
H A Dfunc_integer.inl179 …detail::uint64 const Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)) - s… local
180 Carry = Value64 > Max32 ? 1u : 0u;
181 return static_cast<uint>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
188 …vec<L, detail::uint64, Q> Max32((static_cast<detail::uint64>(1) << static_cast<detail::uint64>(32)… local
189 Carry = mix(vec<L, uint, Q>(0), vec<L, uint, Q>(1), greaterThan(Value64, Max32));
190 return vec<L, uint, Q>(Value64 % (Max32 + static_cast<detail::uint64>(1)));
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/detail/
H A Dfunc_integer.inl184 uint64 const Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint64>(1)); local
185 Carry = Value64 > Max32 ? 1u : 0u;
186 return static_cast<uint32>(Value64 % (Max32 + static_cast<uint64>(1)));
193 …vecType<L, uint64, P> Max32((static_cast<uint64>(1) << static_cast<uint64>(32)) - static_cast<uint… local
194 Carry = mix(vecType<L, uint32, P>(0), vecType<L, uint32, P>(1), greaterThan(Value64, Max32));
195 return vecType<L, uint32,P>(Value64 % (Max32 + static_cast<uint64>(1)));
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DSIMD.h79 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
344 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) { in Max32() function
845 inline __m128i Max32(__m128i aM1, __m128i aM2) { in Max32() function
H A DFilterProcessingSIMD-inl.h259 : simd::Max32(product1_1, product1_2); in BlendTwoComponentsOfFourPixels()
275 : simd::Max32(product2_1, product2_2); in BlendTwoComponentsOfFourPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DSIMD.h79 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
344 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) { in Max32() function
845 inline __m128i Max32(__m128i aM1, __m128i aM2) { in Max32() function
H A DFilterProcessingSIMD-inl.h259 : simd::Max32(product1_1, product1_2); in BlendTwoComponentsOfFourPixels()
275 : simd::Max32(product2_1, product2_2); in BlendTwoComponentsOfFourPixels()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DSIMD.h79 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
344 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) { in Max32() function
845 inline __m128i Max32(__m128i aM1, __m128i aM2) { in Max32() function
H A DFilterProcessingSIMD-inl.h259 : simd::Max32(product1_1, product1_2); in BlendTwoComponentsOfFourPixels()
275 : simd::Max32(product2_1, product2_2); in BlendTwoComponentsOfFourPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DSIMD.h79 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
344 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) { in Max32() function
845 inline __m128i Max32(__m128i aM1, __m128i aM2) { in Max32() function
H A DFilterProcessingSIMD-inl.h259 : simd::Max32(product1_1, product1_2); in BlendTwoComponentsOfFourPixels()
275 : simd::Max32(product2_1, product2_2); in BlendTwoComponentsOfFourPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DSIMD.h79 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
344 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) { in Max32() function
845 inline __m128i Max32(__m128i aM1, __m128i aM2) { in Max32() function
H A DFilterProcessingSIMD-inl.h259 : simd::Max32(product1_1, product1_2); in BlendTwoComponentsOfFourPixels()
275 : simd::Max32(product2_1, product2_2); in BlendTwoComponentsOfFourPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DSIMD.h75 i32x4_t Max32(i32x4_t aM1, i32x4_t aM2);
350 inline Scalari32x4_t Max32(Scalari32x4_t aM1, Scalari32x4_t aM2) in Max32() function
925 inline __m128i Max32(__m128i aM1, __m128i aM2) in Max32() function
H A DFilterProcessingSIMD-inl.h220 …ndMode == BLEND_MODE_DARKEN ? simd::Min32(product1_1, product1_2) : simd::Max32(product1_1, produc… in BlendTwoComponentsOfFourPixels()
228 …ndMode == BLEND_MODE_DARKEN ? simd::Min32(product2_1, product2_2) : simd::Max32(product2_1, produc… in BlendTwoComponentsOfFourPixels()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower_inst.rs1462 (Opcode::Fmax, 32) => FPUOp2::Max32, in lower_insn_to_regs()
1801 fpu_op: choose_32_64(in_ty, FPUOp2::Max32, FPUOp2::Max64), in lower_insn_to_regs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower_inst.rs1384 (Opcode::Fmax, 32) => FPUOp2::Max32, in lower_insn_to_regs()
1739 fpu_op: choose_32_64(in_ty, FPUOp2::Max32, FPUOp2::Max64), in lower_insn_to_regs()

123