HomeSort by relevance Sort by last modified time
    Searched refs:v01 (Results 1 - 21 of 21) sorted by null

  /external/pixman/test/
rotate-test.c 26 #define TRANSFORM(v00, v01, v10, v11) \
27 { { { v00, v01, WIDTH * pixman_fixed_1 / 2 }, \
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm_asm.S 142 # qhasm: reg128 v01
708 # qhasm: new v01
710 # qhasm: v01[2] = d01[0,1] unsigned>> 26; v01[3] = d01[2,3] unsigned>> 26
711 # asm 1: vshrn.u64 <v01=reg128#11%top,<d01=reg128#12,#26
712 # asm 2: vshrn.u64 <v01=d21,<d01=q11,#26
715 # qhasm: v01 = d01[1]d01[0] v01[2,3]
716 # asm 1: vext.32 <v01=reg128#11%bot,<d01=reg128#12%bot,<d01=reg128#12%bot,#1
717 # asm 2: vext.32 <v01=d20,<d01=d22,<d01=d22,#
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 51 * V(z) = 1 + v01*z + ... + v04*z^4
140 v01 = 1.27304834834123699328e-02, /* 0x3F8A1270, 0x91C9C71A */ variable
194 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
e_j0f.c 97 v01 = 1.2730483897e-02, /* 0x3c509385 */ variable
151 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
  /external/fdlibm/
e_j0.c 48 * V(z) = 1 + v01*z + ... + v04*z^4
152 v01 = 1.27304834834123699328e-02, /* 0x3F8A1270, 0x91C9C71A */ variable
211 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
  /external/openssh/regress/
cert-hostkey.sh 188 for v in v01 v00 ; do
227 for v in v01 v00 ; do
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 104 LLVMValueRef v01,
lp_bld_arit.c 990 LLVMValueRef v01,
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 104 LLVMValueRef v01,
lp_bld_arit.c 990 LLVMValueRef v01,
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 343 __m128i v01, v32; local
410 v01 = _mm_unpacklo_epi32(s_lo, s_hi);
421 const __m128i a01 = _mm_add_epi16(v01, v32);
422 const __m128i a32 = _mm_sub_epi16(v01, v32);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 343 __m128i v01, v32; local
410 v01 = _mm_unpacklo_epi32(s_lo, s_hi);
421 const __m128i a01 = _mm_add_epi16(v01, v32);
422 const __m128i a32 = _mm_sub_epi16(v01, v32);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
363 const GLfloat temp1 = LERP(a, v01, v11);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
260 const GLint temp1 = ilerp(ia, v01, v11);
    [all...]
s_texfilter.c 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
67 const GLfloat temp1 = LERP(a, v01, v11);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
363 const GLfloat temp1 = LERP(a, v01, v11);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
260 const GLint temp1 = ilerp(ia, v01, v11);
    [all...]
s_texfilter.c 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
67 const GLfloat temp1 = LERP(a, v01, v11);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
86 float v00, float v10, float v01, float v11)
89 const float temp1 = lerp(a, v01, v11);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
86 float v00, float v10, float v01, float v11)
89 const float temp1 = lerp(a, v01, v11);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4461 pktq_log_format_v01_t v01; member in union:__anon33648::__anon33649
    [all...]

Completed in 505 milliseconds