Searched refs:neg (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/ |
D | strtol.c | 49 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()
|
D | strtoll.c | 49 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()
|
D | atoi.c | 34 int neg = 0; in atoi() local 41 neg = 1; in atoi() 58 return neg ? n : -n; in atoi()
|
D | strtoul.c | 49 register int neg = 0, any, cutlim; in strtoul() local 58 neg = 1; in strtoul() 99 } else if (neg) { in strtoul()
|
D | strtoull.c | 49 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/ |
D | display_7seg.c | 127 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/ |
D | esp32s3_luatos_core.overlay | 39 sig-neg-mode = <1>;
|
D | esp32s3_luatos_core_usb.overlay | 39 sig-neg-mode = <1>;
|
D | esp32s3_devkitm.overlay | 39 sig-neg-mode = <1>;
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_plain_text.c | 183 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()
|
D | lwm2m_rw_json.c | 645 bool neg = false; in read_int() local 664 neg = true; in read_int() 674 if (neg) { in read_int()
|
D | lwm2m_rw_senml_json.c | 1020 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/ |
D | server.hpp | 191 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/ |
D | CMakeLists.txt | 150 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/neg.cc
|