Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/include/zephyr/dsp/
Dutils.h135 ((q31_t)Z_CLAMP((int64_t)(src * (1U << 31)) >> m, INT32_MIN, INT32_MAX))
165 ((q31_t)Z_CLAMP((int64_t)(src * (1U << 31)) >> m, INT32_MIN, INT32_MAX))
/Zephyr-latest/drivers/input/
Dlinux_evdev_bottom.h12 #define NATIVE_LINUX_EVDEV_NO_DATA INT32_MIN
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.h104 (qx + qy - qz) : INT32_MIN) : INT32_MAX)
190 } else if (x < INT32_MIN) { in sat_int32()
191 return INT32_MIN; in sat_int32()
/Zephyr-latest/
DKconfig.constants8 INT32_MIN := -2147483648
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h194 INT32_MIN), \
198 INT32_MIN), \
200 INT32_MIN), \
204 INT32_MIN), \
308 if (config->min_uv == INT32_MIN) { in regulator_common_get_min_voltage()
Dsensor.h1326 if (inp < INT32_MIN || inp > INT32_MAX) { in sensor_value_from_double()
1332 if (val2 < INT32_MIN || val2 > INT32_MAX) { in sensor_value_from_double()
1353 if (val2 < INT32_MIN || val2 > (float)(INT32_MAX - 1)) { in sensor_value_from_float()
1480 if (milli < ((int64_t)INT32_MIN - 1) * 1000LL || in sensor_value_from_milli()
1500 if (micro < ((int64_t)INT32_MIN - 1) * 1000000LL || in sensor_value_from_micro()
/Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/
Dmain.c224 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
250 (uint8_t)(INT32_MIN >> 24), in ZTEST()
251 (uint8_t)(INT32_MIN >> 16), in ZTEST()
252 (uint8_t)(INT32_MIN >> 8), in ZTEST()
253 (uint8_t)INT32_MIN in ZTEST()
711 (uint8_t)(INT32_MIN >> 24), in ZTEST()
712 (uint8_t)(INT32_MIN >> 16), in ZTEST()
713 (uint8_t)(INT32_MIN >> 8), in ZTEST()
714 (uint8_t)INT32_MIN in ZTEST()
719 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
/Zephyr-latest/drivers/regulator/
Dregulator_common.c51 if (config->init_uv > INT32_MIN) { in regulator_common_init()
58 if (config->init_ua > INT32_MIN) { in regulator_common_init()
66 if ((config->min_uv > INT32_MIN) || (config->max_uv < INT32_MAX)) { in regulator_common_init()
/Zephyr-latest/tests/subsys/dsp/utils/src/
Df64.c28 (-1.0, 0, INT32_MIN), (1.0, 0, INT32_MAX), (1.0, 31, 1), (-1.0, 31, -1)
/Zephyr-latest/lib/utils/
Dtimeutil.c66 && ((time < (int64_t)INT32_MIN) in timeutil_timegm()
189 return (ppb64 == ppb32) ? ppb32 : INT32_MIN; in timeutil_sync_skew_to_ppb()
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_decoder.c49 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in akm09918c_convert_raw_to_q31()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp59 zassert_equal(INT32_MIN, context.client->testI32(INT32_MIN), ""); in ZTEST()
/Zephyr-latest/drivers/audio/
Dcodec_shell.c141 if (value > INT32_MAX || value < INT32_MIN) { in cmd_set_prop()
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h24 #define INT32_MIN (-INT32_MAX - 1) macro
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmedia_controller.c587 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(position, INT32_MIN, INT32_MAX)) { in cmd_media_set_track_position()
876 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(offset, INT32_MIN, INT32_MAX)) { in cmd_media_move_relative()
987 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(segment, INT32_MIN, INT32_MAX)) { in cmd_media_goto_segment()
1097 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_media_goto_track()
1205 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(group, INT32_MIN, INT32_MAX)) { in cmd_media_goto_group()
Dmcc.c812 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(pos, INT32_MIN, INT32_MAX)) { in cmd_mcc_set_track_position()
1202 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(offset, INT32_MIN, INT32_MAX)) { in cmd_mcc_move_relative()
1308 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(segment, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_segment()
1410 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(track, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_track()
1512 if (sizeof(long) != sizeof(int32_t) && !IN_RANGE(group, INT32_MIN, INT32_MAX)) { in cmd_mcc_goto_group()
/Zephyr-latest/tests/lib/math/interpolation/src/
Dmain.c19 zassert_equal(y_axis[0], linear_interpolate(x_axis, y_axis, len, INT32_MIN)); in ZTEST()
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
Dbmc150_magn.c241 return INT32_MIN; in bmc150_magn_compensate_xy()
273 return INT32_MIN; in bmc150_magn_compensate_z()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c569 *out = CLAMP(((int64_t)raw_val * scale) >> 11, INT32_MIN, INT32_MAX); in bma4xx_convert_raw_accel_to_q31()
583 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in bma4xx_convert_raw_temp_to_q31()
/Zephyr-latest/tests/net/lib/lwm2m/content_plain_text/src/
Dmain.c133 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
325 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c249 return INT32_MIN; in bmm150_compensate_xy()
288 return INT32_MIN; in bmm150_compensate_z()
/Zephyr-latest/drivers/sensor/adi/adt7310/
Dadt7310.c181 if (val->val1 > INT32_MAX/1000000 - 1 || val->val1 < INT32_MIN/1000000 + 1) { in adt7310_attr_set()
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/
Dmain.c247 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
496 int32_t expected_value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST()
/Zephyr-latest/arch/arm64/core/
Delf.c160 if (x < INT32_MIN || x > INT32_MAX) { in data_reloc_handler()
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c105 zassert_equal(config->min_uv, INT32_MIN); in ZTEST()
107 zassert_equal(config->min_ua, INT32_MIN); in ZTEST()

12