HomeSort by relevance Sort by last modified time
    Searched refs:P1 (Results 151 - 175 of 398) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_exp.c 44 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
45 * (where z=r*r, and the values of P1 to P5 are listed below)
48 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
59 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
101 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */
153 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_dict.py 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
84 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
96 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_dict.py 82 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
83 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
95 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /external/tpm2/
Commit.c 16 // TPM_RC_ECC_POINT either P1 or the point derived from s2 is not on the curve of
107 // If there is a P1, make sure that it is on the curve
110 if(in->P1.t.size > 4)
112 pP1 = &in->P1.t.point;
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 465 template <class P1>
466 Closure *NewCallback(void (*f)(P1), P1 p1) {
467 CHECK(sizeof(P1) <= sizeof(void*));
471 res->param1 = (void*)p1;
476 template <class T, class P1, class P2>
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
84 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
96 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
84 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
96 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
84 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
96 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 83 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
84 p1 = patcomp.compile_pattern(P1) variable in class:FixDict
96 self.p1.match(node.parent.parent, results) and
fix_xrange.py 54 P1 = "power< func=NAME trailer< '(' node=any ')' > any* >"
55 p1 = patcomp.compile_pattern(P1) variable in class:FixXrange
68 self.p1.match(node.parent.parent, results) and
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
shift.d 8 0: 88 45 P0 = \(P0 \+ P1\) << 0x1;
15 a: 0a 5c P0 = P2 \+ \(P1 << 0x1\);
41 56: d1 44 P1 = P2 >> 0x2;
42 58: c9 5a P3 = P1 << 0x1;
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/deqp/framework/delibs/decpp/
deUniquePtr.hpp 177 template<typename T, typename P0, typename P1>
178 inline MovePtr<T> newMovePtr (P0 p0, P1 p1) { return MovePtr<T>(new T(p0, p1)); }
179 template<typename T, typename P0, typename P1, typename P2>
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); }
  /external/ltp/testcases/kernel/containers/utsname/
utstest.c 21 P1: A=gethostname
26 P1: sethostname(A);
31 P1: A=gethostname; unshare(utsname); sethostname(newname); C=gethostname
36 P1: A=gethostname; unshare(utsname); (wait); C=gethostname
41 P1: drop_privs(); unshare(utsname); (wait); C=gethostname
116 int P1(void *vtest)
258 tst_resm(TPASS, "P2: P1 claims error");
323 r = do_clone_unshare_tests(T_NONE, 0, P1, vtest, P2, vtest);
328 P1, vtest, P2, vtest);
341 P1, vtest)
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor.h 267 inline void GrCCCoverageProcessor::TriPointInstance::set(const SkPoint& p0, const SkPoint& p1,
270 Sk2f P1 = Sk2f::Load(&p1) + trans;
272 Sk2f::Store3(this, P0, P1, P2);
282 inline void GrCCCoverageProcessor::QuadPointInstance::set(const SkPoint& p0, const SkPoint& p1,
286 Sk2f P1 = Sk2f::Load(&p1) + trans;
289 Sk2f::Store4(this, P0, P1, P2, W);
  /external/swiftshader/third_party/LLVM/tools/opt/
AnalysisWrappers.cpp 73 P1("print-externalfnconstants",
  /prebuilts/go/darwin-x86/src/math/
sinh.go 31 P1 = -0.8991272022039509355398013511e+5
55 temp = (((P3*sq+P2)*sq+P1)*sq + P0) * x
  /prebuilts/go/linux-x86/src/math/
sinh.go 31 P1 = -0.8991272022039509355398013511e+5
55 temp = (((P3*sq+P2)*sq+P1)*sq + P0) * x
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 498 let p1 = param fn 0 in var
500 let v1 = build_add p1 p2 "v1" b in
501 let v2 = build_add p1 v1 "v2" b in
525 let p1 = param fn 0 in var
529 let i = build_add p1 p2 "sum" b in
532 insist ((operand i 0) = p1);
663 let p1 = param f 0 in var
665 set_value_name "One" p1;
667 add_param_attr p1 Attribute.Sext;
674 insist (Before p1 = param_begin f)
852 let p1 = param fn 0 ++ set_value_name "P1" in var
1161 let p1 = build_load g1 "X1" atentry in var
    [all...]

Completed in 1012 milliseconds

1 2 3 4 5 67 8 91011>>