Home
last modified time | relevance | path

Searched +defs:V +defs:b +defs:r (Results 126 – 150 of 3727) sorted by relevance

12345678910>>...150

/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
224 auto const r = pa - q; in prod() local
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
375 auto trans(tensor<V,F,A> const& a, std::vector<std::size_t> const& tau) in trans()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
460 auto real(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in real()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/test/
H A Ddetail_axes_test.cpp39 using V = axis::variable<>; in main() typedef
40 auto r = R(2, -1, 1); in main() local
89 using V = axis::variable<>; in main() typedef
90 auto r = R(2, -1, 1); in main() local
137 using V = axis::variant<R, I>; in main() typedef
146 using V = axis::variant<R, I>; in main() typedef
150 t1, t2, [](const auto& a, const auto& b) { return I(0, a.size() + b.size()); }); in main()
158 auto b = I(0, 2); in main() local
166 std::vector<int> b(3); in main() local
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A Dop3x3.h95 #define SET3X3(V) \ argument
105 #define SET3X3MAYBE(V) \ argument
132 #define SET3(V) \ argument
142 #define SET3MAYBE(V) \ argument
156 static inline void cpy3x3(double* restrict a, double* restrict b) in cpy3x3()
639 double r; in dot3() local
672 double r; in hypot2() local
688 double r; in hypot3() local
699 double r; in hypot5() local
715 double r; in hypot9() local
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmod_common.cpp10 Modulus::pow (Residue &r, const Residue &b, const uint64_t e) const in pow() argument
44 Modulus::pow (Residue &r, const Residue &b, const uint64_t *e, in pow()
84 Modulus::pow (Residue &r, const Residue &b, const Integer &e) const in pow() argument
147 Modulus::V (Residue &r, Residue *rp1, const Residue &b, in V() function in Modulus
246 Modulus::batchinv (Residue *r, const Residue *a, const size_t n, in batchinv()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dd2.h76 typedef typename std::iterator_traits<Iter>::value_type V; in D2() typedef
87 typedef Point V; in D2() typedef
202 D2<T> r; variable
212 D2<T> r; variable
241 D2<T> r; variable
251 D2<T> r; variable
261 D2<T> r; variable
322 D2<T> r; variable
331 D2<T> r; variable
359 T r; in dot() local
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dd2.h76 typedef typename std::iterator_traits<Iter>::value_type V; in D2() typedef
87 typedef Point V; in D2() typedef
202 D2<T> r; variable
212 D2<T> r; variable
241 D2<T> r; variable
251 D2<T> r; variable
261 D2<T> r; variable
322 D2<T> r; variable
331 D2<T> r; variable
359 T r; in dot() local
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A Dgcd.cc112 void half_gcd(Fp_polynomial& U, Fp_polynomial& V) in half_gcd()
194 void plain_gcd(Fp_polynomial& x, const Fp_polynomial& a, const Fp_polynomial& b) in plain_gcd()
235 …_polynomial& d, Fp_polynomial& s, Fp_polynomial& t, const Fp_polynomial& a, const Fp_polynomial& b) in xgcd()
254 Fp_polynomial U(a), V(b), Q; in xgcd() local
306 const Fp_polynomial& a, const Fp_polynomial& b) in xgcd_left()
325 Fp_polynomial U(a), V(b), Q; in xgcd_left() local
368 …_polynomial& d, Fp_polynomial& s, Fp_polynomial& t, const Fp_polynomial& a, const Fp_polynomial& b) in plain_xgcd()
392 Fp_polynomial temp, u0, v0, u1, v1, u2, v2, q, r; in plain_xgcd() local
447 const Fp_polynomial& a, const Fp_polynomial& b) in plain_xgcd_left()
472 Fp_polynomial temp, u0, v0, u1, v1, u2, v2, q, r; in plain_xgcd_left() local
[all …]
/dports/x11/foot/foot/
H A Dhsl.c10 double r = (double)((rgb >> 16) & 0xff) / 255.; in rgb_to_hsl() local
12 double b = (double)((rgb >> 0) & 0xff) / 255.; in rgb_to_hsl() local
16 double V = x_max; in rgb_to_hsl() local
50 double r, g, b; in hsl_to_rgb() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/evp/
H A Dscrypt.c35 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block()
94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
114 block_t *V) { in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
189 block_t *V = T + T_blocks; in EVP_PBE_scrypt() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/evp/
H A Dscrypt.c35 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block()
94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
114 block_t *V) { in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
189 block_t *V = T + T_blocks; in EVP_PBE_scrypt() local
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/evp/
H A Dscrypt.c35 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block()
94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
114 block_t *V) { in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
189 block_t *V = T + T_blocks; in EVP_PBE_scrypt() local
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/evp/
H A Dscrypt.c35 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block()
94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
114 block_t *V) { in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
189 block_t *V = T + T_blocks; in EVP_PBE_scrypt() local
/dports/security/boringssl/boringssl-6a71840/crypto/evp/
H A Dscrypt.c35 #define R(a, b) (((a) << (b)) | ((a) >> (32 - (b)))) argument
85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block()
94 static void scryptBlockMix(block_t *out, const block_t *B, uint64_t r) { in scryptBlockMix()
113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
114 block_t *V) { in scryptROMix()
147 const uint8_t *salt, size_t salt_len, uint64_t N, uint64_t r, in EVP_PBE_scrypt()
189 block_t *V = T + T_blocks; in EVP_PBE_scrypt() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; struct
6 struct { struct V b; } *h; member
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; struct
6 struct { struct V b; } *h; member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; struct
6 struct { struct V b; } *h; member
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; struct
6 struct { struct V b; } *h; member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr48161.c4 struct G { int l; int t; int r; }; member
5 struct V { struct G v[10]; }; argument
6 struct { struct V b; } *h; member

12345678910>>...150