/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.h | 253 void inv_get_compass_bias(long *bias); 255 void inv_set_compass_bias(const long *bias, int accuracy); 257 void inv_set_gyro_bias(const long *bias); 258 void inv_set_mpl_gyro_bias(const long *bias, int accuracy); 259 void inv_set_accel_bias(const long *bias); 260 void inv_set_mpl_accel_bias(const long *bias, int accuracy); 262 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask); 278 void inv_get_mpl_gyro_bias(long *bias, long *temp); 279 void inv_get_gyro_bias(long *bias); 280 void inv_get_gyro_bias_dmp_units(long *bias); [all …]
|
D | data_builder.c | 57 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias); 691 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias) in inv_apply_calibration() argument 702 raw32[0] -= bias[0] >> 1; in inv_apply_calibration() 703 raw32[1] -= bias[1] >> 1; in inv_apply_calibration() 704 raw32[2] -= bias[2] >> 1; in inv_apply_calibration() 715 void inv_get_compass_bias(long *bias) in inv_get_compass_bias() argument 717 if (bias != NULL) { in inv_get_compass_bias() 718 … memcpy(bias, inv_data_builder.save.compass_bias, sizeof(inv_data_builder.save.compass_bias)); in inv_get_compass_bias() 726 void inv_set_compass_bias(const long *bias, int accuracy) in inv_set_compass_bias() argument 728 …if (memcmp(inv_data_builder.save.compass_bias, bias, sizeof(inv_data_builder.save.compass_bias))) { in inv_set_compass_bias() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.h | 250 void inv_get_compass_bias(long *bias); 252 void inv_set_compass_bias(const long *bias, int accuracy); 254 void inv_set_gyro_bias(const long *bias); 255 void inv_set_mpl_gyro_bias(const long *bias, int accuracy); 256 void inv_set_accel_bias(const long *bias); 257 void inv_set_mpl_accel_bias(const long *bias, int accuracy); 259 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask); 275 void inv_get_mpl_gyro_bias(long *bias, long *temp); 276 void inv_get_gyro_bias(long *bias); 277 void inv_get_gyro_bias_dmp_units(long *bias); [all …]
|
D | data_builder.c | 56 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias); 486 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias) in inv_apply_calibration() argument 497 raw32[0] -= bias[0] >> 1; in inv_apply_calibration() 498 raw32[1] -= bias[1] >> 1; in inv_apply_calibration() 499 raw32[2] -= bias[2] >> 1; in inv_apply_calibration() 510 void inv_get_compass_bias(long *bias) in inv_get_compass_bias() argument 512 if (bias != NULL) { in inv_get_compass_bias() 513 … memcpy(bias, inv_data_builder.save.compass_bias, sizeof(inv_data_builder.save.compass_bias)); in inv_get_compass_bias() 521 void inv_set_compass_bias(const long *bias, int accuracy) in inv_set_compass_bias() argument 523 …if (memcmp(inv_data_builder.save.compass_bias, bias, sizeof(inv_data_builder.save.compass_bias))) { in inv_set_compass_bias() [all …]
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurementCallback.hal | 33 * A valid full inter-signal bias is stored in the data structure. 37 * A valid full inter-signal bias uncertainty is stored in the data structure. 41 * A valid satellite inter-signal bias is stored in the data structure. 45 * A valid satellite inter-signal bias uncertainty is stored in the data structure. 80 * The full inter-signal bias (ISB) in nanoseconds. 83 * inter-system bias, inter-frequency bias and inter-code bias, including 85 * - Receiver inter-constellation bias (with respect to the constellation in 87 * - Receiver inter-frequency bias (with respect to the carrier frequency in 89 * - Receiver inter-code bias (with respect to the code type in 91 * - Master clock bias (e.g., GPS-GAL Time Offset (GGTO), GPS-UTC Time Offset [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_depth_bias_control.adoc | 12 of depth bias when rendering. 16 Some applications and API layering efforts, e.g., D3D9, need a way for depth bias to be represented… 19 In some older APIs, applications can specify extreme depth bias values, such as 21 simulate this behavior by multiplying the application-provided direct bias by 25 This leads to incorrect depth bias values being applied, and the error is larger 26 the larger the fixed depth bias is. 33 treating the depth bias' minimum resolvable difference in linear terms (like 45 …to resolve the scaled `r * n` values by drawing a quad with a known depth bias value and reading b… 49 …* Another option from the application side is to use a push constant and perform depth-bias manual… 51 . Add a method of specifying the depth bias representation [all …]
|
D | VK_EXT_attachment_feedback_loop_layout.adoc | 37 * Would somehow need to support lod-bias/grad which really does not make sense for `subpassLoad`.
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | format_srgb.h | 98 unsigned tab, bias, scale, t; in util_format_linear_float_to_srgb_8unorm() local 116 bias = (tab >> 16) << 9; in util_format_linear_float_to_srgb_8unorm() 121 return (uint8_t) ((bias + scale*t) >> 16); in util_format_linear_float_to_srgb_8unorm()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | transform2.hpp | 94 valType bias); 102 valType bias);
|
D | transform2.inl | 110 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(T scale, T bias) argument 113 result[3] = tvec4<T, P>(tvec3<T, P>(bias), static_cast<T>(1)); 121 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(tmat4x4<T, P> const& m, T scale, T bias) argument 123 return m * scaleBias(scale, bias);
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 240 * ) + bias[channel] 244 * * * {@link OperandType::TENSOR_FLOAT32} for input, filter, output, and bias. 248 * * * {@link OperandType::TENSOR_INT32} for bias (with scale set to 262 * * 2: A 1-D tensor, of shape [depth_out], specifying the bias. For input 264 * the bias must be of the same type. 266 * the bias should be of {@link OperandType::TENSOR_INT32}, with zeroPoint 290 * * 2: A 1-D tensor, of shape [depth_out], specifying the bias. For input 292 * the bias must be of the same 295 * the bias should be of {@link OperandType::TENSOR_INT32}, with zeroPoint 337 * ) + bias[k * channel_multiplier + q] [all …]
|
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.AKM.h | 63 virtual void getCompassBias(long *bias) {return;}; in getCompassBias() argument
|
D | MPLSensor.cpp | 2502 memcpy(s->uncalibrated_gyro.bias, mGyroBias, sizeof(mGyroBias)); in rawGyroHandler() 2504 s->uncalibrated_gyro.bias[0], s->uncalibrated_gyro.bias[1], in rawGyroHandler() 2505 s->uncalibrated_gyro.bias[2], s->timestamp, update); in rawGyroHandler() 2553 memcpy(s->uncalibrated_magnetic.bias, mCompassBias, sizeof(mCompassBias)); in rawCompassHandler() 2555 s->uncalibrated_magnetic.bias[0], s->uncalibrated_magnetic.bias[1], in rawCompassHandler() 2556 s->uncalibrated_magnetic.bias[2], s->timestamp, update); in rawCompassHandler() 3975 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local 3976 inv_get_mpl_gyro_bias(bias, &temp); in buildMpuEvent() 3983 (float)bias[0] / 65536.f / 16.384f, in buildMpuEvent() 3984 (float)bias[1] / 65536.f / 16.384f, in buildMpuEvent() [all …]
|
D | MPLSensor.h | 166 int (*m_pt2AccelCalLoadFunc)(long *bias) = NULL;
|
/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.AKM.h | 63 virtual void getCompassBias(long *bias) {return;}; in getCompassBias() argument
|
D | MPLSensor.cpp | 2659 memcpy(s->uncalibrated_gyro.bias, mGyroBias, sizeof(mGyroBias)); 2661 s->uncalibrated_gyro.bias[0], s->uncalibrated_gyro.bias[1], 2662 s->uncalibrated_gyro.bias[2], s->timestamp, update); 2750 memcpy(s->uncalibrated_magnetic.bias, mCompassBias, sizeof(mCompassBias)); 2752 s->uncalibrated_magnetic.bias[0], s->uncalibrated_magnetic.bias[1], 2753 s->uncalibrated_magnetic.bias[2], s->timestamp, update); 4403 long bias[3], temp, temp_slope[3]; local 4404 inv_get_mpl_gyro_bias(bias, &temp); 4411 (float)bias[0] / 65536.f / 16.384f, 4412 (float)bias[1] / 65536.f / 16.384f, [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 288 * ) + bias[channel] 292 * * * {@link OperandType::TENSOR_FLOAT32} for input, filter, output, and bias. 296 * * * {@link OperandType::TENSOR_INT32} for bias (with scale set to 301 * * * {@link OperandType::TENSOR_FLOAT16} for input, filter, output, and bias. 306 * * * {@link OperandType::TENSOR_INT32} for bias (scale set to 0.0, 312 * * * {@link OperandType::TENSOR_INT32} for bias (with scale set to 319 * * * {@link OperandType::TENSOR_INT32} for bias (scale set to 0.0, 340 * * 2: A 1-D tensor, of shape [depth_out], specifying the bias. For input 342 * or {@link OperandType::TENSOR_FLOAT16} the bias must be of the same type. 345 * the bias should be of {@link OperandType::TENSOR_INT32}, with zeroPoint [all …]
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 338 * ) + bias[channel] 342 * * * {@link OperandType::TENSOR_FLOAT32} for input, filter, output, and bias. 346 * * * {@link OperandType::TENSOR_INT32} for bias (with scale set to 351 * * * {@link OperandType::TENSOR_FLOAT16} for input, filter, output, and bias. 356 * * * {@link OperandType::TENSOR_INT32} for bias (scale set to 0.0, 377 * * 2: A 1-D tensor, of shape [depth_out], specifying the bias. For input 379 * or {@link OperandType::TENSOR_FLOAT16} the bias must be of the same type. 381 * the bias should be of {@link OperandType::TENSOR_INT32}, with zeroPoint 384 * the bias should be of {@link OperandType::TENSOR_INT32}, with zeroPoint of 0 426 * * 2: A 1-D tensor, of shape [depth_out], specifying the bias. For input [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_bias_control.adoc | 31 and representation of depth bias for a pipeline.
|
/hardware/libhardware/include_all/hardware/ |
D | sensors.h | 245 float bias[3]; member 345 float bias[3]; member
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 245 float bias[3]; member 345 float bias[3]; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 240 B & = 15 & \text{exponent bias} \\ 524 \lambda'(x,y) & = \lambda_{base} + \mathbin{clamp}(sampler.bias + shaderOp.bias,-maxSamplerLo… 540 sampler.bias & = mipLodBias & \text{(from sampler descriptor)} \\ 541 shaderOp.bias & =
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 30 /** A valid 'full bias' is stored in the data structure. */ 32 /** A valid 'bias' is stored in the data structure. */ 34 /** A valid 'bias uncertainty' is stored in the data structure. */ 253 * Sub-nanosecond bias - used with fullBiasNS, see fullBiasNs for details. 266 * bias) in nanoseconds. The uncertainty is represented as an absolute 328 * re-solve for the GNSS clock bias and drift, when using the accompanying
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 77 * pname:depthBiasEnable controls whether to bias fragment depth values. 80 * pname:depthBiasClamp is the maximum (or minimum) depth bias of a 83 slope in depth bias calculations. 3657 polygon can: be biased (offset) by a single depth bias value latexmath:[o] 3664 The depth bias computation is enabled by the 3674 If the depth bias enable is ename:VK_FALSE, no bias is applied and the 3678 [open,refpage='vkCmdSetDepthBiasEnable',desc='Control whether to bias fragment depth values dynamic… 3680 To <<pipelines-dynamic-state, dynamically enable>> whether to bias fragment 3695 * pname:depthBiasEnable controls whether to bias fragment depth values. 3697 This command sets the depth bias enable for subsequent drawing commands [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_half.inl | 120 // Adjust e, accounting for the different exponent bias
|