Home
last modified time | relevance | path

Searched refs:vprod (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/dports/lang/v/v-0.1.29/cmd/tools/
H A Dperformance_compare.v56 'vprod @DEBUG@ -o source.c examples/hello_world.v',
57 'vprod -o source.c examples/hello_world.v',
63 'vprod @DEBUG@ -o source.c @COMPILER@',
64 'vprod -o source.c @COMPILER@',
70 'vprod -o hello examples/hello_world.v',
75 'vprod -o binary @COMPILER@',
103 println('Making a vprod compiler in $cdir')
104 scripting.run('./v -cc ${cc} -prod -o vprod $vgit_context.vvlocation')
105 println('Stripping and compressing cv v and vprod binaries in $cdir')
108 scripting.run('cp vprod vprod_stripped')
[all …]
/dports/lang/v/v-0.1.29/cmd/tools/fast/
H A Dfast.v62 println(' Building vprod...')
63 exec('v -o $vdir/vprod -prod $vdir/cmd/v')
64 diff1 := measure('$vdir/vprod -cc clang -o v.c $vdir/cmd/v', 'v.c')
65 diff2 := measure('$vdir/vprod -cc clang -o v2 $vdir/cmd/v', 'v2')
66 diff3 := measure('$vdir/vprod -x64 $vdir/cmd/tools/1mil.v', 'x64 1mil')
67 diff4 := measure('$vdir/vprod -cc clang $vdir/examples/hello_world.v', 'hello.v')
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dgimp-mkenums197 my $vprod = ""; # value text, produced for each enum value
216 elsif (/^--vprod$/) { $vprod = $vprod . shift }
451 if (length($vprod)) {
452 my $prod = $vprod;
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod;
86 VERIFY( all_of( vprod == (6 * v) ) );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc85 std::valarray<int> vprod = prod; in test06() local
86 VERIFY( all_of( vprod == (6 * v) ) ); in test06()
/dports/biology/seaview/seaview/
H A Dleast_squares_brl.cxx29 int matvect(double** m1, int nbl1, int nbc1, double* v2, int nbl2, double* vprod);
496 int matvect(double** m1, int nbl1, int nbc1, double* v2, int nbl2, double* vprod) in matvect() argument
503 vprod[i]=0; in matvect()
504 for(k=0;k<nbc1;k++) vprod[i]+=m1[i][k]*v2[k]; in matvect()
514 double* vprod; in vectmat() local
517 vprod=(double*)calloc(nbc2+1, sizeof(double)); in vectmat()
519 vprod[j]=0; in vectmat()
520 for(k=0;k<nbc1;k++) vprod[j]+=v1[k]*m2[k][j]; in vectmat()
522 return vprod; in vectmat()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A DMakefile.am221 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
245 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dglib-mkenums.in302 vprod = "" # value text, produced for each enum value
307 global idprefix, symprefix, fhead, fprod, ftail, eprod, vhead, vprod, vtail, comment_tmpl
313 'value-production': vprod,
343 vprod = tmpl['value-production']
430 vprod += ''.join([unescape_cmdline_args(x) for x in options.vprod])
715 if len(vprod) > 0:
716 prod = vprod
/dports/audio/faust/faust-2.37.3/examples/old/rewriting/
H A Dfold.dsp41 vprod = vfold(*);
61 process = vseq((sin,cos,tan)), vprod((2,3,4,5));
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/data/
H A Dmeson.build23 '--vprod', ' <value nick="@valuenick@" value="@valuenum@"/>',
57 '--vprod', ' <value nick="@valuenick@" value="@valuenum@"/>',
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/
H A Dgdselements.h141 static double vprod(Point2D A, Point2D B, Point2D C) in vprod() function
146 static double vprod(Point2D A, Point2D B) { in vprod() function
147 return vprod(A, B, Point2D(0, 0)); in vprod()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dprod-expr.c144 VProduction *vprod = VCursorCacheGet ( self -> cache, & sprod -> cid ); in VProdResolveParamExpr() local
145 if ( vprod != NULL ) in VProdResolveParamExpr()
147 * out = vprod; in VProdResolveParamExpr()
169 VProduction *vprod = VCursorCacheGet ( self -> cache, & sprod -> cid ); in VProdResolveSProduction() local
170 if ( vprod != NULL ) in VProdResolveSProduction()
173 * out = vprod; in VProdResolveSProduction()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dprod-expr.c144 VProduction *vprod = VCursorCacheGet ( self -> cache, & sprod -> cid ); in VProdResolveParamExpr() local
145 if ( vprod != NULL ) in VProdResolveParamExpr()
147 * out = vprod; in VProdResolveParamExpr()
169 VProduction *vprod = VCursorCacheGet ( self -> cache, & sprod -> cid ); in VProdResolveSProduction() local
170 if ( vprod != NULL ) in VProdResolveSProduction()
173 * out = vprod; in VProdResolveSProduction()
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A DMakefile.am108 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A DMakefile.am89 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
/dports/graphics/gimp-app/gimp-2.10.30/app/text/
H A DMakefile.am63 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A DMakefile.am258 --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \

12345678910>>...41