/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | results_holder.c | 297 data[0] = (long)MIN(MAX(rh.game_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 298 data[1] = (long)MIN(MAX(rh.game_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 299 data[2] = (long)MIN(MAX(rh.game_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 300 data[3] = (long)MIN(MAX(rh.game_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_6axis_quaternion() 311 data[0] = (long)MIN(MAX(rh.nav_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 312 data[1] = (long)MIN(MAX(rh.nav_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 313 data[2] = (long)MIN(MAX(rh.nav_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 314 data[3] = (long)MIN(MAX(rh.nav_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_quaternion() 385 data[0] = (long)MIN(MAX(rh.geomag_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_geomagnetic_quaternion() 386 data[1] = (long)MIN(MAX(rh.geomag_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.); in inv_get_geomagnetic_quaternion() [all …]
|
D | storage_manager.c | 141 len = MIN(hd->size, len); in inv_load_mpl_states()
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 86 #ifndef MIN 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 86 #ifndef MIN 87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 66 #ifndef MIN 67 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_image_processing2.adoc | 71 // compareMode (MIN or MAX) comes from the vkSampler associated with `target` 97 if (compareMode=MIN) { 138 value, then behavior of the MIN/MAX comparison is undefined.
|
D | VK_EXT_sampler_filter_minmax.adoc | 27 produce a filtered texel value by computing a component-wise minimum (MIN)
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 47 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro 358 output_width = MIN((dest.width), in decoder_test() 360 output_height = MIN((dest.height), in decoder_test() 366 output_height = MIN((dest.height), in decoder_test() 368 output_width = MIN((dest.width), in decoder_test()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | macros.h | 360 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
|
D | u_math.h | 626 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
|
/hardware/ril/libril/ |
D | ril_internal.h | 38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
|
/hardware/interfaces/audio/effect/2.0/ |
D | IBassBoostEffect.hal | 29 MIN = 0,
|
D | IVirtualizerEffect.hal | 29 MIN = 0,
|
/hardware/interfaces/audio/effect/5.0/ |
D | IBassBoostEffect.hal | 29 MIN = 0,
|
D | IVirtualizerEffect.hal | 29 MIN = 0,
|
/hardware/interfaces/audio/effect/4.0/ |
D | IBassBoostEffect.hal | 29 MIN = 0,
|
D | IVirtualizerEffect.hal | 29 MIN = 0,
|
/hardware/interfaces/audio/effect/6.0/ |
D | IBassBoostEffect.hal | 29 MIN = 0,
|
D | IVirtualizerEffect.hal | 29 MIN = 0,
|
/hardware/interfaces/audio/effect/7.0/ |
D | IBassBoostEffect.hal | 29 MIN = 0,
|
/hardware/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 40 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro 196 wl_resource_create(client, &wl_drm_interface, MIN(version, 2), id); in bind_drm()
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 52 MIN = 5, 60 MIN = 60, 68 MIN = 1, 166 * Range: ScanIntervalRange:MIN to ScanIntervalRange:MAX 179 * Expected range for the input is [MaxSearchTimeRange:MIN - MaxSearchTimeRange:MAX] 196 * [IncrementalResultsPeriodicityRange:MIN - IncrementalResultsPeriodicityRange:MAX]
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_iaxxx_sensor_control.c | 132 spb.blk_size = MIN(blk_size, SENSOR_MAX_PARAMBLK_SIZE); in oslo_driver_set_param_blk()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 141 len = MIN(hd->size, len); in inv_load_mpl_states()
|