Home
last modified time | relevance | path

Searched refs:p5 (Results 1 – 7 of 7) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { in getOffset() argument
/libcore/ojluni/src/main/java/sun/misc/
DFormattedFloatingDecimal.java179 multPow52( FDBigInt v, int p5, int p2 ){ in multPow52() argument
180 if ( p5 != 0 ){ in multPow52()
181 if ( p5 < small5pow.length ){ in multPow52()
182 v = v.mult( small5pow[p5] ); in multPow52()
184 v = v.mult( big5pow( p5 ) ); in multPow52()
197 constructPow52( int p5, int p2 ){ in constructPow52() argument
198 FDBigInt v = new FDBigInt( big5pow( p5 ) ); in constructPow52()
/libcore/ojluni/src/main/java/java/lang/
DFloatingDecimal.java162 multPow52( FDBigInt v, int p5, int p2 ){ in multPow52() argument
163 if ( p5 != 0 ){ in multPow52()
164 if ( p5 < small5pow.length ){ in multPow52()
165 v = v.mult( small5pow[p5] ); in multPow52()
167 v = v.mult( big5pow( p5 ) ); in multPow52()
180 constructPow52( int p5, int p2 ){ in constructPow52() argument
181 FDBigInt v = new FDBigInt( big5pow( p5 ) ); in constructPow52()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DMathTest.java1131 double p5 = 5.0; in test_powDD() local
1143 double[] values = { p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, in test_powDD()
/libcore/luni/src/test/resources/
Dmath_tests.csv20 tan,-0x1.e52fafa22ef14p-2,-0x1.180000000004p5
21 tan,0x1.e52fafa22ef14p-2,0x1.180000000004p5
132 tan,-0x1.126dce8ac7c81p-1,0x1.1086210842108p5
133 tan,0x1.126dce8ac7c81p-1,-0x1.1086210842108p5
4758 exp,0x1.304d6aeca254bp69,0x1.8p5
4759 exp,0x1.304d6aeca2571p69,0x1.8000000000001p5
4778 exp,0x1.aebabae3a417fp-70,-0x1.8000000000001p5
4779 exp,0x1.aebabae3a41b5p-70,-0x1.8p5
4924 exp,0x1.c8464f761642fp-47,-0x1.0000000000001p5
4925 exp,0x1.c8464f7616468p-47,-0x1.0p5
[all …]
Dmath_java_only.csv2110 floor,0x1.2p5,0x1.27bdbf35f1357p5
3259 rint,-0x1.1p5,-0x1.0c44185d3cadfp5
3280 rint,-0x1.1p5,-0x1.0f5471d8cd949p5
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java792 public int getOffset(int p1, int p2, int p3, int p4, int p5, in test_writeObject_TimeZone()