OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffConsumer.cpp
189
void DiffConsumer::
logd
(const DiffLogBuilder &Log) {
function in class:DiffConsumer
/src/external/gpl3/gcc.old/dist/gcc/
expmed.cc
4020
int
logd
;
4023
logd
= floor_log2 (d);
4034
HOST_WIDE_INT masklow = (HOST_WIDE_INT_1 <<
logd
) - 1;
4036
shift = gen_int_shift_amount (mode, GET_MODE_BITSIZE (mode) -
logd
);
4082
wide_int mask = wi::mask (
logd
, false, prec);
4097
mask = wi::mask (
logd
, true, prec);
4117
int
logd
;
4119
logd
= floor_log2 (d);
4131
return expand_shift (RSHIFT_EXPR, mode, temp,
logd
, NULL_RTX, 0);
4154
return expand_shift (RSHIFT_EXPR, mode, temp2,
logd
, NULL_RTX, 0)
4008
int
logd
;
local
4105
int
logd
;
local
[
all
...]
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026