Home
last modified time | relevance | path

Searched refs:d3 (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp69 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()
Ddefault.pass.cpp55 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/
Dtest-float.c27 double d3 = -0.007; variable
41 double d1 = __builtin_atan2(d3, d4); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S264 stp d2, d3, [x0, #0x120]
DUnwindRegistersRestore.S291 ldp d2, d3, [x0, #0x120]