1570af302Sopenharmony_ci// Copyright (C) 1988-1994 Sun Microsystems, Inc. 2550 Garcia Avenue 2570af302Sopenharmony_ci// Mountain View, California 94043 All rights reserved. 3570af302Sopenharmony_ci// 4570af302Sopenharmony_ci// Any person is hereby authorized to download, copy, use, create bug fixes, 5570af302Sopenharmony_ci// and distribute, subject to the following conditions: 6570af302Sopenharmony_ci// 7570af302Sopenharmony_ci// 1. the software may not be redistributed for a fee except as 8570af302Sopenharmony_ci// reasonable to cover media costs; 9570af302Sopenharmony_ci// 2. any copy of the software must include this notice, as well as 10570af302Sopenharmony_ci// any other embedded copyright notices; and 11570af302Sopenharmony_ci// 3. any distribution of this software or derivative works thereof 12570af302Sopenharmony_ci// must comply with all applicable U.S. export control laws. 13570af302Sopenharmony_ci// 14570af302Sopenharmony_ci// THE SOFTWARE IS MADE AVAILABLE "AS IS" AND WITHOUT EXPRESS OR IMPLIED 15570af302Sopenharmony_ci// WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO THE IMPLIED 16570af302Sopenharmony_ci// WARRANTIES OF DESIGN, MERCHANTIBILITY, FITNESS FOR A PARTICULAR 17570af302Sopenharmony_ci// PURPOSE, NON-INFRINGEMENT, PERFORMANCE OR CONFORMANCE TO 18570af302Sopenharmony_ci// SPECIFICATIONS. 19570af302Sopenharmony_ci// 20570af302Sopenharmony_ci// BY DOWNLOADING AND/OR USING THIS SOFTWARE, THE USER WAIVES ALL CLAIMS 21570af302Sopenharmony_ci// AGAINST SUN MICROSYSTEMS, INC. AND ITS AFFILIATED COMPANIES IN ANY 22570af302Sopenharmony_ci// JURISDICTION, INCLUDING BUT NOT LIMITED TO CLAIMS FOR DAMAGES OR 23570af302Sopenharmony_ci// EQUITABLE RELIEF BASED ON LOSS OF DATA, AND SPECIFICALLY WAIVES EVEN 24570af302Sopenharmony_ci// UNKNOWN OR UNANTICIPATED CLAIMS OR LOSSES, PRESENT AND FUTURE. 25570af302Sopenharmony_ci// 26570af302Sopenharmony_ci// IN NO EVENT WILL SUN MICROSYSTEMS, INC. OR ANY OF ITS AFFILIATED 27570af302Sopenharmony_ci// COMPANIES BE LIABLE FOR ANY LOST REVENUE OR PROFITS OR OTHER SPECIAL, 28570af302Sopenharmony_ci// INDIRECT AND CONSEQUENTIAL DAMAGES, EVEN IF IT HAS BEEN ADVISED OF THE 29570af302Sopenharmony_ci// POSSIBILITY OF SUCH DAMAGES. 30570af302Sopenharmony_ci// 31570af302Sopenharmony_ci// This file is provided with no support and without any obligation on the 32570af302Sopenharmony_ci// part of Sun Microsystems, Inc. ("Sun") or any of its affiliated 33570af302Sopenharmony_ci// companies to assist in its use, correction, modification or 34570af302Sopenharmony_ci// enhancement. Nevertheless, and without creating any obligation on its 35570af302Sopenharmony_ci// part, Sun welcomes your comments concerning the software and requests 36570af302Sopenharmony_ci// that they be sent to fdlibm-comments@sunpro.sun.com. 37570af302Sopenharmony_ci// 0.7max,0.6max 38570af302Sopenharmony_ciT(RN, 0x1.666666p+127, 0x1.333334p+127, 0x1.d80a6ap+127, 0x1.b63f02p-7, INEXACT) 39570af302Sopenharmony_ciT(RZ, 0x1.666666p+127, 0x1.333334p+127, 0x1.d80a68p+127, -0x1.f92704p-1, INEXACT) 40570af302Sopenharmony_ciT(RU, 0x1.666666p+127, 0x1.333334p+127, 0x1.d80a6ap+127, 0x1.b63f02p-7, INEXACT) 41570af302Sopenharmony_ciT(RD, 0x1.666666p+127, 0x1.333334p+127, 0x1.d80a68p+127, -0x1.f92704p-1, INEXACT) 42570af302Sopenharmony_ci// tiny,huge = huge,tiny = huge 43570af302Sopenharmony_ciT(RN, 0x0p+0, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 44570af302Sopenharmony_ciT(RN, 0x1p-149, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, INEXACT) 45570af302Sopenharmony_ciT(RN, 0x1p-126, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, INEXACT) 46570af302Sopenharmony_ciT(RN, 0x1p+0, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, INEXACT) 47570af302Sopenharmony_ciT(RN, 0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 48570af302Sopenharmony_ciT(RN, 0x1.fffffep+127, 0x1p-149, 0x1.fffffep+127, 0x0p+0, INEXACT) 49570af302Sopenharmony_ciT(RN, 0x1.fffffep+127, 0x1p-126, 0x1.fffffep+127, 0x0p+0, INEXACT) 50570af302Sopenharmony_ciT(RN, 0x1.fffffep+127, 0x1p+0, 0x1.fffffep+127, 0x0p+0, INEXACT) 51570af302Sopenharmony_ci// pythagoras integers test 52570af302Sopenharmony_ciT(RN, 0x1.ffe39cp+22, 0x1.c48p+14, 0x1.ffe464p+22, 0x0p+0, 0) 53570af302Sopenharmony_ciT(RN, 0x1.ffe2bcp+22, 0x1.974p+15, 0x1.ffe544p+22, 0x0p+0, 0) 54570af302Sopenharmony_ciT(RN, 0x1.ffe15cp+22, 0x1.262p+16, 0x1.ffe6a4p+22, 0x0p+0, 0) 55570af302Sopenharmony_ciT(RN, 0x1.ffdf7cp+22, 0x1.80ap+16, 0x1.ffe884p+22, 0x0p+0, 0) 56570af302Sopenharmony_ciT(RN, 0x1.001f3ap+23, 0x1.6a2p+13, 0x1.001f4ap+23, 0x0p+0, 0) 57570af302Sopenharmony_ciT(RN, 0x1.001efap+23, 0x1.0f98p+15, 0x1.001f8ap+23, 0x0p+0, 0) 58570af302Sopenharmony_ciT(RN, 0x1.001e7ap+23, 0x1.c4a8p+15, 0x1.00200ap+23, 0x0p+0, 0) 59570af302Sopenharmony_ciT(RN, 0x1.001dbap+23, 0x1.3cdcp+16, 0x1.0020cap+23, 0x0p+0, 0) 60570af302Sopenharmony_ciT(RN, 0x1.001cbap+23, 0x1.9764p+16, 0x1.0021cap+23, 0x0p+0, 0) 61570af302Sopenharmony_ciT(RN, 0x1.004c86p+23, 0x1.6a4p+12, 0x1.004c8ap+23, 0x0p+0, 0) 62570af302Sopenharmony_ciT(RN, 0x1.004c56p+23, 0x1.c4dp+14, 0x1.004cbap+23, 0x0p+0, 0) 63570af302Sopenharmony_ciT(RN, 0x1.004be6p+23, 0x1.9788p+15, 0x1.004d2ap+23, 0x0p+0, 0) 64570af302Sopenharmony_ciT(RN, 0x1.004b36p+23, 0x1.2654p+16, 0x1.004ddap+23, 0x0p+0, 0) 65570af302Sopenharmony_ciT(RN, 0x1.004a46p+23, 0x1.80e4p+16, 0x1.004ecap+23, 0x0p+0, 0) 66570af302Sopenharmony_ciT(RN, 0x1.0079cap+23, 0x1.6a6p+13, 0x1.0079dap+23, 0x0p+0, 0) 67570af302Sopenharmony_ciT(RN, 0x1.00798ap+23, 0x1.0fc8p+15, 0x1.007a1ap+23, 0x0p+0, 0) 68570af302Sopenharmony_ciT(RN, 0x1.00790ap+23, 0x1.c4f8p+15, 0x1.007a9ap+23, 0x0p+0, 0) 69570af302Sopenharmony_ciT(RN, 0x1.00784ap+23, 0x1.3d14p+16, 0x1.007b5ap+23, 0x0p+0, 0) 70570af302Sopenharmony_ciT(RN, 0x1.00774ap+23, 0x1.97acp+16, 0x1.007c5ap+23, 0x0p+0, 0) 71570af302Sopenharmony_ciT(RN, 0x1.00a71ep+23, 0x1.6a8p+12, 0x1.00a722p+23, 0x0p+0, 0) 72570af302Sopenharmony_ci// radom argument in (-10,10) 73570af302Sopenharmony_ciT(RN, -0x1.57f25cp+1, 0x1.c7d31p+2, 0x1.e72fc4p+2, -0x1.2ed8fp-2, INEXACT) 74570af302Sopenharmony_ciT(RN, 0x1.19be7p+3, -0x1.ab6d7p+2, 0x1.61a0ecp+3, -0x1.a978c8p-6, INEXACT) 75570af302Sopenharmony_ciT(RN, -0x1.5ac18ep+1, -0x1.925982p-2, 0x1.5e6268p+1, -0x1.55d62cp-3, INEXACT) 76570af302Sopenharmony_ciT(RN, 0x1.7221cep+2, 0x1.11a0d4p+3, 0x1.4a5602p+3, 0x1.73f5f4p-2, INEXACT) 77570af302Sopenharmony_ciT(RN, -0x1.ae41a2p+0, -0x1.329154p+3, 0x1.373fep+3, 0x1.1a3a8cp-3, INEXACT) 78570af302Sopenharmony_ciT(RN, -0x1.0accfp+2, 0x1.d94512p-2, 0x1.0c6f6ap+2, -0x1.526f22p-3, INEXACT) 79570af302Sopenharmony_ciT(RN, -0x1.e564p+2, 0x1.c7cbf2p+2, 0x1.4ceca6p+3, -0x1.e8dcc2p-4, INEXACT) 80570af302Sopenharmony_ciT(RN, -0x1.3ec60ep+3, -0x1.3fa3cep+3, 0x1.c36d4cp+3, 0x1.10fbdcp-5, INEXACT) 81570af302Sopenharmony_ciT(RN, -0x1.236fd2p+2, 0x1.742432p+2, 0x1.d8ad9ap+2, -0x1.2fb484p-3, INEXACT) 82570af302Sopenharmony_ciT(RN, 0x1.6f651ep+1, 0x1.3bfd78p+2, 0x1.6d817ep+2, -0x1.ba32cep-2, INEXACT) 83570af302Sopenharmony_ci// nan's resutls 84570af302Sopenharmony_ciT(RN, nan, 0x1p+0, nan, 0x0p+0, 0) 85570af302Sopenharmony_ciT(RN, nan, 0x1p+0, nan, 0x0p+0, 0) 86570af302Sopenharmony_ciT(RN, nan, nan, nan, 0x0p+0, 0) 87570af302Sopenharmony_ciT(RN, nan, nan, nan, 0x0p+0, 0) 88570af302Sopenharmony_ci// inf result 89570af302Sopenharmony_ciT(RN, -inf, nan, inf, 0x0p+0, 0) 90570af302Sopenharmony_ciT(RZ, nan, -inf, inf, 0x0p+0, 0) 91570af302Sopenharmony_ci// inf result with snan argument raise invalid flag 92570af302Sopenharmony_ciT(RN, nan, inf, inf, 0x0p+0, 0) 93570af302Sopenharmony_ci// overflow 94570af302Sopenharmony_ciT(RN,-0x1.fffffep+127, 0x1.fddddcp+127, inf, 0x0p+0, INEXACT|OVERFLOW) 95570af302Sopenharmony_ciT(RZ,-0x1.fffffep+127, 0x1.fddddcp+127, 0x1.fffffep+127, -0x1p+0, INEXACT|OVERFLOW) 96570af302Sopenharmony_ciT(RU,-0x1.fffffep+127, 0x1.fddddcp+127, inf, 0x0p+0, INEXACT|OVERFLOW) 97570af302Sopenharmony_ciT(RD,-0x1.fffffep+127, 0x1.fddddcp+127, 0x1.fffffep+127, -0x1p+0, INEXACT|OVERFLOW) 98570af302Sopenharmony_ci// subnormal number 99570af302Sopenharmony_ciT(RN, 0x0p+0, 0x1p-149, 0x1p-149, 0x0p+0, 0) 100570af302Sopenharmony_ciT(RN, 0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 101570af302Sopenharmony_ciT(RN, 0x1p-126, 0x0p+0, 0x1p-126, 0x0p+0, 0) 102570af302Sopenharmony_ciT(RN, 0x0p+0, -0x1p-126, 0x1p-126, 0x0p+0, 0) 103570af302Sopenharmony_ciT(RN, 0x1p-149, 0x1p-149, 0x1p-149, -0x1.a8279ap-2, INEXACT|UNDERFLOW) 104570af302Sopenharmony_ciT(RN, -0x1p-148, -0x1p-148, 0x1.8p-148, 0x1.5f619ap-3, INEXACT|UNDERFLOW) 105570af302Sopenharmony_ciT(RD, 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 106570af302Sopenharmony_ciT(RD, 0x0p+0, 0x1p-149, 0x1p-149, 0x0p+0, 0) 107570af302Sopenharmony_ciT(RD, 0x0p+0, 0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 108570af302Sopenharmony_ciT(RD, 0x0p+0, 0x1p+0, 0x1p+0, 0x0p+0, 0) 109570af302Sopenharmony_ciT(RD, 0x0p+0, 0x1p+127, 0x1p+127, 0x0p+0, 0) 110570af302Sopenharmony_ciT(RD, 0x0p+0, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 111570af302Sopenharmony_ciT(RD, 0x0p+0, inf, inf, 0x0p+0, 0) 112570af302Sopenharmony_ciT(RD, 0x0p+0, -0x0p+0, 0x0p+0, 0x0p+0, 0) 113570af302Sopenharmony_ciT(RD, 0x0p+0, -0x1p-149, 0x1p-149, 0x0p+0, 0) 114570af302Sopenharmony_ciT(RD, 0x0p+0,-0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 115570af302Sopenharmony_ciT(RD, 0x0p+0, -0x1p+0, 0x1p+0, 0x0p+0, 0) 116570af302Sopenharmony_ciT(RD, 0x0p+0, -0x1p+127, 0x1p+127, 0x0p+0, 0) 117570af302Sopenharmony_ciT(RD, 0x0p+0,-0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 118570af302Sopenharmony_ciT(RD, 0x0p+0, -inf, inf, 0x0p+0, 0) 119570af302Sopenharmony_ciT(RD, 0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 120570af302Sopenharmony_ciT(RD, 0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 121570af302Sopenharmony_ciT(RD, 0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 122570af302Sopenharmony_ciT(RD, 0x1.8p+3, -0x1.4p+2, 0x1.ap+3, 0x0p+0, 0) 123570af302Sopenharmony_ciT(RD, 0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 124570af302Sopenharmony_ciT(RD, 0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 125570af302Sopenharmony_ciT(RD, inf, 0x0p+0, inf, 0x0p+0, 0) 126570af302Sopenharmony_ciT(RD, inf, nan, inf, 0x0p+0, 0) 127570af302Sopenharmony_ciT(RD, inf, nan, inf, 0x0p+0, 0) 128570af302Sopenharmony_ciT(RD, nan, inf, inf, 0x0p+0, 0) 129570af302Sopenharmony_ciT(RD, nan, -inf, inf, 0x0p+0, 0) 130570af302Sopenharmony_ciT(RD, -0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 131570af302Sopenharmony_ciT(RD, -0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 132570af302Sopenharmony_ciT(RD,-0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 133570af302Sopenharmony_ciT(RD, -0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 134570af302Sopenharmony_ciT(RD, -0x1.8p+1, -0x1p+2, 0x1.4p+2, 0x0p+0, 0) 135570af302Sopenharmony_ciT(RD, -0x1.8p+4, 0x1.cp+2, 0x1.9p+4, 0x0p+0, 0) 136570af302Sopenharmony_ciT(RD, -0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 137570af302Sopenharmony_ciT(RD,-0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 138570af302Sopenharmony_ciT(RD, -inf, 0x0p+0, inf, 0x0p+0, 0) 139570af302Sopenharmony_ciT(RD, -inf, nan, inf, 0x0p+0, 0) 140570af302Sopenharmony_ciT(RD, -inf, nan, inf, 0x0p+0, 0) 141570af302Sopenharmony_ciT(RD, nan, inf, inf, 0x0p+0, 0) 142570af302Sopenharmony_ciT(RD, nan, -inf, inf, 0x0p+0, 0) 143570af302Sopenharmony_ciT(RD, 0x0p+0, nan, nan, 0x0p+0, 0) 144570af302Sopenharmony_ciT(RD, 0x0p+0, nan, nan, 0x0p+0, 0) 145570af302Sopenharmony_ciT(RD, 0x1p-149, nan, nan, 0x0p+0, 0) 146570af302Sopenharmony_ciT(RD, 0x1.8p-148, nan, nan, 0x0p+0, 0) 147570af302Sopenharmony_ciT(RD, nan, 0x0p+0, nan, 0x0p+0, 0) 148570af302Sopenharmony_ciT(RD, nan, -0x1p-149, nan, 0x0p+0, 0) 149570af302Sopenharmony_ciT(RD, nan, -0x1.8p-148, nan, 0x0p+0, 0) 150570af302Sopenharmony_ciT(RD, -0x1p-149, nan, nan, 0x0p+0, 0) 151570af302Sopenharmony_ciT(RD, -0x1.8p-148, nan, nan, 0x0p+0, 0) 152570af302Sopenharmony_ciT(RD, nan, 0x0p+0, nan, 0x0p+0, 0) 153570af302Sopenharmony_ciT(RD, nan, 0x1p-149, nan, 0x0p+0, 0) 154570af302Sopenharmony_ciT(RD, nan, 0x1.8p-148, nan, 0x0p+0, 0) 155570af302Sopenharmony_ciT(RN, 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 156570af302Sopenharmony_ciT(RN, 0x0p+0, 0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 157570af302Sopenharmony_ciT(RN, 0x0p+0, 0x1p+0, 0x1p+0, 0x0p+0, 0) 158570af302Sopenharmony_ciT(RN, 0x0p+0, 0x1p+127, 0x1p+127, 0x0p+0, 0) 159570af302Sopenharmony_ciT(RN, 0x0p+0, inf, inf, 0x0p+0, 0) 160570af302Sopenharmony_ciT(RN, 0x0p+0, -0x0p+0, 0x0p+0, 0x0p+0, 0) 161570af302Sopenharmony_ciT(RN, 0x0p+0, -0x1p-149, 0x1p-149, 0x0p+0, 0) 162570af302Sopenharmony_ciT(RN, 0x0p+0,-0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 163570af302Sopenharmony_ciT(RN, 0x0p+0, -0x1p+0, 0x1p+0, 0x0p+0, 0) 164570af302Sopenharmony_ciT(RN, 0x0p+0, -0x1p+127, 0x1p+127, 0x0p+0, 0) 165570af302Sopenharmony_ciT(RN, 0x0p+0,-0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 166570af302Sopenharmony_ciT(RN, 0x0p+0, -inf, inf, 0x0p+0, 0) 167570af302Sopenharmony_ciT(RN, 0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 168570af302Sopenharmony_ciT(RN, 0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 169570af302Sopenharmony_ciT(RN, 0x1.8p+3, -0x1.4p+2, 0x1.ap+3, 0x0p+0, 0) 170570af302Sopenharmony_ciT(RN, 0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 171570af302Sopenharmony_ciT(RN, inf, 0x0p+0, inf, 0x0p+0, 0) 172570af302Sopenharmony_ciT(RN, inf, nan, inf, 0x0p+0, 0) 173570af302Sopenharmony_ciT(RN, inf, nan, inf, 0x0p+0, 0) 174570af302Sopenharmony_ciT(RN, nan, inf, inf, 0x0p+0, 0) 175570af302Sopenharmony_ciT(RN, nan, -inf, inf, 0x0p+0, 0) 176570af302Sopenharmony_ciT(RN, -0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 177570af302Sopenharmony_ciT(RN, -0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 178570af302Sopenharmony_ciT(RN,-0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 179570af302Sopenharmony_ciT(RN, -0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 180570af302Sopenharmony_ciT(RN, -0x1.8p+1, -0x1p+2, 0x1.4p+2, 0x0p+0, 0) 181570af302Sopenharmony_ciT(RN, -0x1.8p+4, 0x1.cp+2, 0x1.9p+4, 0x0p+0, 0) 182570af302Sopenharmony_ciT(RN, -0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 183570af302Sopenharmony_ciT(RN,-0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 184570af302Sopenharmony_ciT(RN, -inf, 0x0p+0, inf, 0x0p+0, 0) 185570af302Sopenharmony_ciT(RN, -inf, nan, inf, 0x0p+0, 0) 186570af302Sopenharmony_ciT(RN, nan, -inf, inf, 0x0p+0, 0) 187570af302Sopenharmony_ciT(RN, 0x0p+0, nan, nan, 0x0p+0, 0) 188570af302Sopenharmony_ciT(RN, 0x0p+0, nan, nan, 0x0p+0, 0) 189570af302Sopenharmony_ciT(RN, 0x1p-149, nan, nan, 0x0p+0, 0) 190570af302Sopenharmony_ciT(RN, 0x1.8p-148, nan, nan, 0x0p+0, 0) 191570af302Sopenharmony_ciT(RN, nan, 0x0p+0, nan, 0x0p+0, 0) 192570af302Sopenharmony_ciT(RN, nan, -0x1p-149, nan, 0x0p+0, 0) 193570af302Sopenharmony_ciT(RN, nan, -0x1.8p-148, nan, 0x0p+0, 0) 194570af302Sopenharmony_ciT(RN, -0x1p-149, nan, nan, 0x0p+0, 0) 195570af302Sopenharmony_ciT(RN, -0x1.8p-148, nan, nan, 0x0p+0, 0) 196570af302Sopenharmony_ciT(RN, nan, 0x0p+0, nan, 0x0p+0, 0) 197570af302Sopenharmony_ciT(RN, nan, 0x1p-149, nan, 0x0p+0, 0) 198570af302Sopenharmony_ciT(RN, nan, 0x1.8p-148, nan, 0x0p+0, 0) 199570af302Sopenharmony_ciT(RU, 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 200570af302Sopenharmony_ciT(RU, 0x0p+0, 0x1p-149, 0x1p-149, 0x0p+0, 0) 201570af302Sopenharmony_ciT(RU, 0x0p+0, 0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 202570af302Sopenharmony_ciT(RU, 0x0p+0, 0x1p+0, 0x1p+0, 0x0p+0, 0) 203570af302Sopenharmony_ciT(RU, 0x0p+0, 0x1p+127, 0x1p+127, 0x0p+0, 0) 204570af302Sopenharmony_ciT(RU, 0x0p+0, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 205570af302Sopenharmony_ciT(RU, 0x0p+0, inf, inf, 0x0p+0, 0) 206570af302Sopenharmony_ciT(RU, 0x0p+0, -0x0p+0, 0x0p+0, 0x0p+0, 0) 207570af302Sopenharmony_ciT(RU, 0x0p+0, -0x1p-149, 0x1p-149, 0x0p+0, 0) 208570af302Sopenharmony_ciT(RU, 0x0p+0,-0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 209570af302Sopenharmony_ciT(RU, 0x0p+0, -0x1p+0, 0x1p+0, 0x0p+0, 0) 210570af302Sopenharmony_ciT(RU, 0x0p+0, -0x1p+127, 0x1p+127, 0x0p+0, 0) 211570af302Sopenharmony_ciT(RU, 0x0p+0,-0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 212570af302Sopenharmony_ciT(RU, 0x0p+0, -inf, inf, 0x0p+0, 0) 213570af302Sopenharmony_ciT(RU, 0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 214570af302Sopenharmony_ciT(RU, 0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 215570af302Sopenharmony_ciT(RU, 0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 216570af302Sopenharmony_ciT(RU, 0x1.8p+3, -0x1.4p+2, 0x1.ap+3, 0x0p+0, 0) 217570af302Sopenharmony_ciT(RU, 0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 218570af302Sopenharmony_ciT(RU, 0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 219570af302Sopenharmony_ciT(RU, inf, 0x0p+0, inf, 0x0p+0, 0) 220570af302Sopenharmony_ciT(RU, inf, nan, inf, 0x0p+0, 0) 221570af302Sopenharmony_ciT(RU, inf, nan, inf, 0x0p+0, 0) 222570af302Sopenharmony_ciT(RU, nan, inf, inf, 0x0p+0, 0) 223570af302Sopenharmony_ciT(RU, nan, -inf, inf, 0x0p+0, 0) 224570af302Sopenharmony_ciT(RU, -0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 225570af302Sopenharmony_ciT(RU, -0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 226570af302Sopenharmony_ciT(RU,-0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 227570af302Sopenharmony_ciT(RU, -0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 228570af302Sopenharmony_ciT(RU, -0x1.8p+1, -0x1p+2, 0x1.4p+2, 0x0p+0, 0) 229570af302Sopenharmony_ciT(RU, -0x1.8p+4, 0x1.cp+2, 0x1.9p+4, 0x0p+0, 0) 230570af302Sopenharmony_ciT(RU, -0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 231570af302Sopenharmony_ciT(RU,-0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 232570af302Sopenharmony_ciT(RU, -inf, 0x0p+0, inf, 0x0p+0, 0) 233570af302Sopenharmony_ciT(RU, -inf, nan, inf, 0x0p+0, 0) 234570af302Sopenharmony_ciT(RU, -inf, nan, inf, 0x0p+0, 0) 235570af302Sopenharmony_ciT(RU, nan, inf, inf, 0x0p+0, 0) 236570af302Sopenharmony_ciT(RU, nan, -inf, inf, 0x0p+0, 0) 237570af302Sopenharmony_ciT(RU, 0x0p+0, nan, nan, 0x0p+0, 0) 238570af302Sopenharmony_ciT(RU, 0x0p+0, nan, nan, 0x0p+0, 0) 239570af302Sopenharmony_ciT(RU, 0x1p-149, nan, nan, 0x0p+0, 0) 240570af302Sopenharmony_ciT(RU, 0x1.8p-148, nan, nan, 0x0p+0, 0) 241570af302Sopenharmony_ciT(RU, nan, 0x0p+0, nan, 0x0p+0, 0) 242570af302Sopenharmony_ciT(RU, nan, -0x1p-149, nan, 0x0p+0, 0) 243570af302Sopenharmony_ciT(RU, nan, -0x1.8p-148, nan, 0x0p+0, 0) 244570af302Sopenharmony_ciT(RU, -0x1p-149, nan, nan, 0x0p+0, 0) 245570af302Sopenharmony_ciT(RU, -0x1.8p-148, nan, nan, 0x0p+0, 0) 246570af302Sopenharmony_ciT(RU, nan, 0x0p+0, nan, 0x0p+0, 0) 247570af302Sopenharmony_ciT(RU, nan, 0x1p-149, nan, 0x0p+0, 0) 248570af302Sopenharmony_ciT(RU, nan, 0x1.8p-148, nan, 0x0p+0, 0) 249570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 250570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x1p-149, 0x1p-149, 0x0p+0, 0) 251570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 252570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x1p+0, 0x1p+0, 0x0p+0, 0) 253570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x1p+127, 0x1p+127, 0x0p+0, 0) 254570af302Sopenharmony_ciT(RZ, 0x0p+0, 0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 255570af302Sopenharmony_ciT(RZ, 0x0p+0, inf, inf, 0x0p+0, 0) 256570af302Sopenharmony_ciT(RZ, 0x0p+0, -0x0p+0, 0x0p+0, 0x0p+0, 0) 257570af302Sopenharmony_ciT(RZ, 0x0p+0, -0x1p-149, 0x1p-149, 0x0p+0, 0) 258570af302Sopenharmony_ciT(RZ, 0x0p+0,-0x1.fffffcp-127, 0x1.fffffcp-127, 0x0p+0, 0) 259570af302Sopenharmony_ciT(RZ, 0x0p+0, -0x1p+0, 0x1p+0, 0x0p+0, 0) 260570af302Sopenharmony_ciT(RZ, 0x0p+0, -0x1p+127, 0x1p+127, 0x0p+0, 0) 261570af302Sopenharmony_ciT(RZ, 0x0p+0,-0x1.fffffep+127, 0x1.fffffep+127, 0x0p+0, 0) 262570af302Sopenharmony_ciT(RZ, 0x0p+0, -inf, inf, 0x0p+0, 0) 263570af302Sopenharmony_ciT(RZ, 0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 264570af302Sopenharmony_ciT(RZ, 0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 265570af302Sopenharmony_ciT(RZ, 0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 266570af302Sopenharmony_ciT(RZ, 0x1.8p+3, -0x1.4p+2, 0x1.ap+3, 0x0p+0, 0) 267570af302Sopenharmony_ciT(RZ, 0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 268570af302Sopenharmony_ciT(RZ, 0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 269570af302Sopenharmony_ciT(RZ, inf, 0x0p+0, inf, 0x0p+0, 0) 270570af302Sopenharmony_ciT(RZ, inf, nan, inf, 0x0p+0, 0) 271570af302Sopenharmony_ciT(RZ, inf, nan, inf, 0x0p+0, 0) 272570af302Sopenharmony_ciT(RZ, nan, inf, inf, 0x0p+0, 0) 273570af302Sopenharmony_ciT(RZ, nan, -inf, inf, 0x0p+0, 0) 274570af302Sopenharmony_ciT(RZ, -0x0p+0, 0x0p+0, 0x0p+0, 0x0p+0, 0) 275570af302Sopenharmony_ciT(RZ, -0x1p-149, 0x0p+0, 0x1p-149, 0x0p+0, 0) 276570af302Sopenharmony_ciT(RZ,-0x1.fffffcp-127, 0x0p+0, 0x1.fffffcp-127, 0x0p+0, 0) 277570af302Sopenharmony_ciT(RZ, -0x1p+0, 0x0p+0, 0x1p+0, 0x0p+0, 0) 278570af302Sopenharmony_ciT(RZ, -0x1.8p+1, -0x1p+2, 0x1.4p+2, 0x0p+0, 0) 279570af302Sopenharmony_ciT(RZ, -0x1.8p+4, 0x1.cp+2, 0x1.9p+4, 0x0p+0, 0) 280570af302Sopenharmony_ciT(RZ, -0x1p+127, 0x0p+0, 0x1p+127, 0x0p+0, 0) 281570af302Sopenharmony_ciT(RZ,-0x1.fffffep+127, 0x0p+0, 0x1.fffffep+127, 0x0p+0, 0) 282570af302Sopenharmony_ciT(RZ, -inf, 0x0p+0, inf, 0x0p+0, 0) 283570af302Sopenharmony_ciT(RZ, -inf, nan, inf, 0x0p+0, 0) 284570af302Sopenharmony_ciT(RZ, -inf, nan, inf, 0x0p+0, 0) 285570af302Sopenharmony_ciT(RZ, nan, inf, inf, 0x0p+0, 0) 286570af302Sopenharmony_ciT(RZ, 0x0p+0, nan, nan, 0x0p+0, 0) 287570af302Sopenharmony_ciT(RZ, 0x0p+0, nan, nan, 0x0p+0, 0) 288570af302Sopenharmony_ciT(RZ, 0x1p-149, nan, nan, 0x0p+0, 0) 289570af302Sopenharmony_ciT(RZ, 0x1.8p-148, nan, nan, 0x0p+0, 0) 290570af302Sopenharmony_ciT(RZ, nan, 0x0p+0, nan, 0x0p+0, 0) 291570af302Sopenharmony_ciT(RZ, nan, -0x1p-149, nan, 0x0p+0, 0) 292570af302Sopenharmony_ciT(RZ, nan, -0x1.8p-148, nan, 0x0p+0, 0) 293570af302Sopenharmony_ciT(RZ, -0x1p-149, nan, nan, 0x0p+0, 0) 294570af302Sopenharmony_ciT(RZ, -0x1.8p-148, nan, nan, 0x0p+0, 0) 295570af302Sopenharmony_ciT(RZ, nan, 0x0p+0, nan, 0x0p+0, 0) 296570af302Sopenharmony_ciT(RZ, nan, 0x1p-149, nan, 0x0p+0, 0) 297570af302Sopenharmony_ciT(RZ, nan, 0x1.8p-148, nan, 0x0p+0, 0) 298