VecSignMode#
How VecPointwiseSign() should handle zero value
Synopsis#
typedef enum {
VEC_SIGN_ZERO_TO_ZERO,
VEC_SIGN_ZERO_TO_SIGNED_ZERO,
VEC_SIGN_ZERO_TO_SIGNED_UNIT,
} VecSignMode;
Values#
VEC_SIGN_ZERO_TO_ZERO--0.0and0.0map to0.0VEC_SIGN_ZERO_TO_SIGNED_ZERO--0.0maps to-0.0and0.0maps to0.0VEC_SIGN_ZERO_TO_SIGNED_UNIT--0.0maps to-1.0and0.0maps to1.0
See Also#
Level#
advanced
Location#
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages