/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 #define INT8_C(C) C##i8 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 # define INT8_C(C) C##i8 macro
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.xopen_source.compile.pass.cpp | 225 #ifndef INT8_C 226 #error INT8_C not defined
|
D | stdint_h.std_types_t.compile.pass.cpp | 225 #ifndef INT8_C 226 #error INT8_C not defined
|
/external/XNNPACK/test/ |
D | even-split4.cc | 332 std::fill(operator_output1.begin(), operator_output1.end(), INT8_C(0xA5)); in TEST_F() 333 std::fill(operator_output2.begin(), operator_output2.end(), INT8_C(0xA5)); in TEST_F() 334 std::fill(operator_output3.begin(), operator_output3.end(), INT8_C(0xA5)); in TEST_F() 335 std::fill(operator_output4.begin(), operator_output4.end(), INT8_C(0xA5)); in TEST_F() 336 std::fill(subgraph_output1.begin(), subgraph_output1.end(), INT8_C(0xA5)); in TEST_F() 337 std::fill(subgraph_output2.begin(), subgraph_output2.end(), INT8_C(0xA5)); in TEST_F() 338 std::fill(subgraph_output3.begin(), subgraph_output3.end(), INT8_C(0xA5)); in TEST_F() 339 std::fill(subgraph_output4.begin(), subgraph_output4.end(), INT8_C(0xA5)); in TEST_F()
|
D | even-split3.cc | 299 std::fill(operator_output1.begin(), operator_output1.end(), INT8_C(0xA5)); in TEST_F() 300 std::fill(operator_output2.begin(), operator_output2.end(), INT8_C(0xA5)); in TEST_F() 301 std::fill(operator_output3.begin(), operator_output3.end(), INT8_C(0xA5)); in TEST_F() 302 std::fill(subgraph_output1.begin(), subgraph_output1.end(), INT8_C(0xA5)); in TEST_F() 303 std::fill(subgraph_output2.begin(), subgraph_output2.end(), INT8_C(0xA5)); in TEST_F() 304 std::fill(subgraph_output3.begin(), subgraph_output3.end(), INT8_C(0xA5)); in TEST_F()
|
D | even-split2.cc | 259 std::fill(operator_output1.begin(), operator_output1.end(), INT8_C(0xA5)); in TEST_F() 260 std::fill(operator_output2.begin(), operator_output2.end(), INT8_C(0xA5)); in TEST_F() 261 std::fill(subgraph_output1.begin(), subgraph_output1.end(), INT8_C(0xA5)); in TEST_F() 262 std::fill(subgraph_output2.begin(), subgraph_output2.end(), INT8_C(0xA5)); in TEST_F()
|
D | elu.cc | 113 std::fill(operator_output.begin(), operator_output.end(), INT8_C(0xA5)); in TEST_F() 114 std::fill(subgraph_output.begin(), subgraph_output.end(), INT8_C(0xA5)); in TEST_F()
|
D | convert.cc | 261 std::fill(operator_output.begin(), operator_output.end(), INT8_C(0xA5)); in TEST_F() 262 std::fill(subgraph_output.begin(), subgraph_output.end(), INT8_C(0xA5)); in TEST_F() 441 std::fill(operator_output.begin(), operator_output.end(), INT8_C(0xA5)); in TEST_F() 442 std::fill(subgraph_output.begin(), subgraph_output.end(), INT8_C(0x5A)); in TEST_F()
|
/external/clang/lib/Headers/ |
D | stdint.h | 446 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro 449 # define INT8_C(v) v macro 635 # define INT8_MAX INT8_C(127) 636 # define INT8_MIN (-INT8_C(127)-1)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 252 #ifndef INT8_C in main() 253 #error INT8_C not defined in main()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | int_typedefs.h | 25 #define S8_C(x) INT8_C(x)
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 240 #ifndef INT8_C in main() 241 #error INT8_C not defined in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 259 #ifndef INT8_C in main() 260 #error INT8_C not defined in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 253 #ifndef INT8_C in main() 254 #error INT8_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1485 INT8_C_(0) INT8_C(0)
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 74 #define INT8_C(x) x macro
|
/external/icing/icing/schema/ |
D | joinable-property.h | 34 (INT8_C(1) << kJoinablePropertyIdBits);
|
/external/musl/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/external/mesa3d/src/util/ |
D | u_atomic_test.c | 140 test_atomic_8bits(int8_t, INT8_C(-1))
|
/external/capstone/include/windowsce/ |
D | stdint.h | 120 #define INT8_C(x) (x) macro
|
/external/libcxx/include/ |
D | cstdint | 87 INT8_C(value)
|
/external/libconfig/lib/win32/ |
D | stdint.h | 205 #define INT8_C(val) val##i8 macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cstdint | 86 INT8_C(value)
|