Searched refs:wt (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dmvlinreg.tcl124 foreach {wt pt} $data {
127 if {[string is double $wt] == 0} {
128 return -code error "::math::statistics::mv-wls: Weight \"$wt\" is not a number"
160 set ysum [expr {$ysum + $wt * $yval}]
161 set wtsum [expr {$wtsum + $wt}]
168 lappend w [expr {double($wt)}]
169 lappend sqrtw [expr {sqrt(double($wt))}]
215 foreach yval $y wt $w yhatval $yhat {
216 set sstot [expr {$sstot + $wt * ($yval - $ymean) * ($yval - $ymean)}]
217 set ssreg [expr {$ssreg + $wt * (
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwindow.el273 (wt (car (window-tree frame))))
276 (bw-find-tree-sub-1 wt window get-parent)
277 wt))))
379 (wt (bw-get-tree window-or-frame))
386 (when wt
392 (when (eq 'hor (bw-dir wt))
393 (setq w (- (bw-r wt) (bw-l wt))))
394 (when (eq 'ver (bw-dir wt))
395 (setq h (- (bw-b wt) (b
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DWinCtrl.rb74 xd = yd = wt = 0
84 wt = rect.origin.y + rect.size.height
87 rect.origin.y = wt - rect.size.height
/macosx-10.9.5/diskdev_cmds-572.1.1/fuser.tproj/
H A Dfuser.pl80 if (/^f(c|r)[wt]d$/) {
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclError.c97 XOTclObjErrType(Tcl_Interp *interp, Tcl_Obj *nm, char *wt) { argument
100 wt, "'", (char *) NULL);
H A DxotclDecls.h116 Tcl_Obj * nm, char* wt));
187 int (*xOTclObjErrType) _ANSI_ARGS_((Tcl_Interp * in, Tcl_Obj * nm, char* wt)); /* 28 */
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dpl_PL.pm99 wt.
129 wt.
405 2008-02-05T18:30:30 = 5 wt.
471 2008-02-05T18:30:30 = wt., 2-5
495 2008-02-05T18:30:30 = 5 lut wt.
507 2008-02-05T18:30:30 = 5 lutego wt.
537 2008-02-05T18:30:30 = wt., 5.2.2008
549 2008-02-05T18:30:30 = wt., 5 lut 2008
H A Dpl.pm54 my $day_format_abbreviated = [ "pon\.", "wt\.", "��r\.", "czw\.", "pt\.", "sob\.", "niedz\." ];
386 wt.
416 wt.
692 2008-02-05T18:30:30 = 5 wt.
758 2008-02-05T18:30:30 = wt., 2-5
782 2008-02-05T18:30:30 = 5 lut wt.
794 2008-02-05T18:30:30 = 5 lutego wt.
824 2008-02-05T18:30:30 = wt., 5.2.2008
836 2008-02-05T18:30:30 = wt., 5 lut 2008
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c56 static wctype_t wt; local
61 wt = wctype("blank");
63 return iswctype(wc, wt);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dconsole.c442 int ht,wt; local
453 wt = scrbuf.dwSize.X - origin.X;
454 if(!FillConsoleOutputCharacter(hStdout,' ',ht*wt,origin,&numwrote) ) {
457 if (!FillConsoleOutputAttribute(hStdout,scrbuf.wAttributes, ht*wt,
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c223 char *wt = NULL, *found = NULL; local
231 retval2 = asprintf(&wt, "%d", kWaitSeconds * current_iterations);
242 asl_set(m, "com.apple.message.value", wt);
244 asl_log(NULL, m, ASL_LEVEL_NOTICE, "OD nodes online delay: %ss. User record lookup: %s.", wt, found);
246 free(wt);
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c433 char wr[25], wt[25]; local
435 wr[0] = wt[0] = 0;
445 if (CFStringGetCString(gWakeTypeString, wt, sizeof(wt),
446 kCFStringEncodingUTF8) && wt[0]) {
451 snprintf(buf, buflen, "%s/%s", wr, wt);
2527 char wt[50]; local
2528 wt[0] = 0;
2569 if (CFStringGetCString(gWakeTypeString, wt, sizeof(wt),
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfnmatch_loop.c245 wctype_t wt; local
275 wt = IS_CHAR_CLASS (str);
276 if (wt == 0)
284 if (_ISCTYPE ((UCHAR) *n, wt))
287 if (ISWCTYPE (BTOWC ((UCHAR) *n), wt))
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/generic/
H A DthreadSpCmd.c1264 Tcl_Time waitTime, *wt = NULL;
1268 wt = &waitTime;
1269 wt->sec = (msec/1000);
1270 wt->usec = (msec%1000) * 1000;
1287 Tcl_ConditionWait(&condvPtr->cond, &emPtr->mutex, wt);
1248 Tcl_Time waitTime, *wt = NULL; local
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dlex.c58 static wctype_t wt; local
63 wt = wctype("blank");
65 return(iswctype(wc, wt));
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dad.c425 long long wt; local
426 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH;
427 return wt;
1189 long long wt; local
1196 wt = unix2nttime(entry->princ_expire_time);
1198 asprintf(&tv[0], "%llu", wt);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl1387 set wt [font names]
1388 if {[lsearch -exact $wt dlistfont] >= 0} {
1515 set wt [.dirsel.f2.cv itemcget $id -tags]
1516 if {[lsearch -exact $wt IMG] >= 0} {
1531 set wt [.dirsel.f2.cv itemcget $id -tags]
1532 if {[lsearch -exact $wt IMG] >= 0} {
1535 set wt [.dirsel.f2.cv itemcget $id -tags]
1536 if {[lsearch -exact $wt HASBOX] >= 0} {
1552 set wt [.dirsel.f2.cv itemcget $id -tags]
1553 if {[lsearch -exact $wt IM
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl1387 set wt [font names]
1388 if {[lsearch -exact $wt dlistfont] >= 0} {
1515 set wt [.dirsel.f2.cv itemcget $id -tags]
1516 if {[lsearch -exact $wt IMG] >= 0} {
1531 set wt [.dirsel.f2.cv itemcget $id -tags]
1532 if {[lsearch -exact $wt IMG] >= 0} {
1535 set wt [.dirsel.f2.cv itemcget $id -tags]
1536 if {[lsearch -exact $wt HASBOX] >= 0} {
1552 set wt [.dirsel.f2.cv itemcget $id -tags]
1553 if {[lsearch -exact $wt IM
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl1374 set wt [font names]
1375 if {[lsearch -exact $wt dlistfont] >= 0} {
1502 set wt [.dirsel.f2.cv itemcget $id -tags]
1503 if {[lsearch -exact $wt IMG] >= 0} {
1518 set wt [.dirsel.f2.cv itemcget $id -tags]
1519 if {[lsearch -exact $wt IMG] >= 0} {
1522 set wt [.dirsel.f2.cv itemcget $id -tags]
1523 if {[lsearch -exact $wt HASBOX] >= 0} {
1539 set wt [.dirsel.f2.cv itemcget $id -tags]
1540 if {[lsearch -exact $wt IM
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpac.c595 long long wt; local
596 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
597 return wt;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dicon.vim147 "wt:syn region iconPreProc "start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" "end="$" contains=ALLBUT,@iconPreProcGroup
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_io_m17n.rb34 wt = Thread.new do
42 flunk("timeout") unless wt.join(10) && rt.join(10)
46 (wt.kill; wt.join) if wt
1525 open("newline", "wt") {|f|
1537 open("t.txt", "wt") {|f|
1549 open("t.txt", "wt:euc-jp") {|f|
1681 assert_write("a\rb\r#{n}c#{n}", "wt", a)
1682 assert_write("\xc2\xa2", "wt",
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg3.el1592 j k xval yval sigmasqr wt covj covjk covk betaj lud)
1646 (setq wt (math-evaluate-expr (aref x-funcs j)))
1647 (aset xvals j wt)
1648 (setq wt (math-mul wt isigsq)
1655 (math-mul wt (aref xvals k))))
1657 (setcar betaj (math-add (car betaj) (math-mul wt yval)))
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dntlm.c1524 long long wt; local
1525 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
1526 return wt;

Completed in 314 milliseconds

12