Home
last modified time | relevance | path

Searched refs:INT32_C (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp103 #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()
107INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32()
108INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(0x1C000), INT32_C(… in sf16_to_sf32()
109INT32_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()
111INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32()
112INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(0x54000), INT32_C(… in sf16_to_sf32()
113INT32_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/
Dcstdint_test2.cpp68 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()
Dcstdint_test.cpp58 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()
Dcstdint_include_test.cpp19 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/
Dcstdint.hpp420 (!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/
DDataTypes.h158 #ifndef INT32_C
159 #define INT32_C(C) C##i32 macro
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.c58 …if (quantized_multiplier[0] < INT32_C(0x40000000) || quantized_multiplier[0] > INT32_C(0x7FFFFF80)… in QuantizeRoundParameterWithSinglePrecision()
/third_party/boost/boost/config/platform/
Dvxworks.hpp170 # undef INT32_C
174 # define INT32_C(x) VX_JOIN(x, L) macro
/third_party/musl/ndk_musl_include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/mesa3d/src/util/
Du_atomic_test.c135 test_atomic(int32_t, INT32_C(-1))
/third_party/musl/libc-test/src/api/
Dstdint.c89 C(INT32_C(0)) in f()
Dinttypes.c91 C(INT32_C(0)) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h232 #define INT32_C(val) val##i32 macro
/third_party/boost/libs/config/doc/
Dcstdint.qbk136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
/third_party/libexif/m4m/
Dstdint.m4627 # define INT32_C(c) c
/third_party/re2/re2/testing/
Dre2_test.cc807 static const int32_t max = INT32_C(0x7fffffff); in TEST()