Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/resources/
Dmath_java_only.csv3 cbrt,-0x1.28c16bdbe5b02p341,-0x1.8ec3beb2d4185p1023
4 cbrt,-0x1.2e14b2c0fd516p341,-0x1.a49ea827e7d05p1023
5 cbrt,-0x1.5e34a2f636f55p340,-0x1.47afe754a89fep1021
6 cbrt,-0x1.f8a0db364f2c1p340,-0x1.ea33b08c7fbfbp1022
7 cbrt,0x1.13fe315a92f2fp341,0x1.40c8f2c416881p1023
8 cbrt,-0x1.f058cbbc49543p340,-0x1.d2762c5e7c22bp1022
9 cbrt,0x1.4785ce183fe27p340,0x1.0c0c8b67b7daep1021
10 cbrt,-0x1.250fa24b85fe4p341,-0x1.800e50b80ea85p1023
11 cbrt,0x1.377220bf3a7dfp340,0x1.ccf6eeb86909cp1020
12 cbrt,-0x1.c98f0eb5c5dcbp340,-0x1.6d6d5ccb7231fp1022
[all …]
Dmath_tests.csv2 tan,0x1.5078cebff9c73p-5,0x1.50486b2f87014p-5
3 tan,-0x1.5078cebff9c73p-5,-0x1.50486b2f87014p-5
4 tan,0x1.5389e6df41979p-4,0x1.52c39ef070cadp-4
5 tan,-0x1.5389e6df41979p-4,-0x1.52c39ef070cadp-4
6 tan,0x1.a933fe176b375p-3,0x1.a33f32ac5ceb5p-3
7 tan,-0x1.a933fe176b375p-3,-0x1.a33f32ac5ceb5p-3
8 tan,0x1.fac71cd34eea7p-2,0x1.d696bfa988db9p-2
9 tan,-0x1.fac71cd34eea7p-2,-0x1.d696bfa988db9p-2
10 tan,0x1.7ba49f739829fp-1,0x1.46ac372243536p-1
11 tan,-0x1.7ba49f739829fp-1,-0x1.46ac372243536p-1
[all …]
Dmath_important_numbers.csv2 abs,0x1.5bf0a8b145769p1,0x1.5bf0a8b145769p1,2.718281828459045
3 abs,0x1.5bf0a8b145769p1,-0x1.5bf0a8b145769p1,-2.718281828459045
6 abs,0x1.0p0,0x1.0p0,1.0
7 abs,0x1.0p0,-0x1.0p0,-1.0
8 abs,0x1.0p-1,-0x1.0p-1,-0.5
9 abs,0x1.0p-1,0x1.0p-1,0.5
10 abs,0x1.921fb54442d18p2,-0x1.921fb54442d18p2,-6.283185307179586
11 abs,0x1.815e630c155e1p2,-0x1.815e630c155e1p2,-6.021385919380436
12 abs,0x1.709d10d3e7eabp2,-0x1.709d10d3e7eabp2,-5.759586531581287
13 abs,0x1.5fdbbe9bba775p2,-0x1.5fdbbe9bba775p2,-5.497787143782138
[all …]
/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalScaleOperationsTest.java83 BigDecimal x1 = new BigDecimal(1.23400); in testSetScale() local
84 BigDecimal x2 = x1.setScale(75); in testSetScale()
86 assertEquals(0, x1.compareTo(x2)); in testSetScale()
87 assertEquals(0, x2.compareTo(x1)); in testSetScale()
89 x1.precision(); in testSetScale()
91 assertEquals(0, x1.compareTo(x2)); in testSetScale()
92 assertEquals(0, x2.compareTo(x1)); in testSetScale()
96 assertEquals(0, x1.compareTo(x2)); in testSetScale()
97 assertEquals(0, x2.compareTo(x1)); in testSetScale()
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
DMetadataVariations.smali672 accessFlags = { 0x1 }
679 accessFlags = { 0x1 }
686 accessFlags = { 0x1 }
693 accessFlags = { 0x1 }
/libcore/mmodules/core_platform_api/api/stable_platform/
Dcurrent-api.txt34 field public static final int TRACE_COUNT_ALLOCS = 1; // 0x1
/libcore/luni/src/main/java/java/math/
DBigDecimal.java2128 BigDecimal x1 = (BigDecimal) x; in equals() local
2129 return x1.scale == scale in equals()
2130 && x1.bitLength == bitLength in equals()
2131 && (bitLength < 64 ? (x1.smallValue == smallValue) : x1.intVal.equals(intVal)); in equals()
/libcore/ojluni/src/main/native/
Dnet_util_md.c673 int index, x1, x2, x3;
682 &index, &x1, &x2, &x3, ifname) == 21) {
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt649 field public static final int KIND_GLOBAL_ALLOCATED_OBJECTS = 1; // 0x1
658 field public static final int TRACE_COUNT_ALLOCS = 1; // 0x1
711 field public static final int ACCESS_METHOD_REFLECTION = 1; // 0x1
1066 field public static final short MIN_VALUE = 1; // 0x1