Lines Matching refs:nb
7 arm_quaternion_norm_f32(this->inp1,this->outp,this->nb); in test_quaternion_norm_f32()
14 arm_quaternion_inverse_f32(this->inp1,this->outp,this->nb); in test_quaternion_inverse_f32()
22 arm_quaternion_conjugate_f32(this->inp1,this->outp,this->nb); in test_quaternion_conjugate_f32()
29 arm_quaternion_normalize_f32(this->inp1,this->outp,this->nb); in test_quaternion_normalize_f32()
37 for(int i=0; i < this->nb; i++) in test_quaternion_prod_single_f32()
50 arm_quaternion_product_f32(this->inp1,this->inp2,outp,this->nb); in test_quaternion_product_f32()
58 arm_quaternion2rotation_f32(this->inp1,this->outp,this->nb); in test_quaternion2rotation_f32()
68 arm_rotation2quaternion_f32(this->inp1,this->outp,this->nb); in test_rotation2quaternion_f32()
80 this->nb = *it; in setUp()
86 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
87 output.create(this->nb,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
94 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
95 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
102 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
103 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
110 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
111 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
118 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
119 input2.reload(QuaternionMathsBenchmarksF32::INPUT2_F32_ID,mgr,this->nb*4); in setUp()
120 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
128 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
129 input2.reload(QuaternionMathsBenchmarksF32::INPUT2_F32_ID,mgr,this->nb*4); in setUp()
130 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
138 input1.reload(QuaternionMathsBenchmarksF32::INPUT1_F32_ID,mgr,this->nb*4); in setUp()
139 output.create(this->nb*9,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()
146 input1.reload(QuaternionMathsBenchmarksF32::INPUT_ROT_F32_ID,mgr,this->nb*9); in setUp()
147 output.create(this->nb*4,QuaternionMathsBenchmarksF32::OUT_SAMPLES_F32_ID,mgr); in setUp()