Lines Matching refs:longBitsToDouble

243             {Double.longBitsToDouble(0x7FF0000000000001L),      NaNd},  in testSinh()
244 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
248 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
249 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
250 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testSinh()
251 {Double.longBitsToDouble(0x7FFCafeBabe00000L), NaNd}, in testSinh()
252 {Double.longBitsToDouble(0xFFFCafeBabe00000L), NaNd}, in testSinh()
288 double d = Double.longBitsToDouble(i); in testSinh()
334 double input = Double.longBitsToDouble(i); in testSinh()
603 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testCosh()
604 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testCosh()
605 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testCosh()
606 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testCosh()
607 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testCosh()
608 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testCosh()
609 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testCosh()
610 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testCosh()
611 {Double.longBitsToDouble(0x7FFCafeBabe00000L), NaNd}, in testCosh()
612 {Double.longBitsToDouble(0xFFFCafeBabe00000L), NaNd}, in testCosh()
647 double d = Double.longBitsToDouble(i); in testCosh()
693 double input = Double.longBitsToDouble(i); in testCosh()
961 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testTanh()
962 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testTanh()
963 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testTanh()
964 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testTanh()
965 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testTanh()
966 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testTanh()
967 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testTanh()
968 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testTanh()
969 {Double.longBitsToDouble(0x7FFCafeBabe00000L), NaNd}, in testTanh()
970 {Double.longBitsToDouble(0xFFFCafeBabe00000L), NaNd}, in testTanh()