Home
last modified time | relevance | path

Searched refs:p10 (Results 1 – 25 of 60) sorted by relevance

123

/external/syslinux/com32/lib/math/
Dstrtod.c53 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/
DtcuBilinearImageCompare.cpp74 …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/
Dunix.S213 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/
Dunix.S213 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/
Dunix.S213 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/
DMakeUniqueTest.cpp63 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/
DFloatLiteralTest.smali129 0x12AB.p10
133 -0x12AB.p10
160 0x.1234p10
237 .p10
DFloatLiteralTest.tokens129 DOUBLE_LITERAL("0x12AB.p10")
133 DOUBLE_LITERAL("-0x12AB.p10")
160 DOUBLE_LITERAL("0x.1234p10")
236 INVALID_TOKEN(".p10")
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp113 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/
Drefcount.h85 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/
Des3pTextureCases.cpp121 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/
Dmanual_constructor.h221 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/
DglsShaderPerformanceMeasurer.hpp52 , p10 (p10_) in AttribSpec()
62 tcu::Vec4 p10; //!< Top left. member
/external/python/cpython2/Lib/email/test/data/
Dmsg_16.txt7 (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/
Dmsg_16.txt7 (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/
Dia64-test-rbs-asm.S158 (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/
D2013-04-16-AAPCS-C5-vs-VFP.ll33 %struct_t* byval %p10) ; --> Stack+8
40 call void @fooUseStruct(%struct_t* %p10)
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll36 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/
DPathOpsQuadIntersectionTest.cpp498 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/
DPathOpsQuadIntersectionTest.cpp498 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/
Dcxx11-ast-print.cpp40 const char *p10 = 3.300e+15_fritz; variable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1661 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/
DRBBITestMonkey.java1664 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/
DdeImage.c148 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/
Dthumb2-v8.txt9 # (The operations on p10/p11 disassemble into FP/NEON instructions)

123