OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_prec
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/cxx/
t-rand.cc
116
ASSERT_ALWAYS (c.
get_prec
() == mpf_get_default_prec());
118
ASSERT_ALWAYS (d.
get_prec
() >= 212);
126
ASSERT_ALWAYS (c.
get_prec
() == mpf_get_default_prec());
128
ASSERT_ALWAYS (d.
get_prec
() >= 198);
130
ASSERT_ALWAYS (e.
get_prec
() >= 198);
132
ASSERT_ALWAYS (f.
get_prec
() >= 300);
t-misc.cc
316
// mpf_class::
get_prec
319
ASSERT_ALWAYS (f.
get_prec
() == mpf_get_default_prec());
359
ASSERT_ALWAYS (f.
get_prec
() >= 256);
366
ASSERT_ALWAYS (f.
get_prec
() >= 5 * GMP_NUMB_BITS);
367
ASSERT_ALWAYS (f.
get_prec
() < 100 * GMP_NUMB_BITS);
/src/external/lgpl3/gmp/dist/demos/perl/GMP/
Mpf.pm
40
ceil floor get_default_prec
get_prec
mpf mpf_eq
/src/external/lgpl3/gmp/dist/
gmpxx.h
1629
mp_bitcnt_t
get_prec
() const { return mpf_get_default_prec(); }
function in class:__gmp_expr
1784
mp_bitcnt_t
get_prec
() const { return mpf_get_default_prec(); }
function in class:__gmp_expr
1974
mp_bitcnt_t
get_prec
() const { return mpf_get_prec(mp); }
function in class:__gmp_expr
1983
{ mpf_init2(mp, f.
get_prec
()); mpf_set(mp, f.mp); }
1986
{ *mp = *f.mp; mpf_init2(f.mp,
get_prec
()); }
1992
{ mpf_init2(mp, expr.
get_prec
()); __gmp_set_expr(mp, expr); }
2338
mp_bitcnt_t
get_prec
() const { return expr.val.
get_prec
(); }
function in class:__gmp_expr
2356
mp_bitcnt_t
get_prec
() const { return mpf_get_default_prec(); }
function in class:__gmp_expr
2374
mp_bitcnt_t
get_prec
() const { return expr.val.get_prec();
function in class:__gmp_expr
2406
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2432
mp_bitcnt_t
get_prec
() const { return expr.val1.
get_prec
(); }
function in class:__gmp_expr
2450
mp_bitcnt_t
get_prec
() const { return expr.val2.
get_prec
(); }
function in class:__gmp_expr
2483
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2518
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2553
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2588
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2617
mp_bitcnt_t
get_prec
() const { return expr.val1.
get_prec
(); }
function in class:__gmp_expr
2638
mp_bitcnt_t
get_prec
() const { return expr.val2.
get_prec
(); }
function in class:__gmp_expr
2664
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2692
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
2720
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
3421
mp_bitcnt_t
get_prec
() const { return mpf_get_default_prec(); }
function in class:__gmp_expr
3434
mp_bitcnt_t
get_prec
() const { return mpf_get_default_prec(); }
function in class:__gmp_expr
3450
mp_bitcnt_t
get_prec
() const
function in class:__gmp_expr
[
all
...]
/src/external/lgpl3/mpc/dist/src/
Makefile.am
26
dot.c eta.c exp.c fma.c fr_div.c fr_sub.c get_prec2.c
get_prec
.c \
/src/external/lgpl3/mpc/lib/libmpc/
Makefile
52
get_prec
.c \
/src/external/lgpl3/gmp/dist/demos/perl/
test.pl
1704
# GMP::Mpf::
get_prec
1707
ok (
get_prec
($x) == 512);
1733
ok (
get_prec
($x) == 1024);
1734
ok (
get_prec
($y) == 512);
GMP.xs
2984
get_prec
(f)
Completed in 24 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026