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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1994 decNumber *dac=dacbuff; /* -> result accumulator */ local
2032 uprv_decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */
2034 if (decNumberIsNegative(dac)) { /* lhs<1 */
2037 else if (dac->lsu[0]==0) { /* lhs=1 */
2125 /* all be done into the accumulator, dac. The precision needed */
2166 dac=allocdac; /* use the allocated space */
2174 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
2176 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2178 *dac
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1996 decNumber *dac=dacbuff; /* -> result accumulator */ local
2034 uprv_decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */
2036 if (decNumberIsNegative(dac)) { /* lhs<1 */
2039 else if (dac->lsu[0]==0) { /* lhs=1 */
2127 /* all be done into the accumulator, dac. The precision needed */
2168 dac=allocdac; /* use the allocated space */
2176 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
2178 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2180 *dac
[all...]
/external/qemu-pc-bios/vgabios/
H A Dclext.c627 mov al, [si+8] ;; hidden dac

Completed in 1238 milliseconds