Searched refs:mpf_trunc (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dtrunc.c0 /* mpf_trunc -- truncate an mpf to an integer.
34 /* Notice the use of prec+1 ensures mpf_trunc is equivalent to mpf_set if u
38 mpf_trunc (mpf_ptr r, mpf_srcptr u) function
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c97 { "trunc", (mpexpr_fun_t) mpf_trunc, MPEXPR_TYPE_UNARY },
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c1 /* Test mpf_trunc, mpf_ceil, mpf_floor.
62 CHECK_SEP ("mpf_trunc", mpf_trunc, trunc);
77 CHECK_INPLACE ("mpf_trunc", mpf_trunc, trunc);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h84 #undef mpf_trunc macro
85 #define mpf_trunc mpfr_trunc macro
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h204 mpf_trunc (y, x);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1427 #define mpf_trunc __gmpf_trunc macro
1428 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1427 #define mpf_trunc __gmpf_trunc macro
1428 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1444 #define mpf_trunc __gmpf_trunc macro
1445 __GMP_DECLSPEC void mpf_trunc (mpf_ptr, mpf_srcptr);

Completed in 578 milliseconds

12