HomeSort by: relevance | last modified time | path
    Searched refs:MPC (Results 1 - 14 of 14) sorted by relevancy

  /src/tools/gcc/
lgpl3.mk 6 MPC= ${NETBSDSRCDIR}/external/lgpl3/mpc
10 MPCOBJ!= cd ${MPC}/lib/libmpc && ${PRINTOBJDIR}
14 MPCINC= ${MPC}/dist/src
19 --with-mpc-lib=${MPCOBJ} \
22 --with-mpc-include=${MPCINC} \
  /src/external/lgpl3/mpc/dist/tests/
setprec_parameters.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
33 else if (params->T[out] == MPC)
34 mpc_set_prec (params->P[out].mpc, prec);
48 else if (params->T[i] == MPC)
49 mpc_set_prec (params->P[i].mpc, prec);
63 else if (params->T[i] == MPC)
64 mpc_set_prec (params->P[i].mpc_data.mpc, prec)
    [all...]
read_line.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
95 case MPC:
126 case MPC:
127 mpfr_set_prec (mpc_realref (params->P[index].mpc),
128 MPC_PREC_RE (params->P[index_ref].mpc));
129 mpfr_set_prec (mpc_imagref (params->P[index].mpc),
130 MPC_PREC_IM (params->P[index_ref].mpc));
    [all...]
clear_parameters.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
53 case MPC:
54 mpc_clear (p->mpc);
init_parameters.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
22 #include "mpc-tests.h"
54 case MPC:
55 mpc_init2 (p->mpc, 512);
print_parameter.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
107 case MPC:
109 (unsigned long int) MPC_PREC_RE (params->P[index].mpc),
110 (unsigned long int) MPC_PREC_IM (params->P[index].mpc));
111 mpc_out_str (stdout, 2, 0, params->P[index].mpc, MPC_RNDNN);
check_data.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
61 case MPC:
62 return tpl_check_mpc_data (got->mpc,
copy_parameter.c 6 This file is part of GNU MPC.
8 GNU MPC is free software; you can redistribute it and/or modify it under
13 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
22 #include "mpc-tests.h"
98 case MPC:
99 mpc_get_prec2 (&pre1, &pim1, params->P[index_dest].mpc);
101 mpc_get_prec2 (&pre2, &pim2, params->P[index_src].mpc);
106 mpc_get_prec2 (&pre2, &pim2, params->P[index_ref].mpc);
110 tpl_copy_mpc (params->P[index_dest].mpc, params->P[index_src].mpc);
    [all...]
tgeneric.tpl 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
182 else if (params->T[i] == MPC)
310 case MPC:
313 special_random_mpc (params->P[i].mpc, exp_min, exp_max,
316 test_random_mpc (params->P[i].mpc, exp_min, exp_max, 128);
double_rounding.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
80 if (params->T[out] == MPC)
88 MPC_ASSERT (params->T[out + offset] == MPC);
100 if (double_rounding_mpc (params->P[out + offset].mpc_data.mpc,
101 params->P[out].mpc,
108 inex = mpc_set (params->P[out + offset].mpc_data.mpc,
109 params->P[out].mpc,
    [all...]
read_description.c 5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
22 #include "mpc-tests.h"
57 { "mpc_ptr" , MPC },
58 { "mpc_srcptr" , MPC },
mpc-tests.h 0 /* mpc-tests.h -- Tests helper functions.
5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
29 #include "mpc-impl.h"
31 /* pieces copied from mpc-impl.h */
41 fprintf (stderr, "%s:%d: MPC assertion failed: %s\n", \
57 /* end pieces copied from mpc-impl.h */
183 MPC, /* mpc_t */
197 /* special value to indicate that an error occurred in an mpc function *
207 mpc_t mpc; \/* skip space *\/ member in struct:__anon23588
256 mpc_t mpc; member in union:__anon23590
    [all...]
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 245 #define MPC (MPU1_SR[1])
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 245 #define MPC (MPU1_SR[1])

Completed in 31 milliseconds