Home
last modified time | relevance | path

Searched refs:IntFloat (Results 1 – 11 of 11) sorted by relevance

/external/python/pybind11/tests/
Dtest_opaque_types.cpp69 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()
Dtest_opaque_types.py54 int_float_union = m.IntFloat()
Dpybind11_tests.h55 union IntFloat { union
/external/libcxx/test/libcxx/atomics/atomics.align/
Dalign.pass.sh.cpp92 CHECK_ALIGNMENT(union IntFloat { int i; float f; }); in main()
/external/llvm-project/libcxx/test/libcxx/atomics/atomics.align/
Dalign.pass.pass.cpp92 CHECK_ALIGNMENT(union IntFloat { int i; float f; }); in main()
/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c94 DEFINE_TEST_FUNCTION(IntFloat, 54321, ((float)0));
/external/ruy/ruy/
Dcheck_macros_test.cc129 TEST(CheckMacrosTest, IntFloat) { in TEST() argument
/external/libcxx/test/std/atomics/atomics.lockfree/
Disalwayslockfree.pass.cpp117 CHECK_ALWAYS_LOCK_FREE(union IntFloat { int i; float f; }); in run()
/external/llvm-project/libcxx/test/std/atomics/atomics.lockfree/
Disalwayslockfree.pass.cpp121 CHECK_ALWAYS_LOCK_FREE(union IntFloat { int i; float f; }); in run()
/external/llvm/test/Transforms/LoopVectorize/
Dinterleaved-accesses.ll502 ; 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/
Dinterleaved-accesses.ll534 ; 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