HomeSort by relevance Sort by last modified time
    Searched refs:xp (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CXX/class.derived/class.virtual/
p12.cpp 12 // CHECK: xp->test24_B::wibble()
17 void foo(test24_B *xp) {
18 xp->test24_B::wibble();
  /external/clang/test/CXX/expr/expr.mptr.oper/
p6-0x.cpp 15 void test(X *xp, int (X::*pmf)(int), int (X::*l_pmf)(int) &,
21 (xp->*pmf)(17);
27 (xp->*l_pmf)(17);
33 (xp->*r_pmf)(17); // expected-error-re{{pointer-to-member function type 'int (X::*)(int){{( __attribute__\(\(thiscall\)\))?}} &&' can only be called on an rvalue}}
  /external/clang/test/Modules/
hidden-definition.cpp 13 X *xp = yp; // expected-error {{cannot initialize}} variable
  /external/clang/test/Sema/
atomic-expr.c 41 void func_09 (int* xp) {
42 *xp <<= data1;
45 void func_10 (int* xp) {
46 *xp <<= data2;
  /external/python/cpython2/Modules/
dlmodule.c 29 dlobject *xp; local
30 xp = PyObject_New(dlobject, &Dltype);
31 if (xp == NULL)
33 xp->dl_handle = handle;
34 return (PyObject *)xp;
38 dl_dealloc(dlobject *xp)
40 if (xp->dl_handle != NULL)
41 dlclose(xp->dl_handle);
42 PyObject_Del(xp);
46 dl_close(dlobject *xp)
    [all...]
sunaudiodev.c 52 sadobject *xp; local
108 xp = PyObject_New(sadobject, &Sadtype);
109 if (xp == NULL) {
113 xp->x_fd = fd;
114 xp->x_icount = xp->x_ocount = 0;
115 xp->x_isctl = (imode < 0);
117 return xp;
123 sad_dealloc(sadobject *xp)
125 close(xp->x_fd)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
objectRRGC.c 47 MyStruct_t xp = (MyStruct_t)&X; local
48 xp->field = 10;
49 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
objectassign.c 50 MyStruct_t xp = (MyStruct_t)&X; local
51 xp->field = 10;
52 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) {
30 xp.g(Poly());
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
db_image_homography.cpp 31 ratio between coordinate i_num and i_den of xp is equal to the ratio
35 double xp[3],double x[3])
37 db_MultiplyScalarCopy3(c+3*i_den,x, xp[i_num]);
38 db_MultiplyScalarCopy3(c+3*i_num,x, -xp[i_den]);
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3])
48 /*Find index of coordinate of Xp with largest absolute value*/
49 ma_ind=db_MaxAbsIndex3(xp);
57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x)
    [all...]
  /external/clang/test/SemaCXX/
member-expr.cpp 13 void test(X* xp, X x) {
15 int i2 = xp->f();
17 xp->E; // expected-error{{cannot refer to type member 'E' in 'X' with '->'}}
19 int i4 = xp->Enumerator;
21 xp->mem = 2;
23 float f2 = xp->g();
42 void test2(X *xp) {
43 xp->::i = 7; // expected-error{{qualified member access refers to a member in the global namespace}}
44 xp->C::i = 7; // expected-error{{qualified member access refers to a member in namespace 'C'}}
overload-member-call.cpp 39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) {
43 float& f2 = xp->f(0);
50 float& f4 = xp->g(0);
51 double& d1 = xp->g(0.0);
  /external/clang/test/CodeGenCXX/
delete.cpp 115 void global_delete_virtual(X *xp) {
118 // CHECK: [[T0:%.*]] = bitcast [[X:%.*]]* [[XP:%.*]] to i64**
122 // CHECK-NEXT: [[T0:%.*]] = bitcast [[X]]* [[XP]] to i8*
126 // CHECK-NEXT: [[T0:%.*]] = bitcast [[X:%.*]]* [[XP:%.*]] to void ([[X]]*)***
133 ::delete xp;
  /external/elfutils/tests/
run-unstrip-M.sh 23 00400000-024aa000 r-xp 00000000 08:02 159659 /opt/TestBins/bin/arwijn
33 7f31e7d9f000-7f31e7f29000 r-xp 00000000 fd:00 917531 /lib64/libc-1.13.so
42 7fff26dff000-7fff26e00000 r-xp 00000000 00:00 0 [vdso]
43 ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 36 xp := (*ifaceWords)(unsafe.Pointer(&x))
37 xp.typ = typ
38 xp.data = data
50 xp := (*ifaceWords)(unsafe.Pointer(&x))
64 StorePointer(&vp.data, xp.data)
65 StorePointer(&vp.typ, xp.typ)
76 if typ != xp.typ {
79 StorePointer(&vp.data, xp.data)
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 36 xp := (*ifaceWords)(unsafe.Pointer(&x))
37 xp.typ = typ
38 xp.data = data
50 xp := (*ifaceWords)(unsafe.Pointer(&x))
64 StorePointer(&vp.data, xp.data)
65 StorePointer(&vp.typ, xp.typ)
76 if typ != xp.typ {
79 StorePointer(&vp.data, xp.data)
  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 32 const GrXferProcessor& xp,
42 , fXP(xp)
73 void setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp,
86 * Called by emitCode() when the XP will not be performing a dst read. This method is
95 * Called by emitCode() when the XP will perform a dst read. This method only needs to supply
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.h 32 const GrXferProcessor& xp,
42 , fXP(xp)
73 void setData(const GrGLSLProgramDataManager& pdm, const GrXferProcessor& xp,
86 * Called by emitCode() when the XP will not be performing a dst read. This method is
95 * Called by emitCode() when the XP will perform a dst read. This method only needs to supply
  /external/boringssl/src/crypto/x509v3/
v3_purp.c 84 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
86 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
88 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
91 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
93 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
95 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
97 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
99 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
100 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
309 int X509_PURPOSE_get_id(X509_PURPOSE *xp)
    [all...]
  /external/mksh/src/
eval.c 1113 varsub(Expand *xp, const char *sp, const char *word,
1129 xp->var = NULL;
1197 xp->str = shf_smprintf(Tf_d, c);
1208 xp->var = global(sp);
1209 xp->str = p ? shf_smprintf("%s[%lu]",
1210 xp->var->name, arrayindex(xp->var)) : xp->var->name;
1282 xp->str = null;
1283 xp->var = global(sp)
1586 char *xp; local
1603 char *xp = *xpp; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_unaligned.h 107 const uint8_t * xp = (const uint8_t *)p; local
108 uint64_t res = *xp;
110 for (++xp; num_bytes > 1; ++xp, --num_bytes)
111 res = (res << 8) | *xp;
249 const uint8_t * xp = (const uint8_t *)p + (num_bytes - 1); local
250 uint64_t res = *xp;
252 for (--xp; num_bytes > 1; --xp, --num_bytes)
253 res = (res << 8) | *xp;
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
Utils.java 54 * returns values at points x interpolated using xp, yp data points
55 * Both x and xp must be monotonically increasing.
57 public static double[] interp(double[] x, double[] xp, double[] yp) {
58 // assuming that x and xp are already sorted.
59 // go over x and xp as if we are merging them
65 while (i < x.length && x[i] < xp[0]) i++;
67 while (ip < xp.length && i < x.length) {
68 // skip until we see an xp >= current x
69 while (ip < xp.length && xp[ip] < x[i]) ip++
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 563 #define DOPRINT_START(xp) do { \
568 EXTRACT_LDBL80_WORDS(__hx, __lx, *xp); \
570 INSERT_LDBL80_WORDS(*xp, __hx, __lx); \
571 printf("x = %.21Lg; ", (long double)*xp); \
581 #define DOPRINT_START(xp) do { \
584 EXTRACT_WORDS(__hx, __lx, *xp); \
586 INSERT_WORDS(*xp, __hx, __lx); \
587 printf("x = %.21Lg; ", (long double)*xp); \
597 #define DOPRINT_START(xp) do { \
600 GET_FLOAT_WORD(__hx, *xp); \
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
chkder.h 13 Matrix< Scalar, Dynamic, 1 > &xp,
34 xp.resize(n);
39 xp[j] = x[j] + temp;

Completed in 818 milliseconds

1 2 3 4 5 6 7