/external/syslinux/com32/lib/math/ |
D | strtod.c | 53 double p10; in strtod() local 135 p10 = 10.; in strtod() 142 number /= p10; in strtod() 144 number *= p10; in strtod() 147 p10 *= p10; in strtod()
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 …interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) in interpolateChannel() argument 79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel() 100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8() local 106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8() 107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8() 108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8() 109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/ |
D | unix.S | 213 cmp.lt p10, p0 = 20, in3 216 (p10) stfs [r16] = f13, 8 237 cmp.lt p10, p0 = 40, in3 240 (p10) stfd [r16] = f13, 16 261 cmp.lt p10, p0 = 80, in3 264 (p10) stfe [r16] = f13, 32 442 cmp.lt p10, p0 = 20, r8 445 (p10) ldfs f13 = [r17], 8 470 cmp.lt p10, p0 = 40, r8 473 (p10) ldfd f13 = [r17], 16 [all …]
|
/external/libffi/src/ia64/ |
D | unix.S | 213 cmp.lt p10, p0 = 20, in3 216 (p10) stfs [r16] = f13, 8 237 cmp.lt p10, p0 = 40, in3 240 (p10) stfd [r16] = f13, 16 261 cmp.lt p10, p0 = 80, in3 264 (p10) stfe [r16] = f13, 32 442 cmp.lt p10, p0 = 20, r8 445 (p10) ldfs f13 = [r17], 8 470 cmp.lt p10, p0 = 40, r8 473 (p10) ldfd f13 = [r17], 16 [all …]
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ia64/ |
D | unix.S | 213 cmp.lt p10, p0 = 20, in3 216 (p10) stfs [r16] = f13, 8 237 cmp.lt p10, p0 = 40, in3 240 (p10) stfd [r16] = f13, 16 261 cmp.lt p10, p0 = 80, in3 264 (p10) stfe [r16] = f13, 32 442 cmp.lt p10, p0 = 20, r8 445 (p10) ldfs f13 = [r17], 8 470 cmp.lt p10, p0 = 40, r8 473 (p10) ldfd f13 = [r17], 16 [all …]
|
/external/llvm/unittests/ADT/ |
D | MakeUniqueTest.cpp | 63 auto p10 = in TEST() local 66 EXPECT_TRUE((bool)p10); in TEST() 67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10); in TEST()
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | FloatLiteralTest.smali | 129 0x12AB.p10 133 -0x12AB.p10 160 0x.1234p10 237 .p10
|
D | FloatLiteralTest.tokens | 129 DOUBLE_LITERAL("0x12AB.p10") 133 DOUBLE_LITERAL("-0x12AB.p10") 160 DOUBLE_LITERAL("0x.1234p10") 236 INVALID_TOKEN(".p10")
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
/external/webrtc/webrtc/base/ |
D | refcount.h | 85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) in RefCountedObject() argument 86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { in RefCountedObject() 93 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, in RefCountedObject() argument 95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { in RefCountedObject()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | manual_constructor.h | 221 const T9& p9, const T10& p10) { 222 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); 230 const T9& p9, const T10& p10, const T11& p11) { 231 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11);
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.hpp | 52 , p10 (p10_) in AttribSpec() 62 tcu::Vec4 p10; //!< Top left. member
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_16.txt | 7 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 11 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 68 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 71 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_16.txt | 7 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 11 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 68 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) 71 (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
|
/external/libunwind/tests/ |
D | ia64-test-rbs-asm.S | 158 (p8) tnat.z p10, p0 = loc##n; \ 159 (p9) cmp.ne p10, p0 = r16, loc##n; \ 161 (p10) mov r8 = -n; \ 162 (p10) br.cond.spnt.many .fail
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C5-vs-VFP.ll | 33 %struct_t* byval %p10) ; --> Stack+8 40 call void @fooUseStruct(%struct_t* %p10)
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | fp.arm.call.ll | 36 float %p10) 39 float %p10, float %p11) 42 float %p10, float %p11, float %p12) 45 float %p10, float %p11, float %p12, float %p13) 48 float %p10, float %p11, float %p12, float %p13, 52 float %p10, float %p11, float %p12, float %p13, 56 float %p10, float %p11, float %p12, float %p13, 60 float %p10, float %p11, float %p12, float %p13, 427 double %p8, double %p9, float %p10) 430 double %p8, float %p9, double %p10) [all …]
|
/external/skqp/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder() local 502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder() local 502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()
|
/external/clang/test/SemaCXX/ |
D | cxx11-ast-print.cpp | 40 const char *p10 = 3.300e+15_fritz; variable
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1661 int p10 = p1; in next() local 1662 while (p10>0 && fSpSet.contains(cAt(p10))) { in next() 1663 p10 = moveBack(p10); in next() 1665 while (p10>0 && fCloseSet.contains(cAt(p10))) { in next() 1666 p10 = moveBack(p10); in next() 1668 if (fSTermSet.contains(cAt(p10)) || fATermSet.contains(cAt(p10))) { in next()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1664 int p10 = p1; in next() local 1665 while (p10>0 && fSpSet.contains(cAt(p10))) { in next() 1666 p10 = moveBack(p10); in next() 1668 while (p10>0 && fCloseSet.contains(cAt(p10))) { in next() 1669 p10 = moveBack(p10); in next() 1671 if (fSTermSet.contains(cAt(p10)) || fATermSet.contains(cAt(p10))) { in next()
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 148 deARGB p10 = deImage_getPixel(srcImage, x1, y0); in deImage_scale() local 151 deARGB pix = deARGB_add(deARGB_add(deARGB_multiply(p00, f00), deARGB_multiply(p10, f10)), in deImage_scale()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-v8.txt | 9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|