HomeSort by relevance Sort by last modified time
    Searched defs:w1 (Results 76 - 100 of 219) sorted by null

1 2 34 5 6 7 8 9

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 152 float w0, float w1,
161 if (w0 + w1 != 1.0f) {
174 mVertexBuffer.put(w1);
400 float w1 = 1.0f - w0; local
401 grid.set(i, j, x, y, z, u, v, w0, w1, 0, 1);
  /external/elfutils/src/
elfcmp.c 821 const Elf32_Word *w1 = p1; local
823 return *w1 < *w2 ? -1 : *w1 > *w2 ? 1 : 0;
829 const Elf64_Xword *w1 = p1; local
831 return *w1 < *w2 ? -1 : *w1 > *w2 ? 1 : 0;
  /external/fdlibm/
e_lgamma_r.c 58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
149 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/iproute2/ip/
ipxfrm.c 70 __u32 w1, w2; local
73 w1 = a1[words];
78 if ((w1 ^ w2) & mask)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 27 uint32_t w1[4]; // bit 8-24 addr_lo member in struct:strparm_bsp
322 str_bsp->w1[0] = 0x1;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 36 uint32_t w1; // 1f0 member in struct:h264_iparm1
52 uint32_t w1; // 0c member in struct:h264_iparm2
99 param1.w1 = param1.w2 = param1.w3 = align(width, 64);
107 param2.w1 = param2.w2 = param2.w3 = param1.w1;
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
561 w1 = w0 - l1 + G4;
592 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1 - w1 * w1;
600 x1, y1, z1, w1);
  /external/opencv/cxcore/src/
cxsvd.cpp 240 double *w1, *e1; local
253 w1 = w;
309 *w1 = g*scale;
311 w1++;
635 float *w1, *e1; local
649 w1 = w;
707 *w1 = (float)(g*scale);
709 w1++;
    [all...]
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 298 Float w1 = *Pointer<Float>(v1 + pos * 16 + 12); local
301 Float wMax = Max(Max(w0, w1), w2);
303 conditionalRotate1(wMax == w1, v0, v1, v2);
308 Float w1 = *Pointer<Float>(v1 + pos * 16 + 12); local
314 w012.y = w1;
343 Float x1 = w1 * (1.0f / 16.0f) * Float(X1);
344 Float y1 = w1 * (1.0f / 16.0f) * Float(Y1);
370 M[0].x = (y1 * w2 - y2 * w1) * D;
371 M[0].y = (x2 * w1 - x1 * w2) * D;
  /external/tcpdump/
print-tipc.c 67 uint32_t w1; member in struct:tipc_pkthdr
74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07)
75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF)
111 uint32_t w1; member in struct:payload_tipc_pkthdr
125 uint32_t w1; member in struct:internal_tipc_pkthdr
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
147 uint32_t w1; member in struct:link_conf_tipc_pkthdr
161 uint32_t w0, w1, w2; local
226 uint32_t w0, w1, w2, w4, w5, w9; local
294 uint32_t w0, w1, w5; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 385 auto w1 = builder.GetTupleElement(prev, 1); local
389 {builder.Add(iteration, builder.ConstantR0<int32>(1)), w3, w1, w2});
438 auto w1 = builder.GetTupleElement(prev, 1); local
442 {builder.Add(iteration, builder.ConstantR0<int32>(1)), w3, w1, w2});
621 // tuple<int32, vector<float>> w1(get<0>(w0), get<1>(w0));
622 // w1 = while (get<0>(w1) < c2) {
623 // get<0>(w1) = get<0>(w1) + 1;
624 // get<1>(w1) = get<1>(w1) + vector<float>(10, 1.0f)
    [all...]
  /external/valgrind/coregrind/
m_oset.c 182 UWord w1 = *(const UWord*)k; local
185 // "return w1 - w2". But it didn't work reliably, because the
190 if (w1 > w2) return 1;
191 if (w1 < w2) return -1;
594 UWord w1 = *(const UWord*)k; local
599 if (w1 < w2) curr = curr->left;
600 else if (w1 > w2) curr = curr->right;
m_stacktrace.c 976 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0; local
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 47 const float w1 = x * (1.0f - y); local
51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 128 int32_t next, float w0, float w1) {
131 float r = p0 * w0 + p1 * w1;
138 int32_t next, float w0, float w1) {
141 float r = p0 * w0 + p1 * w1;
148 int32_t next, float w0, float w1) {
151 float2 r = p0 * w0 + p1 * w1;
158 int32_t next, float w0, float w1) {
161 float3 r = p0 * w0 + p1 * w1;
168 int32_t next, float w0, float w1) {
171 float3 r = p0 * w0 + p1 * w1;
496 float w1 = fracU * oneMinusFracV; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 167 w1 = 8.33333333333333333333333333332852026e-02L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
  /external/iproute2/lib/
utils.c 756 __u32 w1, w2; local
759 w1 = a1[words];
764 if ((w1 ^ w2) & mask)
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 81 unw_word_t w0, w1; member in struct:ia64_loc
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 128 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
138 res0 = _mm_packs_epi32(w0, w1);
179 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
187 res1 = _mm_packs_epi32(w0, w1);
  /external/libxaac/decoder/
ixheaacd_sbrdec_lpfuncs.c 700 WORD16 w1, w2; local
707 w1 = 0x6000;
710 w1 = 0x7400;
714 ixheaacd_mult32x16in32_shl(bw_array[i], w1),
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 240 int w1 = source.readInt(); local
241 boolean exclusive = (w1 & 0x80000000) != 0;
242 int streamDependency = (w1 & 0x7fffffff);
Spdy3.java 126 int w1; local
129 w1 = source.readInt();
135 boolean control = (w1 & 0x80000000) != 0;
140 int version = (w1 & 0x7fff0000) >>> 16;
141 int type = (w1 & 0xffff);
185 int streamId = w1 & 0x7fffffff;
193 int w1 = source.readInt(); local
195 int streamId = w1 & 0x7fffffff;
207 int w1 = source.readInt(); local
208 int streamId = w1 & 0x7fffffff
226 int w1 = source.readInt(); local
234 int w1 = source.readInt(); local
267 int w1 = source.readInt(); local
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 383 double w0 = crow[0], w1 = crow[1]; local
384 double weight = w0 + w1;
390 lcw[1] += w1; rcw[1] -= w1;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 1419 OPJ_FLOAT64 w1 = 1, w2, wmsedec; local
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 1029 // new w1 as sqrt(w1*w1/w0*w2)
1031 // w1 /= sqrt(w0*w2)
1367 double w1 = dst[1].fZ; local
    [all...]

Completed in 464 milliseconds

1 2 34 5 6 7 8 9