Searched refs:d3 (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/ |
D | alloc.pass.cpp | 69 dynA d3 ( d2, alloc2 ); in test() local 70 assert ( d3.size () == 7 ); in test() 71 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test() 72 check_allocator ( d3, alloc2 ); in test()
|
D | default.pass.cpp | 55 dynA d3 ( d2 ); in test() local 56 assert ( d3.size () == 7 ); in test() 57 …assert ( std::all_of ( d3.begin (), d3.end (), [&val]( const T &item ){ return item == val; } )); … in test()
|
/ndk/tests/device/hard-float/jni/ |
D | test-float.c | 27 double d3 = -0.007; variable 41 double d1 = __builtin_atan2(d3, d4); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 264 stp d2, d3, [x0, #0x120]
|
D | UnwindRegistersRestore.S | 291 ldp d2, d3, [x0, #0x120]
|