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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 119 u9 = 4.17685526755100259316625348933108810e-03L, variable
292 y*(u8+y*(u9+y*u10))))))))));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 173 URL u9 = new URL("file://[fec0::1:20d:60ff:fe24:7410]/file.txt#sogood"); local
174 assertTrue("u9 returns a wrong protocol " + u9.getProtocol(), u9
176 assertTrue("u9 returns a wrong host " + u9.getHost(), u9.getHost()
178 assertTrue("u9 returns a wrong port " + u9.getPort(),
179 u9.getPort() == -1)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 742 __m128i u8, u9, u10, u11, u12, u13, u14, u15; local
756 u9 = _mm_mulhrs_epi16(in[14], stk2_2);
764 v8 = _mm_add_epi16(u8, u9);
765 v9 = _mm_sub_epi16(u8, u9);
1037 __m128i u8, u9, u10, u11, u12, u13, u14, u15; \/\/ stp2_ local
    [all...]
inv_txfm_sse2.c 382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
422 u9 = _mm_madd_epi16(s5, k__cospi_p18_p14);
432 w1 = _mm_add_epi32(u1, u9);
440 w9 = _mm_sub_epi32(u1, u9);
475 u9 = _mm_srai_epi32(v9, DCT_CONST_BITS);
488 in[4] = _mm_packs_epi32(u8, u9);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon116257
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
    [all...]

Completed in 871 milliseconds