Searched defs:sign (Results 1 – 11 of 11) sorted by relevance
88 unsigned sign : 1; member95 unsigned sign : 1; member
231 int sign = 1; in getIntValue() local
170 int decimal, sign; in formatSizeOfFile() local
266 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign() method in DBaseNumericFunctions
550 char *fcvt(double value, int ndigit, int *decpt, int *sign) in fcvt()
189 const char *sign = (sgn == 0) ? " == " : (sgn > 0) ? " > " : " < " ; in makeComment() local
211 const char *sign = (sgn == 0) ? " == " : (sgn > 0) ? " > " : " < " ; in makeComment() local
139 #define sign(X, Y) (Y < 0 ? -abs(X) : abs(X)) /* Vorzeichen von */ macro
383 SQLCHAR sign; /* 0 for negative, 1 for positive */ member
82 int sign = (nMillis < 0 ? -1 : 1); in debug_cal_millis_to_time() local
350 int sign; in fixedMul() local376 int sign; in fixedDiv() local
Completed in 91 milliseconds