HomeSort by relevance Sort by last modified time
    Searched defs:w16 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/VEX/pub/
libvex_basictypes.h 78 UShort w16[8]; member in union:__anon37033
88 UShort w16[16]; member in union:__anon37034
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1-altivec.c 228 const vec_uint32_t w16 = sched_16_31(vw + 4, w12, w8, w4, w0, k); local
235 const vec_uint32_t w20 = sched_16_31(vw + 5, w16, w12, w8, w4, k);
241 const vec_uint32_t w24 = sched_16_31(vw + 6, w20, w16, w12, w8, k);
247 const vec_uint32_t w28 = sched_16_31(vw + 7, w24, w20, w16, w12, k);
253 const vec_uint32_t w32 = sched_32_79(vw + 8, w28, w24, w16, w4, w0, k);
272 const vec_uint32_t w44 = sched_32_79(vw + 11, w40, w36, w28, w16, w12, k);
278 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k);
  /external/dng_sdk/source/
dng_resample.cpp 261 int16 *w16 = fWeights16->Buffer_int16 () + fWeightStep * sample; local
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
270 t16 += w16 [j];
277 w16 [fRadius - (fract >= 0.5 ? 0 : 1)] += (int16) (16384 - t16);
450 int16 *w16 = (int16 *) Weights16 (dng_point ((int32) y, local
458 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
460 t16 += w16 [j];
471 w16 [centerOffset] += (int16) (16384 - t16);
  /prebuilts/go/darwin-x86/test/
zerodivide.go 35 u16, v16, w16 uint16 = 0, 0, 1 var
75 w16++
142 ErrorTest{"uint16 1/0", func() { use(w16 / v16) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 35 u16, v16, w16 uint16 = 0, 0, 1 var
75 w16++
142 ErrorTest{"uint16 1/0", func() { use(w16 / v16) }, "divide"},
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 182 w16 = -6.79720123352023636706247599728048344e+06L, variable
322 y*(w9+y*(w10+y*(w11+y*(w12+y*(w13+y*(w14+y*(w15+y*(w16+
  /external/valgrind/VEX/priv/
ir_opt.c 1549 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1555 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
    [all...]
  /external/valgrind/memcheck/
mc_main.c 4023 UShort* w16 = &sm->vabits16[v_off16]; local
    [all...]

Completed in 2210 milliseconds