Kernel Float
Contents
Kernel Float
Guides
API Reference
Types
Primitives
Conversion
Generation
Unary Operators
negate
bit_not
logical_not
Binary Operators
Reductions
Mathematical
Fast math
Conditional
Memory read/write
Utilities
License
Github repository
Kernel Float
API Reference
Unary Operators
View page source
Unary Operators
negate
template
<
typename
Accuracy
=
default_policy
,
typename
V
>
inline
vector
<
vector_value_type
<
V
>
,
vector_extent_type
<
V
>
>
kernel_float
::
negate
(
const
V
&
input
)
bit_not
template
<
typename
Accuracy
=
default_policy
,
typename
V
>
inline
vector
<
vector_value_type
<
V
>
,
vector_extent_type
<
V
>
>
kernel_float
::
bit_not
(
const
V
&
input
)
logical_not
template
<
typename
Accuracy
=
default_policy
,
typename
V
>
inline
vector
<
vector_value_type
<
V
>
,
vector_extent_type
<
V
>
>
kernel_float
::
logical_not
(
const
V
&
input
)