Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 64) sorted by relevance

123

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dresults_holder.c297 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 …]
Dstorage_manager.c141 len = MIN(hd->size, len); in inv_load_mpl_states()
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h86 #ifndef MIN
87 #define MIN(x,y) (((x)<(y))?(x):(y)) macro
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h66 #ifndef MIN
67 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_image_processing2.adoc71 // 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.
DVK_EXT_sampler_filter_minmax.adoc27 produce a filtered texel value by computing a component-wise minimum (MIN)
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp47 #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/
DQCamera3HALHeader.h43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/hardware/google/gfxstream/guest/mesa/src/util/
Dmacros.h360 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
Du_math.h626 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
/hardware/ril/libril/
Dril_internal.h38 #define MIN(a,b) ((a)<(b) ? (a) : (b)) macro
/hardware/interfaces/audio/effect/2.0/
DIBassBoostEffect.hal29 MIN = 0,
DIVirtualizerEffect.hal29 MIN = 0,
/hardware/interfaces/audio/effect/5.0/
DIBassBoostEffect.hal29 MIN = 0,
DIVirtualizerEffect.hal29 MIN = 0,
/hardware/interfaces/audio/effect/4.0/
DIBassBoostEffect.hal29 MIN = 0,
DIVirtualizerEffect.hal29 MIN = 0,
/hardware/interfaces/audio/effect/6.0/
DIBassBoostEffect.hal29 MIN = 0,
DIVirtualizerEffect.hal29 MIN = 0,
/hardware/interfaces/audio/effect/7.0/
DIBassBoostEffect.hal29 MIN = 0,
/hardware/google/gfxstream/guest/mesa/src/egl/wayland/wayland-drm/
Dwayland-drm.c40 #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/
Dtypes.hal52 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/
Doslo_iaxxx_sensor_control.c132 spb.blk_size = MIN(blk_size, SENSOR_MAX_PARAMBLK_SIZE); in oslo_driver_set_param_blk()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dstorage_manager.c141 len = MIN(hd->size, len); in inv_load_mpl_states()

123