Searched refs:xopt (Results 1 – 4 of 4) sorted by relevance
60 $ open/write xopt x11.opt61 $ write xopt "sys$library:decw$xlibshr.exe/share"62 $ close xopt
35 $ open/write xopt x11.opt36 $ write xopt "sys$library:decw$xlibshr.exe/share"37 $ close xopt
385 final Opt xopt = opts.getOpt (excludes [x]); in parse() local386 if (xopt != null) in parse()387 …sage ("option \'" + opt.getName () + "\' cannot be used with option \'" + xopt.getName () + "\'")… in parse()1562 final OptDef xopt = result.getOptDef (excludes [x], null); in parseOptDefMetadata() local1563 if (xopt == null) in parseOptDefMetadata()1566 if (xopt.isRequired ()) in parseOptDefMetadata()1569 if (xopt == optdef) in parseOptDefMetadata()
306 xopt = fmin(silly, x0, args=(goodcorners,)) variable307 print "xopt", xopt308 print "final error", silly(xopt, goodcorners)311 poly = numpy.poly1d(list(xopt) + [d, 0.])