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

/freebsd-11.0-release/lib/msun/src/
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.c58 int32_t i,hx,ix,lx, sgn; local
76 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
213 if(sgn==1) return -b; else return b;
/freebsd-11.0-release/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.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc240 int sgn = 1; local
245 sgn = 1;
248 sgn = -1;
261 if (sgn > 0) {
/freebsd-11.0-release/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.0-release/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.0-release/contrib/sqlite3/
H A Dsqlite3.c16873 int sgn = 0; local
16880 sgn = -1;
16882 sgn = +1;
16894 p->tz = sgn*(nMn + nHr*60);
[all...]

Completed in 844 milliseconds