Grok 12.0.1
Public Types | List of all members
hwy::detail::Relations< double > Struct Reference

#include <base.h>

Public Types

enum  { is_signed = 1 , is_float = 1 , is_bf16 = 0 }
 
using Unsigned = uint64_t
 
using Signed = int64_t
 
using Float = double
 
using Narrow = float
 

Member Typedef Documentation

◆ Float

using hwy::detail::Relations< double >::Float = double

◆ Narrow

using hwy::detail::Relations< double >::Narrow = float

◆ Signed

using hwy::detail::Relations< double >::Signed = int64_t

◆ Unsigned

using hwy::detail::Relations< double >::Unsigned = uint64_t

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
is_signed 
is_float 
is_bf16 

The documentation for this struct was generated from the following file: