Searched refs:cdst (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | float_dsp.c | 46 LOCAL_ALIGNED_32(float, cdst, [LEN]); in test_vector_fmul() 53 call_ref(cdst, src0, src1, LEN); in test_vector_fmul() 57 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_vector_fmul() 59 i, cdst[i], odst[i], cdst[i] - odst[i]); in test_vector_fmul() 69 LOCAL_ALIGNED_32(double, cdst, [LEN]); in test_vector_dmul() 76 call_ref(cdst, src0, src1, LEN); in test_vector_dmul() 80 if (!double_near_abs_eps(cdst[i], odst[i], t * 2 * DBL_EPSILON)) { in test_vector_dmul() 82 i, cdst[i], odst[i], cdst[ in test_vector_dmul() [all...] |
H A D | af_afir.c | 45 LOCAL_ALIGNED_32(float, cdst, [LEN*2+8]); in test_fcmul_add() 52 memcpy(cdst, src0, (LEN*2+8) * sizeof(float)); in test_fcmul_add() 54 call_ref(cdst, src1, src2, LEN); in test_fcmul_add() 68 fabs(cdst[i]) + 1.0; in test_fcmul_add() 69 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_fcmul_add() 71 i, cdst[i], odst[i], cdst[i] - odst[i]); in test_fcmul_add()
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec2.c | 865 ProresContext *cdst = dst->priv_data; in update_thread_context() local 867 cdst->pix_fmt = csrc->pix_fmt; in update_thread_context()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 1063 struct nvfx_reg cdst = nvfx_reg(NVFXSR_OUTPUT, NV30_VP_INST_DEST_CLP(i)); in _nvfx_vertprog_translate() local 1082 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 2166 Value *cdst; in checkPredicate() local 2173 cdst = bld.getSSA(1, FILE_FLAGS); in checkPredicate() 2175 bld.mkCmp(OP_SET, CC_NEU, insn->dType, cdst, insn->dType, bld.loadImm(NULL, 0), pred); in checkPredicate() 2177 insn->setPredicate(insn->cc, cdst); in checkPredicate()
|
Completed in 7 milliseconds