Searched defs:X0 (Results 126 - 150 of 152) sorted by relevance

1234567

/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp126 struct X0 { struct
130 void test_X0(X0<int> x, IntegralConstant<int, sizeof(int)> ic) {
H A Dinstantiate-member-template.cpp4 struct X0 { struct
10 X0<int> x0i;
11 X0<void> x0v;
12 X0<int&> x0ir; // expected-note{{instantiation}}
15 X0<int> xi;
20 X0<void> xv;
122 struct X0 { }; struct in namespace:N0
125 template<typename T> void f(X0<T>& vals) { g(vals); }
126 template<typename T> void g(X0<T>& vals) { }
129 void test(X1 x1, X0<in
137 struct X0 { struct in namespace:PR6239
[all...]
H A Dtemp_arg_nontype.cpp156 template<int (*)(float)> struct X0 { }; struct
162 X0<X1::pfunc> x01;
/external/chromium_org/third_party/libpng/
H A Dpngget.c637 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
643 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
647 *X0 = info_ptr->pcal_X0;
636 png_get_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpngset.c291 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
313 png_debug(3, "storing X0, X1, type, and nparams in info");
314 info_ptr->pcal_X0 = X0;
290 png_set_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_charp units, png_charpp params) argument
H A Dpngrutil.c1660 png_int_32 X0, X1; local
1721 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units");
1722 X0 = png_get_int_32((png_bytep)buf+1);
1780 png_set_pCAL(png_ptr, info_ptr, png_ptr->chunkdata, X0, X1, type, nparams,
H A Dpngwutil.c1564 png_write_pCAL(png_structp png_ptr, png_charp purpose, png_int_32 X0, argument
1604 png_save_int_32(buf, X0);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c254 float X0 = i - t; /* Unskew the cell origin back to (x,y) space */ local
256 float x0 = x - X0; /* The x,y distances from the cell origin */
339 float X0 = i - t; /* Unskew the cell origin back to (x,y,z) space */ local
342 float x0 = x - X0; /* The x,y,z distances from the cell origin */
498 float X0 = i - t; /* Unskew the cell origin back to (x,y,z,w) space */ local
503 float x0 = x - X0; /* The x,y,z,w distances from the cell origin */
/external/clang/test/SemaCXX/
H A Ddestructor.cpp97 struct X0 { virtual ~X0() throw(); }; struct
98 struct X1 : public X0 { };
H A DMicrosoftExtensions.cpp110 struct X0 { struct
H A Dnew-delete.cpp118 struct X0 { }; struct
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
310 struct X0 { struct in namespace:rdar8018245
314 const int X0::value;
327 template int *f<X0>();
H A Doverload-call.cpp408 struct X0 { struct in namespace:PR6483
419 void g(X0 x0, X1 x1) {
482 struct X0;
485 operator X0 *();
487 operator const X0 *();
H A Dtype-traits.cpp1738 struct X0 { struct
1739 template<typename U> X0(const X0<U>&);
1767 { int arr[T(__is_convertible_to(X0<int>, X0<float>))]; }
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c254 float X0 = i - t; /* Unskew the cell origin back to (x,y) space */ local
256 float x0 = x - X0; /* The x,y distances from the cell origin */
339 float X0 = i - t; /* Unskew the cell origin back to (x,y,z) space */ local
342 float x0 = x - X0; /* The x,y,z distances from the cell origin */
498 float X0 = i - t; /* Unskew the cell origin back to (x,y,z,w) space */ local
503 float x0 = x - X0; /* The x,y,z,w distances from the cell origin */
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c637 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
643 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
647 *X0 = info_ptr->pcal_X0;
636 png_get_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpngset.c291 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
313 png_debug(3, "storing X0, X1, type, and nparams in info");
314 info_ptr->pcal_X0 = X0;
290 png_set_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_charp units, png_charpp params) argument
H A Dpngrutil.c1676 png_int_32 X0, X1; local
1737 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units");
1738 X0 = png_get_int_32((png_bytep)buf+1);
1796 png_set_pCAL(png_ptr, info_ptr, png_ptr->chunkdata, X0, X1, type, nparams,
H A Dpngwutil.c1564 png_write_pCAL(png_structp png_ptr, png_charp purpose, png_int_32 X0, argument
1604 png_save_int_32(buf, X0);
/external/libpng/
H A Dpngget.c822 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
828 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
832 *X0 = info_ptr->pcal_X0;
821 png_get_pCAL(png_const_structrp png_ptr, png_inforp info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpngset.c264 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
306 png_debug(3, "storing X0, X1, type, and nparams in info");
307 info_ptr->pcal_X0 = X0;
263 png_set_pCAL(png_const_structrp png_ptr, png_inforp info_ptr, png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_const_charp units, png_charpp params) argument
H A Dpngrutil.c2125 png_int_32 X0, X1; local
2184 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units");
2185 X0 = png_get_int_32((png_bytep)buf+1);
2242 png_set_pCAL(png_ptr, info_ptr, (png_charp)buffer, X0, X1, type, nparams,
H A Dpngtest.c1189 png_int_32 X0, X1; local
1192 if (png_get_pCAL(read_ptr, read_info_ptr, &purpose, &X0, &X1, &type,
1195 png_set_pCAL(write_ptr, write_info_ptr, purpose, X0, X1, type,
H A Dpngwutil.c1793 png_write_pCAL(png_structrp png_ptr, png_charp purpose, png_int_32 X0, argument
1838 png_save_int_32(buf, X0);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c340 X0, Y0, X1, Y1; local
354 X0 = p -> opta[1] * x0;
355 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[1]);
362 d00 = DENS(X0, Y0);
363 d01 = DENS(X0, Y1);
395 register int X0, X1, Y0, Y1; local
412 X0 = p -> opta[1] * x0;
413 X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[1]);
420 d00 = DENS(X0, Y0);
421 d01 = DENS(X0, Y
452 X0, Y0, Z0, X1, Y1, Z1; local
526 register int X0, X1, Y0, Y1, Z0, Z1; local
599 X0, Y0, Z0, X1, Y1, Z1; local
702 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
838 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
[all...]
H A Dcmsopt.c40 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data member in struct:__anon28684
792 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1));
834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
844 X0 = X1 = p8->X0[r];
852 X1 = X0 + ((rx == 0) ? 0 : p ->opta[2]);
860 c0 = DENS(X0, Y0, Z0);
878 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
880 c3 = DENS(X0, Y0, Z1) - c0;
885 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y
[all...]

Completed in 769 milliseconds

1234567