HomeSort by relevance Sort by last modified time
    Searched defs:p5 (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_exp.c 60 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
81 static const double p5 = 0x1.6376972bea4d0p-25; variable
112 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
156 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
events.js 65 var p5 = p1.then(); // event variable
104 assertAsync(result[5].promise === p5, "result[5].promise");
  /external/chromium_org/v8/test/webkit/
comparison-operators-greater.js 145 var p5 = 0.5; variable
167 shouldBeTrue("p5 >= 0");
171 shouldBeFalse("p5 >= 1");
176 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
180 shouldBeFalse("if (p5 >= 1 || 0) true; else false");
204 shouldBeTrue("p5 >= 0");
208 shouldBeFalse("p5 >= one");
213 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
217 shouldBeFalse("if (p5 >= one || 0) true; else false");
233 shouldBeFalse(" p5 > NaN")
    [all...]
comparison-operators-less.js 143 var p5 = 0.5; variable
165 shouldBeTrue("0 <= p5");
169 shouldBeFalse("1 <= p5");
174 shouldBeTrue("if (0 <= p5 || 0) true; else false");
178 shouldBeFalse("if (1 <= p5 || 0) true; else false");
202 shouldBeTrue("0 <= p5");
206 shouldBeFalse("one <= p5");
211 shouldBeTrue("if (0 <= p5 || 0) true; else false");
215 shouldBeFalse("if (one <= p5 || 0) true; else false");
232 shouldBeFalse(" p5 < NaN")
    [all...]
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 29 // CHECK: const char *p5 = 1.0E+12_baz;
30 const char *p5 = 1e12_baz; variable
rval-references-examples.cpp 73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} local
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); local
39 EXPECT_TRUE((bool)p5);
40 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4), *p5);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
  /external/clang/test/CodeGen/
ppc64-struct-onefloat.c 33 SSd p5 = { { 19.47 } }; local
34 bar(p1, p2, p4, p5);
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
  /external/valgrind/main/memcheck/tests/
leak-cases.c 12 // p5 -?-> AAA (y)DR, (n)DL / P
62 Node* p5; variable
78 p5 = mk(NULL); // Case 5: 16/1 possibly lost (ok)
79 p5++;
  /external/chromium_org/testing/
gmock_mutant.h 666 typename P3, typename P4, typename P5>
668 const Tuple5<P1, P2, P3, P4, P5>& p,
673 typename P4, typename P5>
675 const Tuple5<P1, P2, P3, P4, P5>& p,
682 typename P3, typename P4, typename P5, typename C1>
684 const Tuple5<P1, P2, P3, P4, P5>& p,
689 typename P4, typename P5, typename C1>
691 const Tuple5<P1, P2, P3, P4, P5>& p,
698 typename P3, typename P4, typename P5, typename C1, typename C2>
700 const Tuple5<P1, P2, P3, P4, P5>& p
4399 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4488 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4580 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4675 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4771 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4867 A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4967 const P5& p5, const P6& p6) { member in namespace:testing
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 101 namespace p5 { namespace
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 281 uint32_t p1, p2, p3, p4, p5; local
320 "preceu.ph.qbl %[p5], %[qload3] \n\t"
364 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
417 "preceu.ph.qbl %[p5], %[qload3] \n\t"
464 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
501 [qload3] "=&r" (qload3), [p5] "=&r" (p5),
530 uint32_t p1, p2, p3, p4, p5; local
571 "preceu.ph.qbl %[p5], %[qload3] \n\t"
    [all...]
vp9_convolve2_dspr2.c 264 uint32_t p1, p2, p3, p4, p5; local
305 "preceu.ph.qbl %[p5], %[qload1] \n\t"
346 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
353 "preceu.ph.qbr %[p5], %[qload1] \n\t"
391 "preceu.ph.qbl %[p5], %[qload2] \n\t"
433 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
440 "preceu.ph.qbr %[p5], %[qload1] \n\t"
462 : [qload1] "=&r" (qload1), [qload2] "=&r" (qload2), [p5] "=&r" (p5),
496 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve2_horiz_dspr2.c 243 uint32_t p1, p2, p3, p4, p5; local
281 "preceu.ph.qbl %[p5], %[qload3] \n\t"
317 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
358 "preceu.ph.qbl %[p5], %[qload3] \n\t"
395 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
421 [p5] "=&r" (p5),
450 uint32_t p1, p2, p3, p4, p5; local
490 "preceu.ph.qbl %[p5], %[qload3] \n\t"
526 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 *
    [all...]
vp9_loopfilter_filters_dspr2.c 32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
83 "lw %[p5], (%[s5]) \n\t"
86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5),
92 pm1, p0, p3, p4, p5, p6,
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
162 p5 = *((uint32_t *)(s2));
192 /* transpose p3, p4, p5, p6 */
194 "precrq.qb.ph %[prim1], %[p6], %[p5] \n\t"
195 "precr.qb.ph %[prim2], %[p6], %[p5] \n\t
    [all...]
  /external/chromium_org/third_party/skia/gm/
polygons.cpp 47 SkPoint p5[] = {{0, 0}, {20, 20}, {0, 40}, {60, 20}}; // concave polygon with 4 edges variable
67 { p5, SK_ARRAY_COUNT(p5) },
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 109 decltype(make<decltype(make<4, false>())>()) *p5; // ok member in namespace:RequireCompleteType
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
  /external/clang/test/Headers/
stddefneeds.cpp 48 ptrdiff_t p5; variable
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 281 uint32_t p1, p2, p3, p4, p5; local
320 "preceu.ph.qbl %[p5], %[qload3] \n\t"
364 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
417 "preceu.ph.qbl %[p5], %[qload3] \n\t"
464 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
501 [qload3] "=&r" (qload3), [p5] "=&r" (p5),
530 uint32_t p1, p2, p3, p4, p5; local
571 "preceu.ph.qbl %[p5], %[qload3] \n\t"
    [all...]
vp9_convolve2_dspr2.c 264 uint32_t p1, p2, p3, p4, p5; local
305 "preceu.ph.qbl %[p5], %[qload1] \n\t"
346 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
353 "preceu.ph.qbr %[p5], %[qload1] \n\t"
391 "preceu.ph.qbl %[p5], %[qload2] \n\t"
433 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
440 "preceu.ph.qbr %[p5], %[qload1] \n\t"
462 : [qload1] "=&r" (qload1), [qload2] "=&r" (qload2), [p5] "=&r" (p5),
496 uint32_t p1, p2, p3, p4, p5; local
    [all...]
vp9_convolve2_horiz_dspr2.c 243 uint32_t p1, p2, p3, p4, p5; local
281 "preceu.ph.qbl %[p5], %[qload3] \n\t"
317 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
358 "preceu.ph.qbl %[p5], %[qload3] \n\t"
395 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
421 [p5] "=&r" (p5),
450 uint32_t p1, p2, p3, p4, p5; local
490 "preceu.ph.qbl %[p5], %[qload3] \n\t"
526 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 *
    [all...]
vp9_loopfilter_filters_dspr2.c 32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
83 "lw %[p5], (%[s5]) \n\t"
86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5),
92 pm1, p0, p3, p4, p5, p6,
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
162 p5 = *((uint32_t *)(s2));
192 /* transpose p3, p4, p5, p6 */
194 "precrq.qb.ph %[prim1], %[p6], %[p5] \n\t"
195 "precr.qb.ph %[prim2], %[p6], %[p5] \n\t
    [all...]

Completed in 837 milliseconds

1 2 3 4 5