HomeSort by relevance Sort by last modified time
    Searched full:f_data (Results 1 - 9 of 9) sorted by null

  /device/google/contexthub/firmware/os/algos/common/math/
levenberg_marquardt.c 17 const float *state, const void *f_data,
53 void *f_data, size_t state_dim, size_t meas_dim,
64 // Check pointers (note that f_data can be null if no additional data is
81 if (computeResidualAndGradients(solver->func, state, f_data, data->temp,
114 solver->func(state_new, f_data, data->residual_new, NULL);
131 if (computeResidualAndGradients(solver->func, state, f_data, data->temp,
205 * f_data: pointer to parameter data needed for the residual or jacobian.
216 const float *state, const void *f_data,
226 func(state, f_data, residual, jacobian);
levenberg_marquardt.h 37 // these terms, f_data.
39 // Note if f_data is not needed, it is allowable for f_data to be passed in
45 const void *f_data,
126 * f_data : pointer to additional data needed by the error function.
135 void *f_data, size_t state_dim, size_t meas_dim,
  /device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
sphere_fit_calibration.c 116 void sphereFitResidAndJacobianFunc(const float *state, const void *f_data,
119 ASSERT_NOT_NULL(f_data);
122 const struct SphereFitData *data = (const struct SphereFitData *)f_data;
sphere_fit_calibration.h 137 void sphereFitResidAndJacobianFunc(const float *state, const void *f_data,
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h 86 caddr_t f_data; /* vnode or socket */ member in struct:file
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 245 const glw::GLfloat* f_data = (glw::GLfloat*)data; local
262 gl.uniform1fv(location, 1, f_data);
289 gl.uniform2fv(location, 1, f_data);
292 gl.uniform3fv(location, 1, f_data);
295 gl.uniform4fv(location, 1, f_data);
    [all...]
  /external/mesa3d/src/mesa/main/
performance_monitor.c 336 float *f_data = data; local
337 f_data[0] = counter_obj->Minimum.f;
338 f_data[1] = counter_obj->Maximum.f;
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h 217 void *f_data; /* descriptor data, e.g. vnode/socket */
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils_test.cc     [all...]

Completed in 164 milliseconds