HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 101 - 125 of 375) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow2.s 15 JUMP (P2);
25 JUMP (PC+P2);
101 CALL(P2);
110 CALL(PC+P2);
store.s 7 [p2 + 60] = Sp;
9 [Fp -0]= p2;
16 [p2] = r0;
46 W[P2] = r3;
50 w[p2+0xfffe] = R6;
52 W [sp ++ P2] = r5.L;
60 B [ p2 + 25] = R7;
move2.s 21 P2 = P2;
44 P1 = P2;
45 P2 = P1;
94 P2 = I2;
103 P2 = B2;
193 P2 = USP;
253 LC1 = P2;
323 IF CC R2 = P2;
328 IF CC P0 = P2;
    [all...]
shift2.d 10 4: 82 45 P2 = \(P2 \+ P0\) << 0x1;
11 6: 91 45 P1 = \(P1 \+ P2\) << 0x1;
14 c: c2 45 P2 = \(P2 \+ P0\) << 0x2;
15 e: d1 45 P1 = \(P1 \+ P2\) << 0x2;
26 24: 10 5c P0 = P0 \+ \(P2 << 0x1\);
27 26: 11 5c P0 = P1 \+ \(P2 << 0x1\);
28 28: 1a 5c P0 = P2 \+ \(P3 << 0x1\);
31 2e: 50 5c P1 = P0 \+ \(P2 << 0x1\)
    [all...]
load.s 30 P2 = 0 (x);
49 SP = [P2 +56];
94 R1 = W [ P1 ++ P2] (X);
112 r3.l = W [p2 ++ p3];
119 r0 = b [p2--] (z);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */
89 c = x - t*(P1+t*P2);
s_exp2f.c 41 P2 = 0x1.ebfbe0p-3f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
e_expf.c 39 P2 = -2.7667332906e-3; /* -0xb55215.0p-32 */
89 c = x - t*(P1+t*P2);
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 37 P2 = -2.7777778450e-03, /* 0xbb360b61 */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/libgsm/src/
toast_audio.c 30 static int put_u32 P2((f, u), FILE * f, unsigned long u)
42 static int get_u32 P2((f, up), FILE * f, unsigned long * up)
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 65 // Determine the relative position of the pieces described by P1 and P2.
66 // Returns -1 if P1 is entirely before P2, 0 if P1 and P2 overlap,
67 // 1 if P1 is entirely after P2.
68 int DebugHandlerBase::pieceCmp(const DIExpression *P1, const DIExpression *P2) {
70 unsigned l2 = P2->getBitPieceOffset();
72 unsigned r2 = l2 + P2->getBitPieceSize();
82 bool DebugHandlerBase::piecesOverlap(const DIExpression *P1, const DIExpression *P2) {
83 if (!P1->isBitPiece() || !P2->isBitPiece())
85 return pieceCmp(P1, P2) == 0
    [all...]
  /external/webp/src/dsp/
lossless_enc_mips32.c 295 // P2 = P0 + P1
301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \
318 "usw %[temp4], " #A "(%[" #P2 "]) \n\t" \
319 "usw %[temp5], " #B "(%[" #P2 "]) \n\t" \
320 "usw %[temp6], " #C "(%[" #P2 "]) \n\t" \
321 "usw %[temp7], " #D "(%[" #P2 "]) \n\t" \
322 "addiu %[" #P2 "], %[" #P2 "], 16 \n\t" \
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /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
59 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
102 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
153 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_dict.py 85 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
88 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
106 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node
fix_xrange.py 57 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
61 p2 = patcomp.compile_pattern(P2) variable in class:FixXrange
73 return self.p2.match(node.parent, results) and results["node"] is node
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 86 P2 = """for_stmt< 'for' any 'in' node=any ':' any* >
89 p2 = patcomp.compile_pattern(P2) variable in class:FixDict
107 return self.p2.match(node.parent, results) and results["node"] is node

Completed in 507 milliseconds

1 2 3 45 6 7 8 91011>>