Home
last modified time | relevance | path

Searched defs:vv2 (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/databases/grass7/grass-7.8.6/raster/r.sim/simlib/
H A Drandom.c29 double r = 0., vv1, vv2, fac; in gasdev() local
51 double r = 0., vv1, vv2, fac; in gasdev_for_paralel() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/variant/
H A D102912.cc30 V vv2 = v2; in test02() local
58 V vv2 = v2; in test03() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gsk/
H A Dshader.c113 graphene_vec2_t v2, vv2; in test_create_data() local
165 graphene_vec2_t v2, vv2; in test_format_args() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/tests/
H A Dlinalg-test.cpp117 NL::VectorView vv2(v1, 3, 1, 3); in const_vector_view_test() local
368 NL::VectorView vv2 = mv1.column_view(0); in matrix_view_test() local
456 NL::VectorView vv2 = m2.column_view(0); in matrix_test() local
/dports/math/lib2geom/lib2geom-1.1/tests/
H A Dlinalg-test.cpp117 NL::VectorView vv2(v1, 3, 1, 3); in const_vector_view_test() local
368 NL::VectorView vv2 = mv1.column_view(0); in matrix_view_test() local
456 NL::VectorView vv2 = m2.column_view(0); in matrix_test() local
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_xutils.cpp124 auto vv2 = strided_view(v2, {all(), 2}); in TEST() local
149 auto vv2 = strided_view(v2, {all(), 2}); in TEST() local
179 auto vv2 = strided_view(v2, {all(), 2}); in TEST() local
/dports/science/plumed/plumed2-2.7.2/src/crystallization/
H A DVectorMultiColvar.h41 std::vector<double> vv1, vv2; variable
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dgo-type-eface.c35 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
H A Dgo-type-interface.c35 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dgo-type-eface.c35 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
H A Dgo-type-interface.c35 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dgo-type-interface.c35 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
H A Dgo-type-eface.c35 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-type-eface.c38 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
H A Dgo-type-interface.c38 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-type-eface.c38 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
H A Dgo-type-interface.c38 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-type-eface.c38 __go_type_equal_empty_interface (const void *vv1, const void *vv2, in __go_type_equal_empty_interface()
H A Dgo-type-interface.c38 __go_type_equal_interface (const void *vv1, const void *vv2, in __go_type_equal_interface()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/composite/ftn-custom/
H A Dzfddaf.c72 Vec *vv1 = (Vec*)v1,*vv2 = (Vec*)v2; in dmcompositegetaccess4_() local
78 Vec *vv1 = (Vec*)v1,*vv2 = (Vec*)v2; in dmcompositescatter4_() local
89 Vec *vv1 = (Vec*)v1,*vv2 = (Vec*)v2; in dmcompositegetlocalvectors4_() local
95 Vec *vv1 = (Vec*)v1,*vv2 = (Vec*)v2; in dmcompositerestorelocalvectors4_() local
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dintobj.c428 static void iadd(const Int *vv1, const Int *vv2, Int *vv) { in iadd()
475 static void isub(const Int *vv1, const Int *vv2, Int *vv) { in isub()
546 static void imul(const Int *vv1, const Int *vv2, Int *vv) { in imul()
594 Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in idivrem() local
755 const Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in power() local
888 Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in and_() local
999 Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in or_() local
1113 Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in xor_() local
1238 const Int *vv1 = Int(op->v1), *vv2 = Int(op->v2); in icmp() local
1682 Obj *vv2 = float_from_int(v2, op->epoint2); in calc2_int() local
/dports/science/cdo/cdo-2.0.0/src/
H A DFldstat2.cc32 double vv2 = v2[i]; in correlation_s() local
71 double vv2 = v2[i]; in covariance_s() local
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_vmod.c129 const struct vjsn_val *vv, *vv2; in vcc_json_always() local
271 const struct vjsn_val *vv, *vv1, *vv2; in vcc_VmodSymbols() local
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgVTable.cxx427 sgVec3 vv1, vv2, vv3 ; in hot_triangles() local
511 sgVec3 vv1, vv2, vv3 ; in los_triangles() local
580 sgVec3 vv1, vv2, vv3 ; in isect_triangles() local
H A DssgVtxTable.cxx651 sgVec3 vv1, vv2, vv3 ; in hot_triangles() local
735 sgVec3 vv1, vv2, vv3 ; in los_triangles() local
835 sgVec3 vv1, vv2, vv3 ; in isect_triangles() local

123456789