Changeset 37105
- Timestamp:
- Jul 23, 2014, 3:18:08 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/ippTools/src
- Files:
-
- 2 edited
-
stacktool.c (modified) (1 diff, 1 prop)
-
stacktoolConfig.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippTools/src/stacktool.c
- Property svn:mergeinfo set to
r36361 r37105 260 260 // these are used to build the HAVING restriction 261 261 PXOPT_COPY_S32(config->args, having, "-min_num", "num_warp", ">="); 262 PXOPT_COPY_S32(config->args, having, "-max_num", "num_warp", "<="); 263 262 264 PXOPT_LOOKUP_S32(min_num, config->args, "-min_num", false, false); 263 265 if (min_num < 2) { -
tags/ipp-pv3-20140717/ippTools/src/stacktoolConfig.c
- Property svn:mergeinfo set to
r36361 r37105 98 98 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-random", 0, "use this number of random elements", 0); 99 99 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-min_num", 0, "minimum number of inputs", 0); 100 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-max_num", 0, "maximum number of inputs", 0); 100 101 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-min_new", 0, "minimum number of new inputs", 0); 101 102 psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-min_frac", 0, "minumum fraction of new inputs", NAN);
Note:
See TracChangeset
for help on using the changeset viewer.
