Lines Matching refs:ptr

19        const float32_t *inp = input.ptr();  in test_linear_interp_f32()
20 float32_t *outp = output.ptr(); in test_linear_interp_f32()
39 const float32_t *inp = input.ptr(); in test_bilinear_interp_f32()
40 float32_t *outp = output.ptr(); in test_bilinear_interp_f32()
61 const float32_t *inpX = inputX.ptr(); in test_spline_square_f32()
62 const float32_t *inpY = inputY.ptr(); in test_spline_square_f32()
63 const float32_t *outX = outputX.ptr(); in test_spline_square_f32()
64 float32_t *outp = output.ptr(); in test_spline_square_f32()
65 float32_t *buf = buffer.ptr(); // ((2*4-1)*sizeof(float32_t)) in test_spline_square_f32()
66 float32_t *coef = splineCoefs.ptr(); // ((3*(4-1))*sizeof(float32_t)) in test_spline_square_f32()
80 const float32_t *inpX = inputX.ptr(); in test_spline_sine_f32()
81 const float32_t *inpY = inputY.ptr(); in test_spline_sine_f32()
82 const float32_t *outX = outputX.ptr(); in test_spline_sine_f32()
83 float32_t *outp = output.ptr(); in test_spline_sine_f32()
84 float32_t *buf = buffer.ptr(); // ((2*9-1)*sizeof(float32_t)) in test_spline_sine_f32()
85 float32_t *coef = splineCoefs.ptr(); // ((3*(9-1))*sizeof(float32_t)) in test_spline_sine_f32()
99 const float32_t *inpX = inputX.ptr(); in test_spline_ramp_f32()
100 const float32_t *inpY = inputY.ptr(); in test_spline_ramp_f32()
101 const float32_t *outX = outputX.ptr(); in test_spline_ramp_f32()
102 float32_t *outp = output.ptr(); in test_spline_ramp_f32()
103 float32_t *buf = buffer.ptr(); // ((2*3-1)*sizeof(float32_t)) in test_spline_ramp_f32()
104 float32_t *coef = splineCoefs.ptr(); // ((3*(3-1))*sizeof(float32_t)) in test_spline_ramp_f32()
138 S.pYData=y.ptr(); /**< pointer to the table of Y values */ in setUp()
147 pConfig = config.ptr(); in setUp()
152 SBI.pData = y.ptr(); in setUp()