Power and Root Functions
Parent topic:
Fixed-Accuracy Arithmetic Functions
Inv
Computes inverse value of each vector element.
Div
Divides each element of the first vector by corresponding element of the second vector.
Sqrt
Computes square root of each vector element.
InvSqrt
Computes inverse square root of each vector element.
Cbrt
Computes cube root of each vector element.
InvCbrt
Computes inverse cube root of each vector element.
Pow2o3
Computes the value of each vector element raised to the power of 2/3.
Pow3o2
Computes the value of each vector element raised to the power of 3/2.
Pow
Raises each element of the first vector to the power of corresponding element of the second vector.
Powx
Raises each element of a vector to a constant power.
Hypot
Computes a square root of sum of two squared elements.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.