Searched refs:sgn (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dgamma.c301 int sgn = 1; local
314 sgn = -1;
322 return ((double)sgn*tiny*tiny);
331 if (sgn < 0) y = -y;
339 if (sgn < 0) y = -y;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDateMath.cpp1032 int sgn = (o < 0) ? -1 : 1; local
1036 offset = ((o / 100) * 60 + (o % 100)) * sgn;
1038 offset = o * 60 * sgn;
1045 offset = (o * 60 + o2) * sgn;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c580 int sgn; local
587 sgn = -1;
588 } else sgn = 1;
591 if (va > vb) return(sgn);
592 if (va < vb) return(-sgn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c580 int sgn; local
587 sgn = -1;
588 } else sgn = 1;
591 if (va > vb) return(sgn);
592 if (va < vb) return(-sgn);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c1052 mp_sign sgn; local
1056 sgn = (SIGN(a) == SIGN(b)) ? MP_ZPOS : MP_NEG;
1070 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1073 SIGN(c) = sgn;
2557 mp_sign sgn; local
2565 sgn = SIGN(&tmp); SIGN(&tmp) = MP_ZPOS;
2581 if(sgn == MP_NEG)
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm564 my ($year, $mon, $day, $sgn, $hour, $min, $sec, $frc, $ago) = $string =~ m{
596 if ($sgn && $sgn eq '-') {
/macosx-10.10/vim-55/runtime/syntax/
H A Dibasic.vim64 syn keyword ibasicBuiltInFunction setmem sgn sin spc sqr stick strig tab tan ubound
H A Dnatural.vim71 syn keyword naturalKeyword abs atn cos exp frac int log sgn sin sqrt tan val old
H A Dbasic.vim98 syn keyword basicFunction SGN sgn Sgn SIN sin Sin
H A Dgnuplot.vim70 syn keyword gnuplotFunc log log10 norm rand real sgn sin sinh sqrt tan
H A Dhamster.vim200 syn keyword hamsterSpecial sgn
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c82 { int sgn = x->sign; local
84 if(sgn == 0) return;
85 if(sgn > 0) {
H A Dschoofs.c66 { int sgn = x->sign; local
68 if(sgn == 0) return;
69 if(sgn > 0) {
H A Dgiants.c495 int sa = a->sign, j, sb = b->sign, va, vb, sgn; local
504 sgn = -1;
508 sgn = 1;
515 return(sgn);
517 return(-sgn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c82 { int sgn = x->sign; local
84 if(sgn == 0) return;
85 if(sgn > 0) {
H A Dschoofs.c66 { int sgn = x->sign; local
68 if(sgn == 0) return;
69 if(sgn > 0) {
H A Dgiants.c495 int sa = a->sign, j, sb = b->sign, va, vb, sgn; local
504 sgn = -1;
508 sgn = 1;
515 return(sgn);
517 return(-sgn);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-arith.el435 (let ((sgn (math-possible-signs a)))
436 (if (memq sgn '(1 3))
438 (if (memq sgn '(2 4 6))
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c13344 int sgn = 0; local
13351 sgn = -1;
13353 sgn = +1;
13365 p->tz = sgn*(nMn + nHr*60);
[all...]

Completed in 724 milliseconds