Searched refs:IntFloat (Results 1 – 11 of 11) sorted by relevance
/external/python/pybind11/tests/ |
D | test_opaque_types.cpp | 69 py::class_<IntFloat>(m, "IntFloat") in TEST_SUBMODULE() 71 .def_readwrite("i", &IntFloat::i) in TEST_SUBMODULE() 72 .def_readwrite("f", &IntFloat::f); in TEST_SUBMODULE()
|
D | test_opaque_types.py | 54 int_float_union = m.IntFloat()
|
D | pybind11_tests.h | 55 union IntFloat { union
|
/external/libcxx/test/libcxx/atomics/atomics.align/ |
D | align.pass.sh.cpp | 92 CHECK_ALIGNMENT(union IntFloat { int i; float f; }); in main()
|
/external/llvm-project/libcxx/test/libcxx/atomics/atomics.align/ |
D | align.pass.pass.cpp | 92 CHECK_ALIGNMENT(union IntFloat { int i; float f; }); in main()
|
/external/pigweed/pw_tokenizer/ |
D | argument_types_test_c.c | 94 DEFINE_TEST_FUNCTION(IntFloat, 54321, ((float)0));
|
/external/ruy/ruy/ |
D | check_macros_test.cc | 129 TEST(CheckMacrosTest, IntFloat) { in TEST() argument
|
/external/libcxx/test/std/atomics/atomics.lockfree/ |
D | isalwayslockfree.pass.cpp | 117 CHECK_ALWAYS_LOCK_FREE(union IntFloat { int i; float f; }); in run()
|
/external/llvm-project/libcxx/test/std/atomics/atomics.lockfree/ |
D | isalwayslockfree.pass.cpp | 121 CHECK_ALWAYS_LOCK_FREE(union IntFloat { int i; float f; }); in run()
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 502 ; struct IntFloat { 510 ; void int_float_struct(struct IntFloat *A) { 529 %struct.IntFloat = type { i32, float } 534 define void @int_float_struct(%struct.IntFloat* nocapture readonly %A) #0 { 547 %a = getelementptr inbounds %struct.IntFloat, %struct.IntFloat* %A, i64 %indvars.iv, i32 0 550 %b = getelementptr inbounds %struct.IntFloat, %struct.IntFloat* %A, i64 %indvars.iv, i32 1
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses.ll | 534 ; struct IntFloat { 542 ; void int_float_struct(struct IntFloat *A) { 561 %struct.IntFloat = type { i32, float } 566 define void @int_float_struct(%struct.IntFloat* nocapture readonly %A) #0 { 579 %a = getelementptr inbounds %struct.IntFloat, %struct.IntFloat* %A, i64 %indvars.iv, i32 0 582 %b = getelementptr inbounds %struct.IntFloat, %struct.IntFloat* %A, i64 %indvars.iv, i32 1
|