Home
last modified time | relevance | path

Searched defs:d11 (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.c28 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; in vp8_short_idct4x4llm_neon() local
Ddequant_idct_neon.c26 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; in vp8_dequant_idct_add_neon() local
Dvp8_loopfilter_neon.c174 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_loop_filter_horizontal_edge_uv_neon() local
322 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_loop_filter_vertical_edge_y_neon() local
434 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_loop_filter_vertical_edge_uv_neon() local
Dmbloopfilter_neon.c207 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_mbloop_filter_horizontal_edge_uv_neon() local
294 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_mbloop_filter_vertical_edge_y_neon() local
458 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; in vp8_mbloop_filter_vertical_edge_uv_neon() local
/external/clang/test/CodeGenCXX/
Dmangle-ms-return-qualifiers.cpp121 const volatile B<A>& d11() { return *(B<A>*)0; } in d11() function
/external/v8/src/ppc/
Dsimulator-ppc.h151 d11, enumerator
/external/v8/src/s390/
Dsimulator-s390.h137 d11, enumerator
/external/python/cpython2/Lib/test/
Dtest_grammar.py216 def d11(a, b=1): pass function
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c343 d00, d01, d10, d11, in BilinearInterpFloat() local
396 int d00, d01, d10, d11, in BilinearInterp16() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java810 Date d11 = tempcal.getTime(); in Test4108764() local
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py213 def d11(a, b=1): pass function
Dpy3_test_grammar.py201 def d11(a, b=1): pass function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java809 Date d11 = tempcal.getTime(); in Test4108764() local
/external/v8/src/arm/
Dsimulator-arm.h126 d8, d9, d10, d11, d12, d13, d14, d15, enumerator
Dassembler-arm.h376 const LowDwVfpRegister d11 = { 11 }; variable
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1275 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56); in test4108764() local
/external/r8/src/test/examples/invoke/
DInvoke.java282 double d4, double d5, double d6, double d7, double d8, double d9, double d10, double d11, in unusedDoubleArgumentRanged()