OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temperature_celsius
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/deps/glbench/src/
utils.cc
99
double
temperature_Celsius
= 0.0;
100
if (!read_float_from_cmd_output(command, &
temperature_Celsius
)) {
106
assert(
temperature_Celsius
>= 60.0);
107
assert(
temperature_Celsius
<= 150.0);
108
return
temperature_Celsius
;
116
double
temperature_Celsius
= -1000.0;
117
read_float_from_cmd_output(command, &
temperature_Celsius
);
119
if (
temperature_Celsius
< 10.0 ||
temperature_Celsius
> 150.0) {
121
temperature_Celsius
);
[
all
...]
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.c
84
float
temperature_celsius
);
130
* temperature specified by, '
temperature_celsius
'.
135
*
temperature_celsius
: The sensor temperature to compensate the offset for.
139
float
temperature_celsius
);
149
*
temperature_celsius
: The sensor temperature to compensate the offset for.
154
float
temperature_celsius
);
169
size_t axis_index, float
temperature_celsius
);
175
// of range, then '
temperature_celsius
' is coerced to within the limits.
176
static bool checkAndEnforceTemperatureRange(float *
temperature_celsius
);
200
float
temperature_celsius
);
[
all
...]
over_temp_cal.h
488
*
temperature_celsius
: Measured temperature for the new sensor estimate.
495
float
temperature_celsius
);
505
float
temperature_celsius
);
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c
77
*
temperature_celsius
: New temperature sample to include.
81
float
temperature_celsius
,
204
float* bias_z, float*
temperature_celsius
,
210
*
temperature_celsius
= gyro_cal->bias_temperature_celsius;
215
float bias_z, float
temperature_celsius
,
221
gyro_cal->bias_temperature_celsius =
temperature_celsius
;
230
CAL_ENCODE_FLOAT(
temperature_celsius
, 3),
258
float x, float y, float z, float
temperature_celsius
) {
270
gyroTemperatureStatsTracker(gyro_cal,
temperature_celsius
, DO_UPDATE_DATA);
593
float
temperature_celsius
,
[
all
...]
gyro_cal.h
221
float* bias_z, float*
temperature_celsius
,
226
float bias_z, float
temperature_celsius
,
238
float x, float y, float z, float
temperature_celsius
);
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
gyro_offset_over_temp_cal.cc
74
float
temperature_celsius
= kInvalidTemperatureCelsius;
local
77
&
temperature_celsius
, &calibration_time_nanos);
79
offset,
temperature_celsius
);
Completed in 208 milliseconds