/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
D | punycode.py | 72 def T(j, bias): argument 80 def generate_generalized_integer(N, bias): argument 130 def decode_generalized_number(extended, extpos, bias, errors): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
D | punycode.py | 72 def T(j, bias): argument 80 def generate_generalized_integer(N, bias): argument 130 def decode_generalized_number(extended, extpos, bias, errors): argument
|
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/ |
D | calibration_data.h | 53 float bias[THREE_AXIS_DIM]; member
|
/device/google/contexthub/firmware/os/inc/ |
D | halIntf.h | 68 float bias[3]; // in uT member 82 float bias[3]; member
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | kasa.c | 68 int kasaFit(struct KasaFit *kasa, struct Vec3 *bias, float *radius, in kasaFit()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | profile.py | 159 bias = 0 # calibration constant variable in Profile 161 def __init__(self, timer=None, bias=None): argument
|
/device/google/contexthub/util/nanotool/ |
D | apptohostevent.h | 120 int32_t bias; member
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.c | 163 struct Vec3 bias; in magCalUpdate() local
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 499 struct Vec3 bias; in accelCalRun() local
|
/device/google/contexthub/firmware/os/algos/ |
D | fusion.c | 685 void fusionGetBias(const struct Fusion *fusion, struct Vec3 *bias) { in fusionGetBias()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1091 uint32_t type, sensor, bias, currSensor; in processBuf() local 1512 float bias = atof(buf); in threadLoop() local
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 727 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 1055 const struct GyroCalBias *bias = p->gyroCalBias; local
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 687 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 693 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 3117 const struct GyroCalBias *bias = p->gyroCalBias; local
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 972 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
|