OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:small_prec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/cxx/
t-prec.cc
32
small_prec
= 64, medium_prec = 128, large_prec = 192, very_large_prec = 256;
variable
51
mpf_class f(3.0,
small_prec
);
76
mpf_class f(3.0,
small_prec
);
83
mpf_class f(3.0,
small_prec
), g(9.0, medium_prec);
91
mpf_class f(3.0,
small_prec
), g(9.0, medium_prec), h(15.0, large_prec);
99
mpf_class f(3.0,
small_prec
);
124
mpf_class f(3.0,
small_prec
), g(9.0, medium_prec);
134
mpf_class f(3.0,
small_prec
);
137
ASSERT_ALWAYS_PREC(g, "0.33333 33333 33333 33333",
small_prec
);
156
mpf_class f(3.0,
small_prec
), g(9.0, medium_prec)
[
all
...]
/src/external/lgpl3/mpfr/dist/tests/
tmul.c
964
small_prec
(void)
function
1040
printf ("Error in
small_prec
on i = %d, j = %d\n", i, j);
1342
small_prec
();
/src/external/gpl3/gcc/dist/gcc/
wide-int.cc
408
unsigned int blocks_needed, unsigned int
small_prec
,
421
if (
small_prec
&& index == blocks_needed - 1)
423
? sext_hwi (val,
small_prec
)
424
: zext_hwi (val,
small_prec
));
454
unsigned int
small_prec
= prec & (HOST_BITS_PER_WIDE_INT - 1);
459
if (op0len == BLOCKS_NEEDED (prec) &&
small_prec
)
463
if (zext_hwi (op0 [l0],
small_prec
) != zext_hwi (op1 [l0],
small_prec
))
486
unsigned int
small_prec
= precision & (HOST_BITS_PER_WIDE_INT - 1);
491
s0 = selt (op0, op0len, blocks_needed,
small_prec
, l, SIGNED)
588
unsigned int
small_prec
= precision & (HOST_BITS_PER_WIDE_INT - 1);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc
410
unsigned int blocks_needed, unsigned int
small_prec
,
423
if (
small_prec
&& index == blocks_needed - 1)
425
? sext_hwi (val,
small_prec
)
426
: zext_hwi (val,
small_prec
));
456
unsigned int
small_prec
= prec & (HOST_BITS_PER_WIDE_INT - 1);
461
if (op0len == BLOCKS_NEEDED (prec) &&
small_prec
)
465
if (zext_hwi (op0 [l0],
small_prec
) != zext_hwi (op1 [l0],
small_prec
))
488
unsigned int
small_prec
= precision & (HOST_BITS_PER_WIDE_INT - 1);
493
s0 = selt (op0, op0len, blocks_needed,
small_prec
, l, SIGNED)
590
unsigned int
small_prec
= precision & (HOST_BITS_PER_WIDE_INT - 1);
local
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026