OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rprec
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixdfbitint.c
33
__fixdfbitint (UBILtype *r, SItype
rprec
, DFtype a)
37
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
41
USItype rsigned =
rprec
< 0;
fixsfbitint.c
33
__fixsfbitint (UBILtype *r, SItype
rprec
, SFtype a)
37
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
41
USItype rsigned =
rprec
< 0;
fixtfbitint.c
43
__fixtfbitint (UBILtype *r, SItype
rprec
, TFtype a)
47
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
51
USItype rsigned =
rprec
< 0;
fixxfbitint.c
44
__fixxfbitint (UBILtype *r, SItype
rprec
, XFtype a)
48
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
52
USItype rsigned =
rprec
< 0;
fixddbitint.c
34
__bid_fixddbitint (UBILtype *r, SItype
rprec
, _Decimal64 a)
37
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
76
if (sgn ^ (
rprec
>= 0))
119
if (
rprec
>= 0 && sgn)
197
else if (
rprec
< 0
fixsdbitint.c
34
__bid_fixsdbitint (UBILtype *r, SItype
rprec
, _Decimal32 a)
37
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
76
if (sgn ^ (
rprec
>= 0))
120
if (
rprec
>= 0 && sgn)
188
else if (
rprec
< 0
fixtdbitint.c
34
__bid_fixtdbitint (UBILtype *r, SItype
rprec
, _Decimal128 a)
37
USItype arprec =
rprec
< 0 ? -
rprec
:
rprec
;
83
if (sgn ^ (
rprec
>= 0))
142
if (
rprec
>= 0 && sgn)
234
else if (
rprec
< 0
bitintpow10.c
89
/* Set r (_BitInt limbs with
rprec
bits) to pow10 (n),
94
__bid_pow10bitint (UBILtype *r, SItype
rprec
, USItype n)
96
USItype rn = ((USItype)
rprec
+ BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
127
rprec
- low_zeros * BIL_TYPE_SIZE,
/src/external/bsd/byacc/dist/
mkpar.c
164
temp->prec =
rprec
[ruleno];
reader.c
2179
rprec
= TMALLOC(Value_t, maxrules);
2180
NO_SPACE(
rprec
);
2182
rprec
[0] = 0;
2183
rprec
[1] = 0;
2184
rprec
[2] = 0;
2210
rprec
= TREALLOC(Value_t,
rprec
, maxrules);
2211
NO_SPACE(
rprec
);
2719
rprec
[nrules] = UNDEFINED;
2780
rprec
[nrules] = rprec[nrules - 1]
[
all
...]
main.c
122
Value_t *
rprec
;
variable
/src/external/gpl3/gcc/dist/gcc/
gimple-lower-bitint.cc
2762
unsigned int
rprec
= (tprec - 1) % limb_prec + 1;
2763
if (
rprec
+ bo_bit < (unsigned) limb_prec)
2766
= build_nonstandard_integer_type (
rprec
+ bo_bit, 1);
2769
rprec
+ bo_bit,
2777
else if (
rprec
+ bo_bit == (unsigned) limb_prec)
2907
unsigned int
rprec
= (tprec - 1) % limb_prec + 1;
2908
if (
rprec
+ bo_bit < (unsigned) limb_prec)
2911
= build_nonstandard_integer_type (
rprec
+ bo_bit, 1);
2914
rprec
+ bo_bit,
2922
else if (
rprec
+ bo_bit == (unsigned) limb_prec
[
all
...]
range-op.cc
3192
int
rprec
= (type_prec - new_clrsb) - 1;
local
3194
wi::mask (
rprec
, true, type_prec),
3195
wi::mask (
rprec
, false, type_prec));
/src/external/gpl3/gcc/dist/libgcc/
libgcc2.c
1716
of a signed _BitInt operand. QPREC and
RPREC
should be
1718
one should be non-NULL), then corresponding QPREC or
RPREC
1723
UBILtype *r, SItype
rprec
,
1734
USItype rn = ((USItype)
rprec
+ W_TYPE_SIZE - 1) / W_TYPE_SIZE;
Completed in 27 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026