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.java148 XmlSerializer xw = XmlPullParserFactory.newInstance().newSerializer(); in createRequestData() local
/external/icu/icu4c/source/common/
Duarrsort.cpp238 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw; in quickSort() local
/external/angle/src/tests/gl_tests/
DPointSpritesTest.cpp101 float xw = s2p(pointX); in testPointCoordAndPointSizeCompliance() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1162 const float xw = u - (float)uflr; in img_filter_2d_linear_repeat_POT() local
1527 float xw; /* weights */ in img_filter_1d_linear() local
1561 float xw; /* weights */ in img_filter_1d_array_linear() local
1658 float xw, yw; /* weights */ in img_filter_2d_linear() local
1705 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1750 float xw, yw; /* weights */ in img_filter_cube_linear() local
1819 float xw, yw; /* weights */ in img_filter_cube_array_linear() local
1883 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/swiftshader/src/Reactor/
DReactor.hpp1586 SwizzleMask2<Vector4, 0x0333> xw; member