OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc
3608
wide_int
wcst
= wi::to_wide (cst);
local
3611
wide_int abs_cst = wi::abs (
wcst
);
3615
if (wi::neg_p (
wcst
, TYPE_SIGN (ctype)))
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc
3042
wide_int
wcst
= wi::to_wide (cst);
local
3045
wide_int abs_cst = wi::abs (
wcst
);
3049
if (wi::neg_p (
wcst
, TYPE_SIGN (ctype)))
/src/external/gpl3/gcc/dist/gcc/
optabs.cc
4806
wide_int
wcst
= get_nonzero_bits (val);
4807
if (
wcst
== -1)
4812
if ((bitpos = wi::exact_log2 (
wcst
)) == -1)
4791
wide_int
wcst
= get_nonzero_bits (val);
local
tree-vect-patterns.cc
4729
auto
wcst
= wi::to_wide (cst);
local
4730
int pow = wi::exact_log2 (
wcst
+ 1);
Completed in 55 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026