Searched refs:mpf_ceil (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dceilfloor.c0 /* mpf_ceil, mpf_floor -- round an mpf to an integer.
26 Notice the use of prec+1 ensures mpf_ceil and mpf_floor are equivalent to
106 mpf_ceil (mpf_ptr r, mpf_srcptr u) function
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c76 { "ceil", (mpexpr_fun_t) mpf_ceil, MPEXPR_TYPE_UNARY },
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpf2mpfr.h43 #undef mpf_ceil macro
44 #define mpf_ceil mpfr_ceil macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c1 /* Test mpf_trunc, mpf_ceil, mpf_floor.
64 CHECK_SEP ("mpf_ceil", mpf_ceil, ceil);
84 CHECK_INPLACE ("mpf_ceil", mpf_ceil, ceil);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h197 mpf_ceil (y, x);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1304 #define mpf_ceil __gmpf_ceil macro
1305 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1304 #define mpf_ceil __gmpf_ceil macro
1305 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h1302 #define mpf_ceil __gmpf_ceil macro
1303 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h1298 #define mpf_ceil __gmpf_ceil macro
1299 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1302 #define mpf_ceil __gmpf_ceil macro
1303 __GMP_DECLSPEC void mpf_ceil __GMP_PROTO ((mpf_ptr, mpf_srcptr));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs2952 { mpf_ceil }, /* 0 */

Completed in 239 milliseconds

12