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

/macosx-10.9.5/ksh-20/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.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c582 int sgn; local
589 sgn = -1;
590 } else sgn = 1;
593 if (va > vb) return(sgn);
594 if (va < vb) return(-sgn);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantIntegers.c582 int sgn; local
589 sgn = -1;
590 } else sgn = 1;
593 if (va > vb) return(sgn);
594 if (va < vb) return(-sgn);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm555 my ($year, $mon, $day, $sgn, $hour, $min, $sec, $frc, $ago) = $string =~ m{
587 if ($sgn && $sgn eq '-') {
/macosx-10.9.5/CPANInternal-140/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.9.5/vim-53/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/emacs-92/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.9.5/Heimdal-323.92.1/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 370 milliseconds