/third_party/mesa3d/src/compiler/nir/tests/ |
D | algebraic_tests.cpp | 131 test_2src_op(nir_op_imod, i, INT32_MIN); in TEST_F() 135 test_2src_op(nir_op_imod, INT32_MIN, 4); in TEST_F() 136 test_2src_op(nir_op_imod, INT32_MIN, -4); in TEST_F() 137 test_2src_op(nir_op_imod, INT32_MIN, INT32_MIN); in TEST_F() 148 test_2src_op(nir_op_irem, INT32_MIN, 4); in TEST_F() 149 test_2src_op(nir_op_irem, INT32_MIN, -4); in TEST_F() 164 for (int32_t d : {16, -16, 17, -17, 0, INT32_MIN, INT32_MAX}) { in TEST_F() 168 test_2src_op(nir_op_imod, INT32_MIN + i, d); in TEST_F() 176 for (int32_t d : {16, -16, 17, -17, 0, INT32_MIN, INT32_MAX}) { in TEST_F() 180 test_2src_op(nir_op_irem, INT32_MIN + i, d); in TEST_F()
|
/third_party/musl/arch/sh/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/i386/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/powerpc/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/or1k/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/mipsn32/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/microblaze/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/mips/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/x32/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/arm/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/arch/m68k/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stdint.h | 6 #define INT_FAST16_MIN INT32_MIN 7 #define INT_FAST32_MIN INT32_MIN 15 #define INTPTR_MIN INT32_MIN 18 #define PTRDIFF_MIN INT32_MIN
|
/third_party/ffmpeg/libavformat/ |
D | replaygain.c | 74 if (tg == INT32_MIN && ag == INT32_MIN) in ff_replaygain_export_raw() 100 parse_value(tg ? tg->value : NULL, INT32_MIN), in ff_replaygain_export() 102 parse_value(ag ? ag->value : NULL, INT32_MIN), in ff_replaygain_export()
|
/third_party/openssl/test/ |
D | asn1_encode_test.c | 218 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 254 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 307 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 311 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN), 403 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 408 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
|
/third_party/node/deps/uv/include/uv/ |
D | stdint-msvc2008.h | 136 #define INT32_MIN ((int32_t)_I32_MIN) macro 150 #define INT_LEAST32_MIN INT32_MIN 164 #define INT_FAST32_MIN INT32_MIN 179 # define INTPTR_MIN INT32_MIN
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 136 #define INT32_MIN ((int32_t)_I32_MIN) macro 150 #define INT_LEAST32_MIN INT32_MIN 164 #define INT_FAST32_MIN INT32_MIN 179 # define INTPTR_MIN INT32_MIN
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 90 #define INT32_MIN -2147483648 macro 136 #ifndef INT32_MIN 138 #define INT32_MIN (-INT32_MAX - 1) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 40 #define INT32_MIN (-1-0x7fffffff) macro 58 #define INT_LEAST32_MIN INT32_MIN 92 #define SIG_ATOMIC_MIN INT32_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 40 #define INT32_MIN (-1-0x7fffffff) macro 58 #define INT_LEAST32_MIN INT32_MIN 92 #define SIG_ATOMIC_MIN INT32_MIN
|
/third_party/musl/include/ |
D | stdint.h | 40 #define INT32_MIN (-1-0x7fffffff) macro 58 #define INT_LEAST32_MIN INT32_MIN 92 #define SIG_ATOMIC_MIN INT32_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 40 #define INT32_MIN (-1-0x7fffffff) macro 58 #define INT_LEAST32_MIN INT32_MIN 92 #define SIG_ATOMIC_MIN INT32_MIN
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 40 #define INT32_MIN (-1-0x7fffffff) macro 58 #define INT_LEAST32_MIN INT32_MIN 92 #define SIG_ATOMIC_MIN INT32_MIN
|