Home
last modified time | relevance | path

Searched defs:xw (Results 1 – 8 of 8) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapFault.java87 public void write(XmlSerializer xw) throws IOException { in write()
DSoapFault12.java104 public void write(XmlSerializer xw) throws IOException in write()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DTransport.java150 XmlSerializer xw = XmlObjectFactory.newXmlSerializer(); in createRequestData() local
/external/icu/icu4c/source/common/
Duarrsort.cpp241 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1009 const float xw = u - (float)uflr; in img_filter_2d_linear_repeat_POT() local
1375 float xw; /* weights */ in img_filter_1d_linear() local
1409 float xw; /* weights */ in img_filter_1d_array_linear() local
1506 float xw, yw; /* weights */ in img_filter_2d_linear() local
1553 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1598 float xw, yw; /* weights */ in img_filter_cube_linear() local
1666 float xw, yw; /* weights */ in img_filter_cube_array_linear() local
1730 float xw, yw, zw; /* interpolation weights */ in img_filter_3d_linear() local
/external/deqp/framework/common/
DtcuVector.hpp131 …VecAccess<T, Size, 2> xw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 0, 3… in xw() function in tcu::Vector
/external/libxcam/xcore/
Dvec_mat.h1172 T xw = v[0] * w; in rotation_matrix() local
/external/swiftshader/src/Reactor/
DReactor.hpp1428 SwizzleMask2<Vector4, 0xFC> xw; member