Home | History | Annotate | Line # | Download | only in tests
      1  1.1  mrg # Data file for mpc_conj.
      2  1.1  mrg #
      3  1.1  mrg # Copyright (C) 2008, 2012 INRIA
      4  1.1  mrg #
      5  1.1  mrg # This file is part of GNU MPC.
      6  1.1  mrg #
      7  1.1  mrg # GNU MPC is free software; you can redistribute it and/or modify it under
      8  1.1  mrg # the terms of the GNU Lesser General Public License as published by the
      9  1.1  mrg # Free Software Foundation; either version 3 of the License, or (at your
     10  1.1  mrg #o ption) any later version.
     11  1.1  mrg #
     12  1.1  mrg # GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
     13  1.1  mrg # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
     14  1.1  mrg # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
     15  1.1  mrg # more details.
     16  1.1  mrg #
     17  1.1  mrg # You should have received a copy of the GNU Lesser General Public License
     18  1.1  mrg # along with this program. If not, see http://www.gnu.org/licenses/ .
     19  1.1  mrg #
     20  1.1  mrg # The line format respects the parameter order in function prototype as
     21  1.1  mrg # follow:
     22  1.1  mrg #
     23  1.1  mrg # INEX_RE  INEX_IM  PREC_ROP_RE  ROP_RE  PREC_ROP_IM  ROP_IM  PREC_OP_RE  OP_RE  PREC_OP_IM  OP_IM  RND_RE  RND_IM
     24  1.1  mrg #
     25  1.1  mrg # see sin.dat for precisions
     26  1.1  mrg 
     27  1.1  mrg # special values (following ISO C99 standard)
     28  1.1  mrg 0 0 53 -inf 53 +inf    53 -inf 53 -inf  N N
     29  1.1  mrg 0 0 53 -inf 53   +1    53 -inf 53   -1  N N
     30  1.1  mrg 0 0 53 -inf 53   +0    53 -inf 53   -0  N N
     31  1.1  mrg 0 0 53 -inf 53   -0    53 -inf 53   +0  N N
     32  1.1  mrg 0 0 53 -inf 53   -1    53 -inf 53   +1  N N
     33  1.1  mrg 0 0 53 -inf 53 -inf    53 -inf 53 +inf  N N
     34  1.1  mrg 0 0 53 -inf 53  nan    53 -inf 53  nan  N N
     35  1.1  mrg 0 0 53   -1 53 +inf    53   -1 53 -inf  N N
     36  1.1  mrg 0 0 53   -1 53   +0    53   -1 53   -0  N N
     37  1.1  mrg 0 0 53   -1 53   -0    53   -1 53   +0  N N
     38  1.1  mrg 0 0 53   -1 53 -inf    53   -1 53 +inf  N N
     39  1.1  mrg 0 0 53   -1 53  nan    53   -1 53  nan  N N
     40  1.1  mrg 0 0 53   -0 53 +inf    53   -0 53 -inf  N N
     41  1.1  mrg 0 0 53   -0 53   +1    53   -0 53   -1  N N
     42  1.1  mrg 0 0 53   -0 53   +0    53   -0 53   -0  N N
     43  1.1  mrg 0 0 53   -0 53   -0    53   -0 53   +0  N N
     44  1.1  mrg 0 0 53   -0 53   -1    53   -0 53   +1  N N
     45  1.1  mrg 0 0 53   -0 53 -inf    53   -0 53 +inf  N N
     46  1.1  mrg 0 0 53   -0 53  nan    53   -0 53  nan  N N
     47  1.1  mrg 0 0 53   +0 53 +inf    53   +0 53 -inf  N N
     48  1.1  mrg 0 0 53   +0 53   +1    53   +0 53   -1  N N
     49  1.1  mrg 0 0 53   +0 53   +0    53   +0 53   -0  N N
     50  1.1  mrg 0 0 53   +0 53   -0    53   +0 53   +0  N N
     51  1.1  mrg 0 0 53   +0 53   -1    53   +0 53   +1  N N
     52  1.1  mrg 0 0 53   +0 53 -inf    53   +0 53 +inf  N N
     53  1.1  mrg 0 0 53   +0 53  nan    53   +0 53  nan  N N
     54  1.1  mrg 0 0 53   +1 53 +inf    53   +1 53 -inf  N N
     55  1.1  mrg 0 0 53   +1 53   +0    53   +1 53   -0  N N
     56  1.1  mrg 0 0 53   +1 53   -0    53   +1 53   +0  N N
     57  1.1  mrg 0 0 53   +1 53 -inf    53   +1 53 +inf  N N
     58  1.1  mrg 0 0 53   +1 53  nan    53   +1 53  nan  N N
     59  1.1  mrg 0 0 53 +inf 53 +inf    53 +inf 53 -inf  N N
     60  1.1  mrg 0 0 53 +inf 53   +1    53 +inf 53   -1  N N
     61  1.1  mrg 0 0 53 +inf 53   +0    53 +inf 53   -0  N N
     62  1.1  mrg 0 0 53 +inf 53   -0    53 +inf 53   +0  N N
     63  1.1  mrg 0 0 53 +inf 53   -1    53 +inf 53   +1  N N
     64  1.1  mrg 0 0 53 +inf 53 -inf    53 +inf 53 +inf  N N
     65  1.1  mrg 0 0 53 +inf 53  nan    53 +inf 53  nan  N N
     66  1.1  mrg 0 0 53  nan 53 +inf    53  nan 53 -inf  N N
     67  1.1  mrg 0 0 53  nan 53   +1    53  nan 53   -1  N N
     68  1.1  mrg 0 0 53  nan 53   +0    53  nan 53   -0  N N
     69  1.1  mrg 0 0 53  nan 53   -0    53  nan 53   +0  N N
     70  1.1  mrg 0 0 53  nan 53   -1    53  nan 53   +1  N N
     71  1.1  mrg 0 0 53  nan 53 -inf    53  nan 53 +inf  N N
     72  1.1  mrg 0 0 53  nan 53  nan    53  nan 53  nan  N N
     73  1.1  mrg 
     74  1.1  mrg # pure real argument
     75  1.1  mrg 0 0 53  0x123456789abcdep+52  2 -0    53  0x123456789abcdep+52 17 +0 N N
     76  1.1  mrg 0 0 53 -0x123456789abcdep+52  3 -0    54 -0x123456789abcdep+52 16 +0 Z N
     77  1.1  mrg 0 0 53  0x123456789abcdep+52  4 +0    55  0x123456789abcdep+52 15 -0 U N
     78  1.1  mrg 0 0 53 -0x123456789abcdep+52  5 +0    56 -0x123456789abcdep+52 14 -0 D N
     79  1.1  mrg 0 0 53  0x123456789abcdep+52  6 -0    57  0x123456789abcdep+52 13 +0 Z Z
     80  1.1  mrg 0 0 53 -0x123456789abcdep+52  7 -0    58 -0x123456789abcdep+52 12 +0 U Z
     81  1.1  mrg 0 0 53  0x123456789abcdep+52  8 +0    59  0x123456789abcdep+52 11 -0 D Z
     82  1.1  mrg 0 0 53 -0x123456789abcdep+52  9 +0    60 -0x123456789abcdep+52 10 -0 N Z
     83  1.1  mrg 0 0 53  0x123456789abcdep+52 10 -0    61  0x123456789abcdep+52  9 +0 U U
     84  1.1  mrg 0 0 53 -0x123456789abcdep+52 11 -0    62 -0x123456789abcdep+52  8 +0 D U
     85  1.1  mrg 0 0 53  0x123456789abcdep+52 12 +0    63  0x123456789abcdep+52  7 -0 N U
     86  1.1  mrg 0 0 53 -0x123456789abcdep+52 13 +0    64 -0x123456789abcdep+52  6 -0 Z U
     87  1.1  mrg 0 0 53  0x123456789abcdep+52 14 -0    65  0x123456789abcdep+52  5 +0 D D
     88  1.1  mrg 0 0 53 -0x123456789abcdep+52 15 -0    66 -0x123456789abcdep+52  4 +0 N D
     89  1.1  mrg 0 0 53  0x123456789abcdep+52 16 +0    67  0x123456789abcdep+52  3 -0 Z D
     90  1.1  mrg 0 0 53 -0x123456789abcdep+52 17 +0    68 -0x123456789abcdep+52  2 -0 U D
     91  1.1  mrg 
     92  1.1  mrg # pure imaginary argument
     93  1.1  mrg 0 0 53 +0 53 -0x123456789abcdep+52    53 +0 53  0x123456789abcdep+52 N N
     94  1.1  mrg 0 0 53 -0 53 -0x123456789abcdep+52    51 -0 54  0x123456789abcdep+52 Z N
     95  1.1  mrg 0 0 53 +0 53  0x123456789abcdep+52    49 +0 55 -0x123456789abcdep+52 U N
     96  1.1  mrg 0 0 53 -0 53  0x123456789abcdep+52    47 -0 56 -0x123456789abcdep+52 D N
     97  1.1  mrg 0 0 53 +0 53 -0x123456789abcdep+52    45 +0 57  0x123456789abcdep+52 Z Z
     98  1.1  mrg 0 0 53 -0 53 -0x123456789abcdep+52    43 -0 58  0x123456789abcdep+52 U Z
     99  1.1  mrg 0 0 53 +0 53  0x123456789abcdep+52    41 +0 59 -0x123456789abcdep+52 D Z
    100  1.1  mrg 0 0 53 -0 53  0x123456789abcdep+52    39 -0 60 -0x123456789abcdep+52 N Z
    101  1.1  mrg 0 0 53 +0 53 -0x123456789abcdep+52    37 +0 61  0x123456789abcdep+52 U U
    102  1.1  mrg 0 0 53 -0 53 -0x123456789abcdep+52    35 -0 62  0x123456789abcdep+52 D U
    103  1.1  mrg 0 0 53 +0 53  0x123456789abcdep+52    33 +0 63 -0x123456789abcdep+52 N U
    104  1.1  mrg 0 0 53 -0 53  0x123456789abcdep+52    31 -0 64 -0x123456789abcdep+52 Z U
    105  1.1  mrg 0 0 53 +0 53 -0x123456789abcdep+52    29 +0 65  0x123456789abcdep+52 D D
    106  1.1  mrg 0 0 53 -0 53 -0x123456789abcdep+52    27 -0 66  0x123456789abcdep+52 N D
    107  1.1  mrg 0 0 53 +0 53  0x123456789abcdep+52    25 +0 67 -0x123456789abcdep+52 Z D
    108  1.1  mrg 0 0 53 -0 53  0x123456789abcdep+52    23 -0 68 -0x123456789abcdep+52 U D
    109  1.1  mrg 
    110  1.1  mrg # non-exact return values
    111  1.1  mrg - - 2 4 2 -8  3 5 3 7 N N
    112  1.1  mrg - + 2 4 2 -6  3 5 3 7 D U
    113  1.1  mrg + - 2 6 2 -8  3 5 3 7 U D
    114  1.1  mrg - + 2 4 2 -6  3 5 3 7 Z Z
    115