Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sal/inc/sal/
H A Dmathconf.h89 unsigned sign : 1; member
96 unsigned sign : 1; member
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx231 int sign = 1; in getIntValue() local
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx170 int decimal, sign; in formatSizeOfFile() local
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java266 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign() method in DBaseNumericFunctions
/trunk/main/sal/osl/unx/
H A Dsystem.c550 char *fcvt(double value, int ndigit, int *decpt, int *sign) in fcvt()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx189 const char *sign = (sgn == 0) ? " == " : (sgn > 0) ? " > " : " < " ; in makeComment() local
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx211 const char *sign = (sgn == 0) ? " == " : (sgn > 0) ? " > " : " < " ; in makeComment() local
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx139 #define sign(X, Y) (Y < 0 ? -abs(X) : abs(X)) /* Vorzeichen von */ macro
/trunk/main/unixODBC/inc/
H A Dsqltypes.h383 SQLCHAR sign; /* 0 for negative, 1 for positive */ member
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx82 int sign = (nMillis < 0 ? -1 : 1); in debug_cal_millis_to_time() local
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx350 int sign; in fixedMul() local
376 int sign; in fixedDiv() local

Completed in 69 milliseconds