Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/
Dstrtol.c49 register int neg = 0, any, cutlim; in strtol() local
60 neg = 1; in strtol()
94 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()
118 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
120 } else if (neg) { in strtol()
Dstrtoll.c49 register int neg = 0, any, cutlim; in strtoll() local
60 neg = 1; in strtoll()
93 cutoff = neg ? -(unsigned long long)LLONG_MIN : LLONG_MAX; in strtoll()
117 acc = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
119 } else if (neg) { in strtoll()
Datoi.c34 int neg = 0; in atoi() local
41 neg = 1; in atoi()
58 return neg ? n : -n; in atoi()
Dstrtoul.c49 register int neg = 0, any, cutlim; in strtoul() local
58 neg = 1; in strtoul()
99 } else if (neg) { in strtoul()
Dstrtoull.c49 register int neg = 0, any, cutlim; in strtoull() local
58 neg = 1; in strtoull()
98 } else if (neg) { in strtoull()
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_53l0a1/src/
Ddisplay_7seg.c127 int d, i, neg = 0; in display_number() local
143 neg = 1; in display_number()
146 for (i = 3; i >= neg; i--) { in display_number()
/Zephyr-Core-3.5.0/samples/sensor/qdec/boards/
Desp32s3_luatos_core.overlay39 sig-neg-mode = <1>;
Desp32s3_luatos_core_usb.overlay39 sig-neg-mode = <1>;
Desp32s3_devkitm.overlay39 sig-neg-mode = <1>;
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_plain_text.c183 bool neg = false; in plain_text_read_int() local
201 neg = true; in plain_text_read_int()
213 if (neg) { in plain_text_read_int()
Dlwm2m_rw_json.c645 bool neg = false; in read_int() local
664 neg = true; in read_int()
674 if (neg) { in read_int()
Dlwm2m_rw_senml_json.c1020 bool neg = false; in read_int() local
1041 neg = true; in read_int()
1051 if (neg) { in read_int()
/Zephyr-Core-3.5.0/tests/lib/thrift/ThriftTest/src/
Dserver.hpp191 map<int32_t, int32_t> neg; in testMapMap() local
196 neg.insert(make_pair(-i, -i)); in testMapMap()
200 mapmap.insert(make_pair(-4, neg)); in testMapMap()
/Zephyr-Core-3.5.0/modules/tflite-micro/
DCMakeLists.txt150 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/neg.cc