facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
# Data file for mpc_pow_z.
|
|
#
|
|
# Copyright (C) 2012 INRIA
|
|
#
|
|
# This file is part of GNU MPC.
|
|
#
|
|
# GNU MPC is free software; you can redistribute it and/or modify it under
|
|
# the terms of the GNU Lesser General Public License as published by the
|
|
# Free Software Foundation; either version 3 of the License, or (at your
|
|
# option) any later version.
|
|
#
|
|
# GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
|
|
# more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# along with this program. If not, see http://www.gnu.org/licenses/ .
|
|
#
|
|
# The line format respects the parameter order in function prototype as
|
|
# follow:
|
|
#
|
|
# INEX_RE INEX_IM PREC_ROP_RE ROP_RE PREC_ROP_IM ROP_IM PREC_OP1_RE OP1_RE PREC_OP1_IM OP1_IM OP2 RND_RE RND_IM
|
|
#
|
|
# where op1 = op1_re + i * op1_im, rop = rop_re + i * rop_im,
|
|
# The data are read from the file and stored in variables op1, op2, rop using
|
|
# rounding to nearest when needed, for instance: rop_re is ROP_RE rounded to
|
|
# nearest to the precision of PREC_ROP_RE.
|
|
# ROP_RE is checked against Re(op1^op2) rounded to the precision PREC_ROP_RE
|
|
# in the direction RND_RE
|
|
# ROP_IM is checked against Im(op1^op2) rounded to the precision PREC_ROP_IM
|
|
# in the direction RND_IM
|
|
# INEX_RE is the ternary value for the real part with the following notation:
|
|
# "?" ternary value not checked
|
|
# "+" if ROP_RE is greater than the exact mathematical result
|
|
# "0" if ROP_RE is exactly the mathematical result
|
|
# "-" if ROP_RE is less than the exact mathematical result
|
|
# (m.m. INEX_IM)
|
|
# rounding modes notation:
|
|
# "N" is rounding to nearest
|
|
# "Z" is rounding towards zero
|
|
# "U" is rounding towards plus infinity
|
|
# "D" is rounding towards minus infinity
|
|
# Use prefixes "0b" for values in base two, "0x" for values in base sixteen,
|
|
# no prefix for value in base ten.
|
|
# In all bases, "nan" is NaN, "inf" is infinity;
|
|
# The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
|
|
|
|
0 0 5 17 5 42 5 17 5 42 1 N N
|
|
0 0 5 0.5 5 -0.5 5 1 5 1 -1 N N
|
|
0 0 5 1 5 0 5 0 5 1 0x8000000000000000 N N
|