In mathematics, division (รท) is an arithmetic operation. Specifically, if b times c equals a: a = b * c, where b is not zero, then a divided by b equals c, a / b = c
aOutData[n] = aInDataA[n] / aInDataB[n], 0 <= n < aCount.
◆ tpt_div_f32()
void tpt_div_f32 |
( |
f32_t * |
aOutData, |
|
|
const f32_t * |
aInDataA, |
|
|
const f32_t * |
aInDataB, |
|
|
uint32_t |
aCount |
|
) |
| |
Division of floating-point vectors.
- Parameters
-
[out] | aOutData | pointer of the destination vector |
[in] | aInDataA | pointer of the first input vector |
[in] | aInDataB | pointer of the second input vector |
[in] | aCount | size of elements in a vector |
◆ tpt_div_f64()
void tpt_div_f64 |
( |
f64_t * |
aOutData, |
|
|
const f64_t * |
aInDataA, |
|
|
const f64_t * |
aInDataB, |
|
|
uint32_t |
aCount |
|
) |
| |
Division of floating-point vectors.
- Parameters
-
[out] | aOutData | pointer of the destination vector |
[in] | aInDataA | pointer of the first input vector |
[in] | aInDataB | pointer of the second input vector |
[in] | aCount | size of elements in a vector |
◆ tpt_div_q31()
Division of q31 inputs.
- Parameters
-
[in] | aInDataA | dividend value |
[in] | aInDataB | divisor value |
- Returns
- Quotient value