/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib_softfloat.cpp | 103 #define WITH_MB(a) INT32_C((a) | (1 << 31)) in sf16_to_sf32() 106 …WITH_MB(0x00000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32() 107 …INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32() 108 …INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32() 109 …INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32() 110 …WITH_MB(0x38000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32() 111 …INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32() 112 …INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32() 113 …INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32()
|
/third_party/boost/libs/config/test/ |
D | cstdint_test2.cpp | 68 static const boost::int32_t int32 = INT32_C(-2147483647); 69 static const boost::int_least32_t int_least32 = INT32_C(-2147483647); 70 static const boost::int_fast32_t int_fast32 = INT32_C(-2147483647); 165 integral_constant_type_check(boost::int32_t(0), INT32_C(0)); in main() 188 boost::int32_t int32 = INT32_C(-2147483647); in main() 189 boost::int_least32_t int_least32 = INT32_C(-2147483647); in main() 190 boost::int_fast32_t int_fast32 = INT32_C(-2147483647); in main()
|
D | cstdint_test.cpp | 58 static const boost::int32_t int32 = INT32_C(-2147483647); 59 static const boost::int_least32_t int_least32 = INT32_C(-2147483647); 60 static const boost::int_fast32_t int_fast32 = INT32_C(-2147483647); 155 integral_constant_type_check(boost::int32_t(0), INT32_C(0)); in main() 178 boost::int32_t int32 = INT32_C(-2147483647); in main() 179 boost::int_least32_t int_least32 = INT32_C(-2147483647); in main() 180 boost::int_fast32_t int_fast32 = INT32_C(-2147483647); in main()
|
D | cstdint_include_test.cpp | 19 boost::int32_t i32 = INT32_C(0); in main() 37 boost::int_least32_t i32least = INT32_C(0); in main() 55 boost::int_fast32_t i32fast = INT32_C(0); in main()
|
/third_party/boost/boost/ |
D | cstdint.hpp | 420 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C)) 427 #undef INT32_C 448 #ifndef INT32_C 449 # define INT32_C(value) value##i32 macro 492 #ifndef INT32_C 494 # define INT32_C(value) value macro 497 # define INT32_C(value) value##L macro 543 # define INTMAX_C(value) INT32_C(value)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 158 #ifndef INT32_C 159 #define INT32_C(C) C##i32 macro
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | quantize.c | 58 …if (quantized_multiplier[0] < INT32_C(0x40000000) || quantized_multiplier[0] > INT32_C(0x7FFFFF80)… in QuantizeRoundParameterWithSinglePrecision()
|
/third_party/boost/boost/config/platform/ |
D | vxworks.hpp | 170 # undef INT32_C 174 # define INT32_C(x) VX_JOIN(x, L) macro
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/musl/include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 99 #define INT32_C(c) c macro
|
/third_party/mesa3d/src/util/ |
D | u_atomic_test.c | 135 test_atomic(int32_t, INT32_C(-1))
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 89 C(INT32_C(0)) in f()
|
D | inttypes.c | 91 C(INT32_C(0)) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 232 #define INT32_C(val) val##i32 macro
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 627 # define INT32_C(c) c
|
/third_party/re2/re2/testing/ |
D | re2_test.cc | 807 static const int32_t max = INT32_C(0x7fffffff); in TEST()
|