OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScalarTraits
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Object/
YAML.h
107
template <> struct
ScalarTraits
<object::yaml::BinaryRef> {
/external/eigen/Eigen/src/Geometry/
AlignedBox.h
34
typedef NumTraits<Scalar>
ScalarTraits
;
36
typedef typename
ScalarTraits
::Real RealScalar;
37
typedef typename
ScalarTraits
::NonInteger NonInteger;
96
m_min.setConstant(
ScalarTraits
::highest() );
97
m_max.setConstant(
ScalarTraits
::lowest() );
165
if(!
ScalarTraits
::IsInteger)
285
bool isApprox(const AlignedBox& other, RealScalar prec =
ScalarTraits
::dummy_precision()) const
/external/llvm/include/llvm/Support/
YAMLTraits.h
90
/// struct
ScalarTraits
<MyType> {
102
struct
ScalarTraits
{
194
// Test if
ScalarTraits
<T> is defined on type T.
209
static bool const value = (sizeof(test<
ScalarTraits
<T> >(0,0)) == 1);
469
ScalarTraits
<T>::output(Val, io.getContext(), Buffer);
476
StringRef Result =
ScalarTraits
<T>::input(Str, io.getContext(), Val);
529
struct
ScalarTraits
<bool> {
535
struct
ScalarTraits
<StringRef> {
541
struct
ScalarTraits
<uint8_t> {
547
struct
ScalarTraits
<uint16_t>
[
all
...]
/external/llvm/unittests/Support/
YAMLIOTest.cpp
23
using llvm::yaml::
ScalarTraits
;
449
// Test
ScalarTraits
477
struct
ScalarTraits
<MyCustomType> {
549
struct
ScalarTraits
<MyNumber> {
Completed in 230 milliseconds