Home
last modified time | relevance | path

Searched refs:roundword (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
44 roundword = 0; in test_rint()
46 if (roundword & 1) in test_rint()
47 roundword |= 2; /* preserve sticky bit */ in test_rint()
48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()
52 if (roundword && roundup) { in test_rint()
78 uint32 x, roundword; in test_rintf() local
104 roundword = 0; in test_rintf()
106 if (roundword & 1) in test_rintf()
107 roundword |= 2; /* preserve sticky bit */ in test_rintf()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/math/
DMathContext.java549 java.lang.String roundword=null; in toString() local
562 roundword=ROUNDWORDS[r]; in toString()
567 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
DMathContext.java569 java.lang.String roundword=null; in toString() local
582 roundword=ROUNDWORDS[r]; in toString()
587 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java570 java.lang.String roundword=null; in toString() local
583 roundword=ROUNDWORDS[r]; in toString()
588 …="+digits+" "+"form="+formstr+" "+"lostDigits="+(lostDigits?"1":"0")+" "+"roundingMode="+roundword; in toString()