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

12

/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/libvpx/libvpx/vpx/
H A Dvpx_integer.h43 #define INT16_MIN _I16_MIN macro
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h105 #define INT16_MIN _I16_MIN macro
119 #define INT_LEAST16_MIN INT16_MIN
133 #define INT_FAST16_MIN INT16_MIN
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h161 #ifndef INT16_MIN
163 # define INT16_MIN ((int16_t)(-32767-1)) 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/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/mesa3d/include/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/clang/test/Preprocessor/
H A Dstdint.c1437 INT16_MIN_ INT16_MIN
/external/bison/darwin-lib/
H A Dstdint.h360 #undef INT16_MIN macro
363 #define INT16_MIN (~ INT16_MAX) macro
401 #define INT_LEAST16_MIN INT16_MIN
/external/bison/lib/
H A Dstdint.in.h359 #undef INT16_MIN
362 #define INT16_MIN (~ INT16_MAX)
400 #define INT_LEAST16_MIN INT16_MIN
/external/bison/src/
H A Dsystem.h27 # undef INT16_MIN macro
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h32 assert(INT16_MIN <= input);
H A Dquantize.c29 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
81 INT16_MIN, INT16_MAX);
158 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
267 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX);
/external/tpm2/
H A DCryptoEngine.h205 #define CRYPT_RESULT_MIN INT16_MIN
/external/clang/lib/Headers/
H A Dstdint.h614 #define INT16_MIN (-INT16_C(32767)-1) macro
616 # define __INT_LEAST16_MIN INT16_MIN
619 # define __INT_LEAST8_MIN INT16_MIN
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
446 APInt(16, (uint64_t)INT16_MIN)));
449 APInt(16, (uint64_t)INT16_MIN)));
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp173 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp174 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768");
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h168 assert(static_cast<int32_t>(RE.SectionID) >= INT16_MIN &&
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp19 #ifndef INT16_MIN
20 #error INT16_MIN not defined
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c50 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
137 abs_coeff = clamp(abs_coeff, INT16_MIN, INT16_MAX);
/external/android-clat/
H A Dconfig.c86 if(conf_int > INT16_MAX || conf_int < INT16_MIN) {
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp20 #undef INT16_MIN macro
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc86 #ifndef INT16_MIN
87 #define INT16_MIN (-32767-1) macro

Completed in 686 milliseconds

12