Home
last modified time | relevance | path

Searched refs:sigr (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp6218 Int sigr; /* rhs signum */ local
6231 sigr=1; /* compute signum(rhs) */
6232 if (ISZERO(rhs)) sigr=0;
6233 else if (decNumberIsNegative(rhs)) sigr=-1;
6234 if (result > sigr) return +1; /* L > R, return 1 */
6235 if (result < sigr) return -1; /* L < R, return -1 */
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp6218 Int sigr; /* rhs signum */ local
6231 sigr=1; /* compute signum(rhs) */
6232 if (ISZERO(rhs)) sigr=0;
6233 else if (decNumberIsNegative(rhs)) sigr=-1;
6234 if (result > sigr) return +1; /* L > R, return 1 */
6235 if (result < sigr) return -1; /* L < R, return -1 */
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6218 Int sigr; /* rhs signum */ local
6231 sigr=1; /* compute signum(rhs) */
6232 if (ISZERO(rhs)) sigr=0;
6233 else if (decNumberIsNegative(rhs)) sigr=-1;
6234 if (result > sigr) return +1; /* L > R, return 1 */
6235 if (result < sigr) return -1; /* L < R, return -1 */

Completed in 40 milliseconds