Searched refs:x9 (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Delf-reloc-ldrlit.s6 ldrsw x9, some_label
H A Dbasic-a64-instructions.s25 add x3, x5, x9, sxtx
33 // CHECK: add x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0x8b]
71 sub x3, x5, x9, sxtx
79 // CHECK: sub x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0xcb]
106 adds x3, x5, x9, sxtx #2
114 // CHECK: adds x3, x5, x9, sxtx #2 // encoding: [0xa3,0xe8,0x29,0xab]
141 subs x3, x5, x9, sxtx #2
149 // CHECK: subs x3, x5, x9, sxtx #2 // encoding: [0xa3,0xe8,0x29,0xeb]
176 cmp x5, x9, sxtx #2
184 // CHECK: cmp x5, x9, sxt
[all...]
H A Dbasic-a64-diagnostics.s11 add w5, w7, x9, sxtx
19 // CHECK-ERROR: add w5, w7, x9, sxtx
23 add x9, x10, w11, uxtb #-1
25 sub x9, x15, x2, uxth #5
27 // CHECK-ERROR: add x9, x10, w11, uxtb #-1
33 // CHECK-ERROR: sub x9, x15, x2, uxth #5
52 adds x3, xzr, x9, uxtx
59 // CHECK-ERROR: adds x3, xzr, x9, uxtx
174 add x3, x9, #variable
176 // CHECK-ERROR-NEXT: add x3, x9, #variabl
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9ECParametersHolder.java1 package org.bouncycastle.asn1.x9;
H A DDHPublicKey.java1 package org.bouncycastle.asn1.x9;
H A DX9ECPoint.java1 package org.bouncycastle.asn1.x9;
H A DX9IntegerConverter.java1 package org.bouncycastle.asn1.x9;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
H A Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPublicKeyFactory.java31 import org.bouncycastle.asn1.x9.DHDomainParameters;
32 import org.bouncycastle.asn1.x9.DHPublicKey;
33 import org.bouncycastle.asn1.x9.DHValidationParms;
34 import org.bouncycastle.asn1.x9.X962NamedCurves;
35 import org.bouncycastle.asn1.x9.X962Parameters;
36 import org.bouncycastle.asn1.x9.X9ECParameters;
37 import org.bouncycastle.asn1.x9.X9ECPoint;
38 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
174 X9ECParameters x9;
178 x9
[all...]
H A DPrivateKeyFactory.java29 import org.bouncycastle.asn1.x9.X962NamedCurves;
30 import org.bouncycastle.asn1.x9.X962Parameters;
31 import org.bouncycastle.asn1.x9.X9ECParameters;
32 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
137 X9ECParameters x9;
141 x9 = X962NamedCurves.getByOID(oid);
143 if (x9 == null)
145 x9 = SECNamedCurves.getByOID(oid);
147 if (x9 == null)
149 x9
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-r4998.js47 var x9 = 3;
63 x9 = 265;
H A Dregress-969.js111 x9 = 0;
112 function test9(index) { return first((o[index] += 1, typeof x9), 2); }
114 delete x9;
/external/v8/test/mjsunit/regress/
H A Dregress-r4998.js47 var x9 = 3;
63 x9 = 265;
H A Dregress-969.js111 x9 = 0;
112 function test9(index) { return first((o[index] += 1, typeof x9), 2); }
114 delete x9;
/external/clang/test/PCH/
H A Ddesignated-init.c.h21 [0x9] = (void *[256]) { // 19
/external/chromium_org/third_party/re2/re2/
H A Dperl_groups.cc12 { 0x9, 0xa },
44 { 0x9, 0x9 },
70 { 0x9, 0xd },
/external/regex-re2/re2/
H A Dperl_groups.cc12 { 0x9, 0xa },
44 { 0x9, 0x9 },
70 { 0x9, 0xd },
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h60 COPY_FUNC( 0x9 )
79 _mesa_copy_tab[0x9] = TAG2(copy, 0x9);
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h60 COPY_FUNC( 0x9 )
79 _mesa_copy_tab[0x9] = TAG2(copy, 0x9);
/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc217 const T* x9, T* residuals) const {
220 + x8[0] * x8[0] + x9[0] * x9[0];
223 + x8[1] * x8[1] + x9[1] * x9[1];
233 const T* x9, const T* x10, T* residuals) const {
236 + x8[0] * x8[0] + x9[0] * x9[0] + x10[0] * x10[0];
239 + x8[1] * x8[1] + x9[1] * x9[
215 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
[all...]
H A Dautodiff_cost_function_test.cc104 const T* const x9,
106 cost[0] = *x0 + *x1 + *x2 + *x3 + *x4 + *x5 + *x6 + *x7 + *x8 + *x9;
95 operator ()(const T* const x0, const T* const x1, const T* const x2, const T* const x3, const T* const x4, const T* const x5, const T* const x6, const T* const x7, const T* const x8, const T* const x9, T* cost) const argument
/external/chromium_org/gpu/command_buffer/common/
H A Dbitfield_helpers_test.cc30 BitField<0, 4>::Set(&value, 0x9);
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c42 struct S9 { int i; float f; } *x9; variable in typeref:struct:S9
H A Dstruct2.c39 struct S9 *x9; variable in typeref:struct:S9

Completed in 1864 milliseconds

1234567891011>>