Home
last modified time | relevance | path

Searched refs:scalar (Results 126 – 150 of 23429) sorted by relevance

12345678910>>...938

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/
H A DVector3.h16 Vector3(scalar x, scalar y, scalar z) { s[0] = x; s[1] = y; s[2] = z; } in Vector3()
49 …Vector3<scalar> normalized() const { scalar l = 1.0/length(); return Vector3<scalar>(s[0]*l,s[1]*l… in normalized()
51 …Vector3<scalar> operator- (const Vector3<scalar>& rhs) const { return Vector3<scalar>(s[0]-rhs.s[0…
52 …Vector3<scalar> operator+ (const Vector3<scalar>& rhs) const { return Vector3<scalar>(s[0]+rhs.s[0…
56 …Vector3<scalar> operator* (scalar rhs) const { return Vector3<scalar>(s[0]*rhs, s[1]*rhs, s[2]*rhs…
57 …Vector3<scalar> operator/ (scalar rhs) const { scalar t = 1.0/rhs; return Vector3<scalar>(s[0]*t, …
64 Vector3<scalar> cross(const Vector3<scalar> b) const { in cross()
65 return Vector3<scalar>( in cross()
71 static Vector3<scalar> cross(const Vector3<scalar> a, const Vector3<scalar> b) { in cross()
78 static scalar dot(const Vector3<scalar> a, const Vector3<scalar> b) { in dot()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/portable-simd/crates/core_simd/src/
H A Dops.rs237 impl<const LANES: usize> core::ops::$trait<$scalar> for Simd<$scalar, LANES>
251 impl<const LANES: usize> core::ops::$trait<Simd<$scalar, LANES>> for $scalar
294 { $($scalar:ty),* } => {
308 { $($scalar:ty),* } => {
348 impl<const LANES: usize> core::ops::Div<$scalar> for Simd<$scalar, LANES>
371 impl<const LANES: usize> core::ops::Div<Simd<$scalar, LANES>> for $scalar
438 impl<const LANES: usize> core::ops::Rem<$scalar> for Simd<$scalar, LANES>
461 impl<const LANES: usize> core::ops::Rem<Simd<$scalar, LANES>> for $scalar
522 impl<const LANES: usize> core::ops::Shl<$scalar> for Simd<$scalar, LANES>
587 impl<const LANES: usize> core::ops::Shr<$scalar> for Simd<$scalar, LANES>
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/ngs/include/ngs/mysqlx/
H A Dgetter_any.h49 const Scalar &scalar = any.scalar(); in get_numeric_value() local
102 const Scalar &scalar = any.scalar();
148 const Scalar &scalar = any.scalar(); in put_scalar_value_to_functor() local
152 throw_invalid_type_if_false(scalar, scalar.has_v_signed_int()); in put_scalar_value_to_functor()
157 throw_invalid_type_if_false(scalar, scalar.has_v_unsigned_int()); in put_scalar_value_to_functor()
167 scalar, scalar.has_v_octets() && scalar.v_octets().has_value()); in put_scalar_value_to_functor()
168 functor(scalar.v_octets().value(), scalar.v_octets().content_type()); in put_scalar_value_to_functor()
172 throw_invalid_type_if_false(scalar, scalar.has_v_double()); in put_scalar_value_to_functor()
177 throw_invalid_type_if_false(scalar, scalar.has_v_float()); in put_scalar_value_to_functor()
182 throw_invalid_type_if_false(scalar, scalar.has_v_bool()); in put_scalar_value_to_functor()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A Dtensor3.h33 template<typename scalar=double> class tensor3
35 scalar v[5];
40 __hostanddev__ scalar& xy() { return v[0]; } in xy()
41 __hostanddev__ scalar& yz() { return v[1]; } in yz()
42 __hostanddev__ scalar& zx() { return v[2]; } in zx()
51 …explicit __hostanddev__ tensor3(scalar a=0, scalar b=0, scalar c=0, scalar d=0, scalar e=0) { v[0]…
52 tensor3(std::vector<scalar> a) { LOOP5( v[k]=a[k]; ) } in tensor3()
56 template<typename scalar> __hostanddev__ tensor3<scalar> loadTensor(const tensor3<const scalar*>& t… in loadTensor()
60 template<typename scalar> __hostanddev__ tensor3<scalar> loadTensor(const tensor3<scalar*>& tArr, i… in loadTensor()
64 template<typename scalar> __hostanddev__ void storeTensor(const tensor3<scalar>& t, tensor3<scalar*… in storeTensor()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dprep_stmt_expr.result43 {"_id": "105", "array": [null], "scalar": null}
69 {"_id": "105", "array": [null], "scalar": null}
81 {"_id": "105", "array": [null], "scalar": null}
88 {"_id": "105", "array": [null], "scalar": null}
95 {"_id": "105", "array": [null], "scalar": null}
102 {"_id": "105", "array": [null], "scalar": null}
134 {"_id": "105", "array": [null], "scalar": null}
168 {"_id": "105", "array": [null], "scalar": null}
176 {"_id": "105", "array": [null], "scalar": null}
188 {"_id": "105", "array": [null], "scalar": null}
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/net-mgmt/libsmi/libsmi-0.4.8/test/dumps/identifiers/
H A DSNMPv2-MIB4 SNMPv2-MIB sysDescr scalar 1.3.6.1.2.1.1.1
5 SNMPv2-MIB sysObjectID scalar 1.3.6.1.2.1.1.2
6 SNMPv2-MIB sysUpTime scalar 1.3.6.1.2.1.1.3
7 SNMPv2-MIB sysContact scalar 1.3.6.1.2.1.1.4
8 SNMPv2-MIB sysName scalar 1.3.6.1.2.1.1.5
9 SNMPv2-MIB sysLocation scalar 1.3.6.1.2.1.1.6
10 SNMPv2-MIB sysServices scalar 1.3.6.1.2.1.1.7
11 SNMPv2-MIB sysORLastChange scalar 1.3.6.1.2.1.1.8
19 SNMPv2-MIB snmpInPkts scalar 1.3.6.1.2.1.11.1
20 SNMPv2-MIB snmpOutPkts scalar 1.3.6.1.2.1.11.2
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/internal/
H A Dinternal.go57 scalar: string
60 scalar: string
63 scalar: string
73 scalar: string
82 scalar: string
85 scalar: numeric
91 scalar: string
94 scalar: string
136 scalar: string
142 scalar: string
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/numerics/predicates/
H A Dorient4d.pck7 scalar h0, scalar h1, scalar h2, scalar h3, scalar h4
11 scalar a00 = p1_0 - p0_0 ;
12 scalar a01 = p1_1 - p0_1 ;
13 scalar a02 = p1_2 - p0_2 ;
14 scalar a03 = h1 - h0 ;
16 scalar a10 = p2_0 - p0_0 ;
17 scalar a11 = p2_1 - p0_1 ;
18 scalar a12 = p2_2 - p0_2 ;
19 scalar a13 = h2 - h0 ;
24 scalar a23 = h3 - h0 ;
[all …]
H A Dside4.pck14 scalar a11 = p1_0 - p0_0 ;
15 scalar a12 = p1_1 - p0_1 ;
16 scalar a13 = p1_2 - p0_2 ;
19 scalar a21 = p2_0 - p0_0 ;
20 scalar a22 = p2_1 - p0_1 ;
21 scalar a23 = p2_2 - p0_2 ;
24 scalar a31 = p3_0 - p0_0 ;
40 scalar Delta1 = det3x3(
46 scalar Delta2 = det3x3(
52 scalar Delta3 = det3x3(
[all …]
/dports/science/mpb/mpb-1.11.1/src/matrices/
H A Dblasglue.c86 extern void F(axpy,AXPY) (int *, scalar *, scalar *, int *, scalar *, int *);
87 extern void F(scal,SCAL) (int *, scalar *, scalar *, int *);
89 extern scalar F(dotc,DOTC) (int *, scalar *, int *, scalar *, int *);
90 extern scalar F(dot,DOT) (int *, scalar *, int *, scalar *, int *);
92 scalar *, scalar *, int *, scalar *, int *,
93 scalar *, scalar *, int *);
119 scalar *A, int *lda, scalar *w,
144 void blasglue_scal(int n, scalar a, scalar *x, int incx) in blasglue_scal()
163 scalar blasglue_dotc(int n, scalar *x, int incx, scalar *y, int incy) in blasglue_dotc()
190 real a, scalar *A, int fdA, scalar *B, int fdB, in blasglue_gemm()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.l6 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
7 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
8 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
9 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
10 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
11 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
12 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
13 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
14 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
15 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.l6 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
7 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
8 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
9 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
10 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
11 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
12 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
13 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
14 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
15 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
[all …]
/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dop-s-s.cc66 DEFBINOP_OP (add, scalar, scalar, +) in DEFNCUNOP_METHOD()
67 DEFBINOP_OP (sub, scalar, scalar, -) in DEFNCUNOP_METHOD()
68 DEFBINOP_OP (mul, scalar, scalar, *) in DEFNCUNOP_METHOD()
70 DEFBINOP (div, scalar, scalar) in DEFNCUNOP_METHOD()
80 DEFBINOP (ldiv, scalar, scalar) in DEFBINOP_FN()
88 DEFBINOP_OP (lt, scalar, scalar, <)
89 DEFBINOP_OP (le, scalar, scalar, <=)
90 DEFBINOP_OP (eq, scalar, scalar, ==)
92 DEFBINOP_OP (gt, scalar, scalar, >)
97 DEFBINOP (el_div, scalar, scalar) in DEFBINOP() argument
[all …]
/dports/misc/fq/fq-0.0.2/pkg/decode/
H A Ddecode_gen.go46 return d.TryFieldScalarFn(name, func(_ scalar.S) (scalar.S, error) {
370 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireF("require", s, false, true, v…
380 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireF("validate", s, true, false, …
409 return scalar.Fn(func(s scalar.S) (scalar.S, error) {
442 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireS("require", s, false, true, v…
452 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireS("validate", s, true, false, …
481 return scalar.Fn(func(s scalar.S) (scalar.S, error) {
553 return scalar.Fn(func(s scalar.S) (scalar.S, error) {
586 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireU("require", s, false, true, v…
596 …return scalar.Fn(func(s scalar.S) (scalar.S, error) { return requireU("validate", s, true, false, …
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvfwredosum.c17 return vfwredosum_vs_f32mf2_f64m1(dst, vector, scalar, vl); in test_vfwredosum_vs_f32mf2_f64m1()
28 return vfwredosum_vs_f32m1_f64m1(dst, vector, scalar, vl); in test_vfwredosum_vs_f32m1_f64m1()
39 return vfwredosum_vs_f32m2_f64m1(dst, vector, scalar, vl); in test_vfwredosum_vs_f32m2_f64m1()
50 return vfwredosum_vs_f32m4_f64m1(dst, vector, scalar, vl); in test_vfwredosum_vs_f32m4_f64m1()
61 return vfwredosum_vs_f32m8_f64m1(dst, vector, scalar, vl); in test_vfwredosum_vs_f32m8_f64m1()
125 return vfwredosum_vs_f16mf4_f32m1(dest, vector, scalar, vl); in test_vfwredosum_vs_f16mf4_f32m1()
134 return vfwredosum_vs_f16mf2_f32m1(dest, vector, scalar, vl); in test_vfwredosum_vs_f16mf2_f32m1()
143 return vfwredosum_vs_f16m1_f32m1(dest, vector, scalar, vl); in test_vfwredosum_vs_f16m1_f32m1()
152 return vfwredosum_vs_f16m2_f32m1(dest, vector, scalar, vl); in test_vfwredosum_vs_f16m2_f32m1()
161 return vfwredosum_vs_f16m4_f32m1(dest, vector, scalar, vl); in test_vfwredosum_vs_f16m4_f32m1()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.l6 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
7 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
8 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
9 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
10 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
11 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
12 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
13 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
14 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
15 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.l6 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
7 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
8 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
9 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
10 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
11 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
12 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
13 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
14 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
15 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.l6 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
7 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
8 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
9 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
10 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
11 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
12 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
13 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
14 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
15 .*:98: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTAB…
[all …]

12345678910>>...938