Home
last modified time | relevance | path

Searched refs:Fused (Results 1 – 25 of 1692) sorted by relevance

12345678910>>...68

/dports/devel/grpc/grpc-1.42.0/src/core/lib/promise/detail/
H A Dbasic_join.h37 union Fused { union
38 explicit Fused(F&& f) : f(std::forward<F>(f)) {} in Fused() function
39 explicit Fused(PromiseLike<F>&& f) : f(std::forward<PromiseLike<F>>(f)) {} in Fused() function
40 ~Fused() {} in ~Fused()
63 using Fsd = Fused<Traits, F>;
150 using Tuple = std::tuple<typename Fused<Traits, Fs>::Result...>;
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/promise/detail/
H A Dbasic_join.h44 union Fused { union
45 explicit Fused(F&& f) : f(std::forward<F>(f)) {} in Fused() function
46 explicit Fused(PromiseLike<F>&& f) : f(std::forward<PromiseLike<F>>(f)) {} in Fused() function
47 ~Fused() {} in ~Fused()
70 using Fsd = Fused<Traits, F>;
157 using Tuple = std::tuple<typename Fused<Traits, Fs>::Result...>;
/dports/lang/cython/Cython-0.29.24/tests/errors/
H A De_fused_closure.pyx21 e_fused_closure.pyx:10:11: Fused lambdas not allowed
22 e_fused_closure.pyx:14:15: Fused lambdas not allowed
23 e_fused_closure.pyx:16:0: Fused generators not supported
H A Dfused_types.pyx77 39:0: Fused lambdas not allowed
78 42:5: Fused types not allowed here
79 45:9: Fused types not allowed here
/dports/lang/cython-devel/cython-2b1e743/tests/errors/
H A De_fused_closure.pyx21 e_fused_closure.pyx:10:11: Fused lambdas not allowed
22 e_fused_closure.pyx:14:15: Fused lambdas not allowed
23 e_fused_closure.pyx:16:0: Fused generators not supported
H A Dfused_types.pyx100 40:0: Fused lambdas not allowed
101 43:5: Fused types not allowed here
103 46:9: Fused types not allowed here
/dports/lang/cython/Cython-0.29.24/docs/src/userguide/
H A Dfusedtypes.rst6 Fused Types (Templates)
9 Fused types allow you to have one type definition that can refer to multiple
17 .. Note:: Fused types are not currently supported as attributes of extension
36 Declaring Fused Types
39 Fused types may be declared as follows::
58 Using Fused Types
61 Fused types can be used to declare parameters of functions or methods::
85 Fused types and arrays
192 Built-in Fused Types
201 Casting Fused Functions
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86InstrFMA.td10 // This file describes FMA (Fused Multiply-Add) instructions.
15 // FMA3 - Intel 3 operand Fused Multiply-Add instructions
45 // Fused Multiply-Add
55 // Fused Negative Multiply-Add
/dports/lang/cython-devel/cython-2b1e743/docs/src/userguide/
H A Dfusedtypes.rst6 Fused Types (Templates)
9 Fused types allow you to have one type definition that can refer to multiple
17 .. Note:: Fused types are not currently supported as attributes of extension
36 Declaring Fused Types
39 Fused types may be declared as follows::
58 Using Fused Types
61 Fused types can be used to declare parameters of functions or methods::
101 Fused types and arrays
208 Built-in Fused Types
217 Casting Fused Functions
[all …]
/dports/math/universal/universal-3.48/applications/blas/
H A DREADME.md9 ## Fused-dot product
11 The key differentiator of posits to deliver error-free linear algebra is the Fused DOT product (FDP…
/dports/editors/biew/biew-610/plugins/disasm/ix86/
H A Dix86.htx1721 � vfmadd132pd VEX.W1[66_0F_38_98] Fused Multiply-Add of packed F64 �
1722 � vfmadd213pd VEX.W1[66_0F_38_A8] Fused Multiply-Add of packed F64 �
1723 � vfmadd231pd VEX.W1[66_0F_38_B8] Fused Multiply-Add of packed F64 �
1724 � vfmadd132ps VEX.W0[66_0F_38_98] Fused Multiply-Add of packed F32 �
1725 � vfmadd213ps VEX.W0[66_0F_38_A8] Fused Multiply-Add of packed F32 �
1726 � vfmadd231ps VEX.W0[66_0F_38_B8] Fused Multiply-Add of packed F32 �
1727 � vfmadd132sd VEX.W1[66_0F_38_99] Fused Multiply-Add of scalar F64 �
1728 � vfmadd213sd VEX.W1[66_0F_38_A9] Fused Multiply-Add of scalar F64 �
1729 � vfmadd231sd VEX.W1[66_0F_38_B9] Fused Multiply-Add of scalar F64 �
1730 � vfmadd132ss VEX.W0[66_0F_38_99] Fused Multiply-Add of scalar F32 �
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCFragment.h528 bool Fused : 1; variable
536 MCBoundaryAlignFragment(Align AlignBoundary, bool Fused = false,
539 Fused(Fused), EmitNops(EmitNops) {} in MCFragment()
546 bool isFused() const { return Fused; } in isFused()
547 void setFused(bool Value) { Fused = Value; } in setFused()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h528 bool Fused : 1; variable
536 MCBoundaryAlignFragment(Align AlignBoundary, bool Fused = false,
539 Fused(Fused), EmitNops(EmitNops) {} in MCFragment()
546 bool isFused() const { return Fused; } in isFused()
547 void setFused(bool Value) { Fused = Value; } in setFused()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h528 bool Fused : 1; variable
536 MCBoundaryAlignFragment(Align AlignBoundary, bool Fused = false,
539 Fused(Fused), EmitNops(EmitNops) {} in MCFragment()
546 bool isFused() const { return Fused; } in isFused()
547 void setFused(bool Value) { Fused = Value; } in setFused()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/perf-guide/src/float-math/
H A Dfma.md1 # Fused Multiply Add
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/intrinsic-test/acle/tools/intrinsic_db/
H A Dadvsimd_classification.csv255 vfma_f32 Vector arithmetic|Multiply|Fused multiply-accumulate
256 vfmaq_f32 Vector arithmetic|Multiply|Fused multiply-accumulate
257 vfma_f64 Vector arithmetic|Multiply|Fused multiply-accumulate
258 vfmaq_f64 Vector arithmetic|Multiply|Fused multiply-accumulate
271 vfms_f32 Vector arithmetic|Multiply|Fused multiply-accumulate
272 vfmsq_f32 Vector arithmetic|Multiply|Fused multiply-accumulate
273 vfms_f64 Vector arithmetic|Multiply|Fused multiply-accumulate
274 vfmsq_f64 Vector arithmetic|Multiply|Fused multiply-accumulate
3870 vfmah_f16 Vector arithmetic|Multiply|Fused multiply-accumulate
3990 vfma_f16 Vector arithmetic|Multiply|Fused multiply-accumulate
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/csgraph/
H A Dparameters.pxi8 # Fused type for int32 and int64
/dports/biology/jellyfish/jellyfish-2.3.0/
H A Dconfig.h.in40 /* Define to 1 to support AVX-512 Integer Fused Multiply Add Instructions */
67 /* Define to 1 to support Fused Multiply-Add Extensions 3 */
70 /* Define to 1 to support Fused Multiply-Add Extensions 4 */

12345678910>>...68