Searched refs:INT16_MIN (Results 1 - 25 of 54) sorted by relevance

123

/external/valgrind/none/tests/s390x/
H A Dcomp-1.c89 SCOMP_REG_REG(insn, INT16_MIN, INT16_MIN); \
90 SCOMP_REG_REG(insn, INT16_MIN, INT16_MAX); \
91 SCOMP_REG_REG(insn, INT16_MAX, INT16_MIN); \
119 SCOMP_REG_MEM(insn, INT16_MIN, INT16_MIN, op2_t); \
120 SCOMP_REG_MEM(insn, INT16_MIN, INT16_MAX, op2_t); \
121 SCOMP_REG_MEM(insn, INT16_MAX, INT16_MIN, op2_t); \
149 SCOMP_REG_IMM(insn, INT16_MIN, INT16_MIN); \
[all...]
/external/llvm/include/llvm/Support/
H A DDataTypes.h88 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
H A DDataTypes.h.cmake87 #define INT16_MIN -32768
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768
H A DDataTypes.h.in87 #define INT16_MIN -32768
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
126 #ifndef INT16_MIN
127 # define INT16_MIN -32768 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h87 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 #define INT16_MIN -32768 macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/libusb/msvc/
H A Dstdint.h128 #define INT16_MIN (-32768) macro
144 #define INT_LEAST16_MIN INT16_MIN
160 #define INT_FAST16_MIN INT16_MIN
/external/libvncserver/compat/msvc/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h119 #define INT16_MIN ((int16_t)_I16_MIN) macro
133 #define INT_LEAST16_MIN INT16_MIN
147 #define INT_FAST16_MIN INT16_MIN
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h163 #ifndef INT16_MIN
165 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/syslinux/com32/include/
H A Dstdint.h32 #define INT16_MIN (-32768) macro
47 #define INT_LEAST16_MIN INT16_MIN
/external/capstone/include/
H A Dplatform.h47 #define INT16_MIN (-32767i16 - 1) macro
/external/clang/test/Preprocessor/
H A Dstdint.c1437 INT16_MIN_ INT16_MIN
/external/syslinux/dos/
H A Dstdint.h60 # define INT16_MIN (-32767-1) macro
/external/adhd/cras/src/server/
H A Dcras_mix_ops.c50 else if (sum < INT16_MIN)
51 sum = INT16_MIN;
73 else if (sum < INT16_MIN)
74 sum = INT16_MIN;
182 else if (sum < INT16_MIN)
183 sum = INT16_MIN;
199 else if (sum < INT16_MIN)
200 sum = INT16_MIN;
215 else if (sum < INT16_MIN)
216 sum = INT16_MIN;
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h32 assert(INT16_MIN <= input);
H A Dquantize.c31 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
81 INT16_MIN, INT16_MAX);
154 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
257 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX);
/external/tpm2/
H A DCryptoEngine.h205 #define CRYPT_RESULT_MIN INT16_MIN
/external/adhd/cras/src/tests/
H A Dlinear_resampler_unittest.cc206 else if (sum < INT16_MIN)
207 sum = INT16_MIN;
/external/libpcap/
H A Dscanner.h73 #ifndef INT16_MIN
74 #define INT16_MIN (-32767-1) macro

Completed in 1101 milliseconds

123