Searched refs:decLnOp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c266 static decNumber * decLnOp(decNumber *, const decNumber *,
1282 /* This is a wrapper for decLnOp which can handle the slightly wider */
1314 decLnOp(res, rhs, set, &status);
1405 /* fastpath in decLnOp. The final division is done to the requested */
1501 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1529 decLnOp(b, w, &aset, &ignore); /* b=ln(10) */
2172 /* reduce to integer 1; decLnOp has a fastpath which detects */
2174 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
5560 /* decLnOp -- effect natural logarithm */
5597 /* 1. This is separated out as decLnOp s
5624 decNumber * decLnOp(decNumber *res, const decNumber *rhs, function
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c268 static decNumber * decLnOp(decNumber *, const decNumber *,
1284 /* This is a wrapper for decLnOp which can handle the slightly wider */
1316 decLnOp(res, rhs, set, &status);
1407 /* fastpath in decLnOp. The final division is done to the requested */
1503 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1531 decLnOp(b, w, &aset, &ignore); /* b=ln(10) */
2174 /* reduce to integer 1; decLnOp has a fastpath which detects */
2176 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
5562 /* decLnOp -- effect natural logarithm */
5599 /* 1. This is separated out as decLnOp s
5626 decNumber * decLnOp(decNumber *res, const decNumber *rhs, function
[all...]

Completed in 51 milliseconds