Home
last modified time | relevance | path

Searched defs:d0 (Results 1 – 25 of 74) sorted by relevance

123

/external/libvpx/libvpx/vp8/common/arm/neon/
Dsad_neon.c18 uint8x8_t d0, d8; in vp8_sad8x8_neon() local
52 uint8x8_t d0, d8; in vp8_sad8x16_neon() local
86 uint8x8_t d0, d8; in vp8_sad4x4_neon() local
/external/libvpx/libvpx/vp8/common/
Dreconinter.c285 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv() local
300 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv() local
471 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb() local
498 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb() local
517 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb() local
/external/kernel-headers/original/uapi/linux/
Duuid.h35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dparam_copy.pass.cpp26 double d0[] = {.3, .1, .6}; in main() local
Dparam_assign.pass.cpp26 double d0[] = {.3, .1, .6}; in main() local
Dset_param.pass.cpp25 double d0[] = {.3, .1, .6}; in main() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java197 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t) in RM()
215 int[] d0 = Nat224.create(); in RP() local
253 int[] d0 = Nat224.create(); in trySqrt() local
/external/clang/test/CodeGen/
Dfp16-ops.c15 volatile double d0; variable
/external/valgrind/none/tests/ppc32/
Dtest_dfp3.c809 double res, d0, *d0p, d0x, *d0xp; in test_dfp_quai_ops() local
870 double res, d0, d1, *d0p, *d1p; in test_dfp_qua_ops() local
933 double res, d0, *d0p, d0x, *d0xp, reference_sig, *reference_sig_p; in test_dfp_rrnd_ops() local
1001 double res, d0, *d0p, d0x, *d0xp, target_exp, *target_exp_p; in test_dfp_xiex_ops() local
1096 double res, d0, *d0p, d0x, *d0xp; in test_dfp_rint_ops() local
1156 double d0, d1, *d0p, *d1p; in test_dfp_cmp_ops() local
Dtest_dfp2.c439 double res, d0, *d0p; in test_dfp_one_arg_ops() local
510 double res, d0, *d0p; in test_dfp_two_arg_ops() local
580 double res, d0, *d0p; in test_dcffix_dcffixq() local
Dtest_dfp1.c318 double res, d0, d1, *d0p, *d1p; in test_dfp_two_arg_ops() local
442 double res, d0, d1, *d0p, *d1p, fpscr; in test_rounding_modes() local
/external/valgrind/none/tests/ppc64/
Dtest_dfp3.c809 double res, d0, *d0p, d0x, *d0xp; in test_dfp_quai_ops() local
870 double res, d0, d1, *d0p, *d1p; in test_dfp_qua_ops() local
933 double res, d0, *d0p, d0x, *d0xp, reference_sig, *reference_sig_p; in test_dfp_rrnd_ops() local
1001 double res, d0, *d0p, d0x, *d0xp, target_exp, *target_exp_p; in test_dfp_xiex_ops() local
1096 double res, d0, *d0p, d0x, *d0xp; in test_dfp_rint_ops() local
1156 double d0, d1, *d0p, *d1p; in test_dfp_cmp_ops() local
Dtest_dfp2.c439 double res, d0, *d0p; in test_dfp_one_arg_ops() local
510 double res, d0, *d0p; in test_dfp_two_arg_ops() local
580 double res, d0, *d0p; in test_dcffix_dcffixq() local
Dtest_dfp1.c318 double res, d0, d1, *d0p, *d1p; in test_dfp_two_arg_ops() local
442 double res, d0, d1, *d0p, *d1p, fpscr; in test_rounding_modes() local
/external/boringssl/src/crypto/bn/
Ddiv.c81 # define div_asm(n0,n1,d0) \ argument
96 # define div_asm(n0,n1,d0) \ argument
120 BN_ULONG d0, d1; in BN_div() local
/external/eigen/test/eigen2/
Deigen2_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized(); in parametrizedline() local
/external/jemalloc/test/integration/
Dallocated.c16 uint64_t a0, a1, d0, d1; in thd_start() local
/external/webp/src/dsp/
Dalpha_processing_sse2.c46 const __m128i d0 = _mm_packus_epi16(c0, c0); in ExtractAlpha() local
/external/clang/test/CodeGenCXX/
Darm64.cpp73 const std::type_info &d0 = typeid(D<int>); variable
/external/clang/test/CXX/expr/
Dp9.cpp9 __typeof__(0 + 0.0) d0; variable
/external/eigen/test/
Dgeo_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized(); in parametrizedline() local
/external/vboot_reference/firmware/lib/cryptolib/
Drsa.c45 uint32_t d0 = (uint32_t)A * key->n0inv; in montMulAdd() local
/external/v8/test/cctest/
Dtest-double.cc222 Double d0(-4e-324); in TEST() local
/external/libhevc/common/
Dihevc_deblk_edge_filter.c110 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_vert() local
347 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_horz() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c51 uint32_t *d0 = dst; in untile_4_4_uint32() local
71 uint16_t *d0 = dst; in untile_4_4_uint16() local

123