/external/clang/test/Modules/ |
namespaces.cpp | 36 double &dr3 = global(1.0); local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerStateTest.java | 113 MockDrawable dr3 = new MockDrawable(); local 114 dr3.setStateful(false); 115 mDrawableContainerState.addChild(dr3); 226 MockDrawable dr3 = new MockDrawable(); local 227 dr3.setOpacity(PixelFormat.UNKNOWN); 228 mDrawableContainerState.addChild(dr3);
|
/external/libvorbis/lib/ |
smallft.c | 691 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local 737 dr3=cr2+ci3; 742 ch[t10-1]=wa2[i-2]*dr3-wa2[i-1]*di3; 743 ch[t10]=wa2[i-2]*di3+wa2[i-1]*dr3;
|
/external/lldb/source/Plugins/Process/POSIX/ |
RegisterContext_x86_64.h | 118 dr3, enumerator in enum:__anon4866
|
/external/clang/test/CXX/drs/ |
dr0xx.cpp | 48 namespace dr3 { // dr3: yes namespace 52 template<> struct A<int> {}; // expected-error {{explicit specialization of 'dr3::A<int>' after instantiation}}
|
/art/compiler/dex/quick/arm/ |
arm_lir.h | 173 dr3 = RegStorage::k64BitSolo | RegStorage::kFloatingPoint | 3, enumerator in enum:art::ArmNativeRegisterPool 268 constexpr RegStorage rs_dr3(RegStorage::kValid | dr3); [all...] |
/art/compiler/dex/quick/x86/ |
x86_lir.h | 185 dr3 = RegStorage::k64BitSolo | RegStorage::kFloatingPoint | 3, enumerator in enum:art::X86NativeRegisterPool 282 constexpr RegStorage rs_dr3(RegStorage::kValid | dr3); [all...] |