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

12

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Diset_ui.c0 /* mpf_init_set_ui() -- Initialize a float and assign it from an unsigned int.
34 mpf_init_set_ui (mpf_ptr r, unsigned long int val) function
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-pow_ui.c33 mpf_init_set_ui (limit, 1);
H A Dt-add.c52 mpf_init_set_ui (limit_rerr, 1);
58 mpf_init_set_ui (max_rerr, 0);
H A Dt-set_ui.c1 /* Test mpf_set_ui and mpf_init_set_ui.
66 mpf_init_set_ui (x, data[i].x);
73 printf ("mpf_init_set_ui wrong on data[%d]\n", i);
H A Dt-sqrt.c50 mpf_init_set_ui (limit_rerr, 1);
56 mpf_init_set_ui (max_rerr, 0);
H A Dt-sub.c50 mpf_init_set_ui (limit_rerr, 1);
56 mpf_init_set_ui (max_rerr, 0);
H A Dt-conv.c60 mpf_init_set_ui (limit_rerr, 1);
66 mpf_init_set_ui (max_rerr, 0);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c116 mpf_init_set_ui (var_a, 55L);
117 mpf_init_set_ui (var_b, 99L);
H A Dt-expr.c432 mpf_init_set_ui (a, 55);
433 mpf_init_set_ui (b, 99);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h140 #undef mpf_init_set_ui macro
141 #define mpf_init_set_ui(x,y) mpfr_init_set_ui(x,y,MPFR_DEFAULT_RND) macro
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-constr.cc695 mpf_init_set_ui(a, 100);
704 mpf_init_set_ui(a, 100);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h121 mpf_init_set_ui (x, 17);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1342 #define mpf_init_set_ui __gmpf_init_set_ui macro
1343 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1342 #define mpf_init_set_ui __gmpf_init_set_ui macro
1343 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1359 #define mpf_init_set_ui __gmpf_init_set_ui macro
1360 __GMP_DECLSPEC void mpf_init_set_ui (mpf_ptr, unsigned long int);

Completed in 408 milliseconds

12