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

/freebsd-11-stable/lib/msun/src/
H A Ds_sincosl.c53 int e0, sgn; local
57 sgn = z.bits.sign;
H A De_jnf.c37 int32_t i,hx,ix, sgn; local
55 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
169 if(sgn==1) return -b; else return b;
H A De_jn.c56 int32_t i,hx,ix,lx, sgn; local
74 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
212 if(sgn==1) return -b; else return b;
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c278 int sgn = 1; local
290 sgn = -1;
298 return ((double)sgn*tiny*tiny);
307 if (sgn < 0) y = -y;
315 if (sgn < 0) y = -y;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp233 int sgn = 1; local
238 sgn = 1;
241 sgn = -1;
254 if (sgn > 0) {
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c1608 const int sgn = m->in_op & FILE_OPSIGNED; local
1617 off = SEXT(sgn,8,q->b);
1622 off = SEXT(sgn,16,q->h);
1627 off = SEXT(sgn,16,BE16(q));
1632 off = SEXT(sgn,16,LE16(q));
1637 off = SEXT(sgn,32,q->l);
1643 off = SEXT(sgn,32,BE32(q));
1649 off = SEXT(sgn,32,LE32(q));
1654 off = SEXT(sgn,32,ME32(q));
1659 off = SEXT(sgn,6
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2938 unsigned HOST_WIDE_INT off, sgn; local
2962 sgn = comb->mask;
2967 sgn = 1;
2969 return add_elt_to_tree (expr, type, build_int_cst_type (type, off), sgn,
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13344 int sgn = 0; local
13351 sgn = -1;
13353 sgn = +1;
13365 p->tz = sgn*(nMn + nHr*60);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c22157 int sgn = 0; local
22164 sgn = -1;
22166 sgn = +1;
22178 p->tz = sgn*(nMn + nHr*60);
[all...]

Completed in 897 milliseconds