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

/freebsd-13-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-13-stable/lib/msun/bsdsrc/
H A Db_tgamma.c276 int sgn = 1; local
288 sgn = -1;
296 return ((double)sgn*tiny*tiny);
305 if (sgn < 0) y = -y;
313 if (sgn < 0) y = -y;
/freebsd-13-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-13-stable/contrib/bmake/
H A Dsuff.c1177 GNode *sgn; /* Source GNode */ local
1188 sgn = gln->datum;
1190 if (sgn->type & OP_OPTIONAL && Lst_IsEmpty(&tgn->commands)) {
1201 base = str_basename(sgn->name);
1223 ret = Candidate_New(bmake_strdup(sgn->name), targ->prefix, suff, targ,
1224 sgn);
1232 DEBUG1(SUFF, "\tusing existing source %s\n", sgn->name);
1500 ApplyTransform(GNode *tgn, GNode *sgn, Suffix *tsuff, Suffix *ssuff) argument
1507 Lst_Append(&tgn->children, sgn);
1508 Lst_Append(&sgn
[all...]
/freebsd-13-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-13-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 506 milliseconds