jdk/src/share/native/java/lang/fdlibm/src/k_rem_pio2.c
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    53  *              for i = 0,1,2
    53  *              for i = 0,1,2
    54  *                      x[i] = floor(z)
    54  *                      x[i] = floor(z)
    55  *                      z    = (z-x[i])*2**24
    55  *                      z    = (z-x[i])*2**24
    56  *
    56  *
    57  *
    57  *
    58  *      y[]     ouput result in an array of double precision numbers.
    58  *      y[]     output result in an array of double precision numbers.
    59  *              The dimension of y[] is:
    59  *              The dimension of y[] is:
    60  *                      24-bit  precision       1
    60  *                      24-bit  precision       1
    61  *                      53-bit  precision       2
    61  *                      53-bit  precision       2
    62  *                      64-bit  precision       2
    62  *                      64-bit  precision       2
    63  *                      113-bit precision       3
    63  *                      113-bit precision       3