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

/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigfloat.pl105 local($xm,$xe) = split('E',$x);
107 &norm(&'bmul($xm,$ym),$xe+$ye);
118 local($xm,$xe) = split('E',$x);
120 ($xm,$xe,$ym,$ye) = ($ym,$ye,$xm,$xe) if ($xe < $ye);
121 &norm(&'badd($ym,$xm.('0' x ($xe-$ye))),$ye);
139 local($xm,$xe) = split('E',$x);
142 $scale = length($xm)-1 if (length($xm)-1 > $scale);
144 $scale = $scale + length($ym) - length($xm);
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.xmap.c132 static XmapVal xm; local
133 xm.cmd = (KEYCMD) cmd;
134 return &xm;
140 static XmapVal xm; local
141 xm.str.len = str->len;
142 xm.str.buf = str->buf;
143 return &xm;
245 XmapNode *xm; local
247 for (xm = ptr; xm
345 XmapNode *xm; local
[all...]
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dnetworkdelta.c169 float xm; /* closet point below the guess */ local
188 xm = -LONG_MAX;
201 if (xx > xm)
202 xm = xx;
228 aa = xm + min(0.0, aa);
250 a = (xp+xm)/2;
254 a = (xm+a)/2;
260 a = xm;
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dkey.c313 key_node_t *xm; local
315 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling)
316 if (xm->sibling->ch == *str)
318 if (xm->sibling == NULL)
319 xm->sibling = node__get(*str); /* setup new node */
320 ptr = xm->sibling;
379 key_node_t *xm; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dkey.c319 key_node_t *xm; local
321 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling)
322 if (xm->sibling->ch == *str)
324 if (xm->sibling == NULL)
325 xm->sibling = node__get(*str); /* setup new node */
326 ptr = xm->sibling;
385 key_node_t *xm; local
[all...]
/macosx-10.10.1/libedit-40/src/
H A Dkeymacro.c323 keymacro_node_t *xm; local
325 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling)
326 if (xm->sibling->ch == *str)
328 if (xm->sibling == NULL)
329 xm->sibling = node__get(*str); /* setup new node */
330 ptr = xm->sibling;
389 keymacro_node_t *xm; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Dc.rb217 \s*\)/xm) do |var_name, new_name, old_name|
253 \s*\w+\);/xm) do |var_name, attr_name, read, write|
262 %xm) do |var_name, attr_name, read, write|
304 %xm) do |type, var_name, const_name, definition|
316 \s*;%xm) do |consts|
331 \s*;%xm) do |name, value|
428 %xm) do |type, var_name, meth_name, function, param_count, source_file|
444 %xm) do |meth_name, function, param_count, source_file|
452 \s*(-?\w+)\s*\)/xm) do |meth_name, function, param_count|
520 \s*"#{Regexp.escape old_name}"\s*\);%xm
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeeFEEDExp.c84 giant xm; /* ciphertext */ member in struct:__anon3741
158 finst->xm = newGiant(finst->cp->maxDigits);
176 freeGiant(finst->xm);
375 elliptic_add(finst->xp, finst->xq, finst->xm, cp, SIGN_PLUS);
376 // xm = data + r(pubB?)
380 elliptic_add(finst->xm, finst->xq, finst->xaux, cp, SIGN_PLUS);
381 // xaux = xm + xq (for curve +1)
390 elliptic_add(finst->xm, finst->xq, finst->xaux, cp, SIGN_MINUS);
392 printf("*******elliptic_add(xm, xq, -1) != xp! *************\n");
394 printf(" ell_add(xm, x
[all...]
H A DfeeFEED.c127 giant xm; /* ciphertext */ member in struct:__anon3740
254 finst->xm = newGiant(finst->cp->maxDigits);
473 if(finst->xm) {
474 freeGiant(finst->xm);
775 * xm = xp + clue(+/-)
777 * parity = ((xm + clue(+/-) == xp) ? 1 : -1
792 // calculate xm
793 elliptic_add(thisClue, finst->xp, finst->xm, finst->cp, SIGN_PLUS);
794 // save xm + clue in tmp1
795 elliptic_add(finst->xm, thisClu
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeeFEEDExp.c84 giant xm; /* ciphertext */ member in struct:__anon4456
158 finst->xm = newGiant(finst->cp->maxDigits);
176 freeGiant(finst->xm);
375 elliptic_add(finst->xp, finst->xq, finst->xm, cp, SIGN_PLUS);
376 // xm = data + r(pubB?)
380 elliptic_add(finst->xm, finst->xq, finst->xaux, cp, SIGN_PLUS);
381 // xaux = xm + xq (for curve +1)
390 elliptic_add(finst->xm, finst->xq, finst->xaux, cp, SIGN_MINUS);
392 printf("*******elliptic_add(xm, xq, -1) != xp! *************\n");
394 printf(" ell_add(xm, x
[all...]
H A DfeeFEED.c127 giant xm; /* ciphertext */ member in struct:__anon4455
254 finst->xm = newGiant(finst->cp->maxDigits);
473 if(finst->xm) {
474 freeGiant(finst->xm);
775 * xm = xp + clue(+/-)
777 * parity = ((xm + clue(+/-) == xp) ? 1 : -1
792 // calculate xm
793 elliptic_add(thisClue, finst->xp, finst->xm, finst->cp, SIGN_PLUS);
794 // save xm + clue in tmp1
795 elliptic_add(finst->xm, thisClu
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dcomment.rb102 %xm
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Doptimize.tcl229 set xm [expr { 0.5 * ( $a + $b ) }]
235 if { abs( $x - $xm ) <= $tol2 - 0.5 * ($b - $a) } {
267 if { $xm-$x < 0 } {
281 if { $x >= $xm } {
/macosx-10.10.1/lsof-53/lsof/
H A Darg.c589 char reb[256], *xb, *xe, *xm; local
617 for (i = 0, xm = xe + 1; *xm; xm++) {
618 switch(*xm) {
668 Pn, (int)*xm);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl60 set a(xm) 20
98 set a(x0) $a(xm)
99 set a(x1) [expr $wid-$a(xm)]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotaxis.tcl349 set xm $xmax
352 set xm $xmin
379 while { $x < $xm+0.5*abs($xdelt) } {
412 if { $xdelt != {} && $xt < $xm } {
/macosx-10.10.1/screen-22/screen/
H A Ddisplay.c1208 enum move_t xm = M_NONE, ym = M_NONE; local
1269 xm = M_CRI;
1274 xm = M_RI;
1280 xm = M_RW;
1288 xm = M_CLE;
1293 xm = M_LE;
1303 xm = M_CR;
1345 switch (xm)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dradix.c940 u_char *xm = (u_char *)m; local
967 if (!(rn->rn_bmask & xm[rn->rn_offset]))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dia64.vim227 syn match ia64opcode "xm\(a\|py\)\.[lh]u\=\>"
H A Dvim.vim320 syn keyword vimMap cm[ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[remap] om[ap] ono[remap] smap snor[emap] vm[ap] vn[oremap] xm[ap] xn[oremap] skipwhite nextgroup=vimMapBang,vimMapMod,vimMapLhs
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalcalg3.el933 d u vu xm tol1 tol2 etemp p q r xv xw)
935 (setq xm (math-mul-float '(float 5 -1)
945 (math-abs (math-sub-float x xm))))
951 (setq e (if (math-lessp-float x xm)
980 (setq d (if (math-lessp-float xm x)
983 (setq e (if (math-lessp-float x xm)
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c3665 double xd, xm, xs, yd, ym, ys, hm, hft; local
3698 xm = imx/60000.;
3701 "Lat = %c %3ddeg %7.4fm, Long = %c %3ddeg %8.5fm, Alt = %7.2fm (%7.2fft) GPS", ns, idx, xm, ew, idy, ym, hm, hft);
3704 imx = xm;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c629 unsigned long x, y, xp, xm, yp, ym; local
667 xm = x != 0 ? x - 1 : ximg->width - 1;
676 && XGetPixel (ximg, xm, y) == bg
677 && XGetPixel (ximg, xm, yp) == bg
678 && XGetPixel (ximg, xm, ym) == bg)
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dhangul.el2186 ("xm" ?$(CF.(B)
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit10217 xm;\040 �� # ---> 2v7v0- 0

Completed in 473 milliseconds