Home
last modified time | relevance | path

Searched refs:INT8_C (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h146 #ifndef INT8_C
147 #define INT8_C(C) C##i8 macro
/external/llvm/include/llvm/Support/
DDataTypes.h146 #ifndef INT8_C
147 # define INT8_C(C) C##i8 macro
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.c.headers/
Dstdint_h.xopen_source.compile.pass.cpp225 #ifndef INT8_C
226 #error INT8_C not defined
Dstdint_h.std_types_t.compile.pass.cpp225 #ifndef INT8_C
226 #error INT8_C not defined
/external/XNNPACK/test/
Deven-split4.cc332 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()
Deven-split3.cc299 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()
Deven-split2.cc259 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()
Delu.cc113 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()
Dconvert.cc261 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/
Dstdint.h446 # 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/
Dstdint_h.pass.cpp252 #ifndef INT8_C in main()
253 #error INT8_C not defined in main()
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dint_typedefs.h25 #define S8_C(x) INT8_C(x)
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp240 #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/
Dcstdint.pass.cpp259 #ifndef INT8_C in main()
260 #error INT8_C not defined in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp253 #ifndef INT8_C in main()
254 #error INT8_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1485 INT8_C_(0) INT8_C(0)
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h74 #define INT8_C(x) x macro
/external/icing/icing/schema/
Djoinable-property.h34 (INT8_C(1) << kJoinablePropertyIdBits);
/external/musl/include/
Dstdint.h97 #define INT8_C(c) c macro
/external/mesa3d/src/util/
Du_atomic_test.c140 test_atomic_8bits(int8_t, INT8_C(-1))
/external/capstone/include/windowsce/
Dstdint.h120 #define INT8_C(x) (x) macro
/external/libcxx/include/
Dcstdint87 INT8_C(value)
/external/libconfig/lib/win32/
Dstdint.h205 #define INT8_C(val) val##i8 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h230 #define INT8_C(val) val##i8 macro
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdint86 INT8_C(value)

1234