Searched refs:mpf_set_si (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-fits.c76 mpf_set_si (f, -1L);
137 mpf_set_si (f, (long) SHRT_MAX);
143 mpf_set_si (f, (long) SHRT_MAX);
150 mpf_set_si (f, (long) SHRT_MAX);
156 mpf_set_si (f, (long) INT_MAX);
161 mpf_set_si (f, (long) INT_MAX);
167 mpf_set_si (f, (long) INT_MAX);
173 mpf_set_si (f, LONG_MAX);
177 mpf_set_si (f, LONG_MAX);
182 mpf_set_si (
[all...]
H A Dt-trunc.c144 mpf_set_si (trunc, 0L);
145 mpf_set_si (ceil, 1L);
146 mpf_set_si (floor, 0L);
152 mpf_set_si (trunc, 0L);
153 mpf_set_si (ceil, 1L);
154 mpf_set_si (floor, 0L);
161 mpf_set_si (trunc, 123L);
162 mpf_set_si (ceil, 124L);
163 mpf_set_si (floor, 123L);
H A Dt-cmp_d.c76 mpf_set_si (x, -123L);
H A Dt-set_si.c1 /* Test mpf_set_si and mpf_init_set_si.
55 mpf_set_si (x, data[i].x);
62 printf ("mpf_set_si wrong on data[%d]\n", i);
H A Dt-get_si.c106 mpf_set_si (f, want);
111 mpf_set_si (f, want);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_si.c0 /* mpf_set_si() -- Assign a float from a signed int.
34 mpf_set_si (mpf_ptr dest, long val) function
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h101 mpf_set_si (x, -1);
233 mpf_set_si (x, -1);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprfa.c187 p.mpX_set_si = (mpexpr_fun_set_si_t) mpf_set_si;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h162 #undef mpf_set_si macro
163 #define mpf_set_si(x,y) mpfr_set_si(x,y,MPFR_DEFAULT_RND) macro
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c455 case 'F': mpf_set_si ((mpf_ptr) p, (long) retval); break;
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-scanf.c1220 mpf_set_si (got, -999L);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmpxx.h1953 mpf_set_si(mp, l);
2000 { mpf_init2(mp, prec); mpf_set_si(mp, c); }
2005 { mpf_init2(mp, prec); mpf_set_si(mp, i); }
2010 { mpf_init2(mp, prec); mpf_set_si(mp, s); }
2015 { mpf_init2(mp, prec); mpf_set_si(mp, l); }
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1397 #define mpf_set_si __gmpf_set_si macro
1398 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1397 #define mpf_set_si __gmpf_set_si macro
1398 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1414 #define mpf_set_si __gmpf_set_si macro
1415 __GMP_DECLSPEC void mpf_set_si (mpf_ptr, signed long int);

Completed in 339 milliseconds

12