OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pos_b
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
fixed-value.cc
530
double_int pos_a,
pos_b
, r, s;
local
547
pos_b
= -b->data;
551
pos_b
= b->data;
568
/* Divide r by
pos_b
to quo_r. The remainder is in mod. */
569
quo_r = r.divmod (
pos_b
, 1, TRUNC_DIV_EXPR, &mod);
587
/* Try to calculate (mod -
pos_b
). */
588
temp = mod -
pos_b
;
590
if (leftmost_mod == 1 || mod.ucmp (
pos_b
) != -1)
/src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc
530
double_int pos_a,
pos_b
, r, s;
local
547
pos_b
= -b->data;
551
pos_b
= b->data;
568
/* Divide r by
pos_b
to quo_r. The remainder is in mod. */
569
quo_r = r.divmod (
pos_b
, 1, TRUNC_DIV_EXPR, &mod);
587
/* Try to calculate (mod -
pos_b
). */
588
temp = mod -
pos_b
;
590
if (leftmost_mod == 1 || mod.ucmp (
pos_b
) != -1)
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026