OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RawType
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h
45
typedef typename std::remove_reference<T>::type
RawType
;
46
typedef typename QualTag::template apply<
RawType
>::type CVType;
/external/gemmlowp/internal/
fixedpoint.h
226
typedef tRawType
RawType
;
228
typedef FixedPointRawTypeTraits<
RawType
> RawTypeTraits;
255
static FixedPoint FromRaw(
RawType
x) {
263
retval.raw() = Dup<
RawType
>(x);
288
RawType
raw() const { return i_; }
289
RawType
& raw() { return i_; }
292
RawType
i_;
422
typedef typename FixedPointType::
RawType
RawType
;
425
FixedPointType check = ToFixedPoint<
RawType
, kIntegerBits>(double_value)
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
Completed in 484 milliseconds