Home
last modified time | relevance | path

Searched refs:radius (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c114 moc->radius = 0.0f; in initMagCal()
163 float radius; in magCalUpdate() local
165 if (kasaFit(&moc->kasa, &bias, &radius, MAX_FIT_MAG, MIN_FIT_MAG)) { in magCalUpdate()
171 CAL_ENCODE_FLOAT(bias.z, 3), CAL_ENCODE_FLOAT(radius, 3), in magCalUpdate()
176 diversityCheckerLocalFieldUpdate(&moc->diversity_checker, radius); in magCalUpdate()
194 CAL_ENCODE_FLOAT(bias.z, 3), CAL_ENCODE_FLOAT(radius, 3), in magCalUpdate()
215 moc->radius = radius; in magCalUpdate()
Dmag_cal.h74 float radius; // [micro-Tesla] member
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css91 border-radius: 50%;
127 border-radius: 10px;
164 border-radius: 10px;
186 border-radius: 10px;
283 border-radius: 10px;
293 border-radius: 10px;
356 border-radius: 10px;
Dcontrols.css31 border-radius: 10px;
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css107 border-radius: 10px;
148 border-radius: 10px;
165 border-radius: 10px;
195 border-radius: 10px;
/device/google/contexthub/firmware/os/algos/common/math/
Dkasa.c84 int kasaFit(struct KasaFit *kasa, struct Vec3 *bias, float *radius, in kasaFit() argument
131 *radius = r; in kasaFit()
Dkasa.h48 int kasaFit(struct KasaFit *kasa, struct Vec3 *bias, float *radius,
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.c101 mocs->number_of_data_samples, mocs->moc.radius}; in magCalSphereFit()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c498 float radius; in accelCalRun() local
501 kasaFit(&acc->ac1[temp_gate].akf, &bias, &radius, G_NORM_MAX, in accelCalRun()
534 acc->adf.rad[acc->adf.n_o] = radius; in accelCalRun()