Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/test/rtest/
Dsemi.c16 uint32 xh, xl, roundword; in test_rint() local
45 roundword = 0; in test_rint()
47 if (roundword & 1) in test_rint()
48 roundword |= 2; /* preserve sticky bit */ in test_rint()
49 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()
53 if (roundword && roundup) { in test_rint()
79 uint32 x, roundword; in test_rintf() local
105 roundword = 0; in test_rintf()
107 if (roundword & 1) in test_rintf()
108 roundword |= 2; /* preserve sticky bit */ in test_rintf()
[all …]
/external/arm-optimized-routines/math/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/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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...