/aosp_15_r20/art/compiler/utils/riscv64/ |
H A D | assembler_riscv64.cc | 1799 void Riscv64Assembler::VLe8(VRegister vd, XRegister rs1, VM vm) { in VLe8() 1806 void Riscv64Assembler::VLe16(VRegister vd, XRegister rs1, VM vm) { in VLe16() 1813 void Riscv64Assembler::VLe32(VRegister vd, XRegister rs1, VM vm) { in VLe32() 1820 void Riscv64Assembler::VLe64(VRegister vd, XRegister rs1, VM vm) { in VLe64() 1851 void Riscv64Assembler::VLm(VRegister vd, XRegister rs1) { in VLm() 1863 void Riscv64Assembler::VLe8ff(VRegister vd, XRegister rs1) { in VLe8ff() 1869 void Riscv64Assembler::VLe16ff(VRegister vd, XRegister rs1) { in VLe16ff() 1875 void Riscv64Assembler::VLe32ff(VRegister vd, XRegister rs1) { in VLe32ff() 1881 void Riscv64Assembler::VLe64ff(VRegister vd, XRegister rs1) { in VLe64ff() 1887 void Riscv64Assembler::VLse8(VRegister vd, XRegister rs1, XRegister rs2, VM vm) { in VLse8() [all …]
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 314 void Assembler::NEONTable(const VRegister& vd, in NEONTable() 326 void Assembler::tbl(const VRegister& vd, in tbl() 334 void Assembler::tbl(const VRegister& vd, in tbl() 346 void Assembler::tbl(const VRegister& vd, in tbl() 359 void Assembler::tbl(const VRegister& vd, in tbl() 373 void Assembler::tbx(const VRegister& vd, in tbx() 381 void Assembler::tbx(const VRegister& vd, in tbx() 393 void Assembler::tbx(const VRegister& vd, in tbx() 406 void Assembler::tbx(const VRegister& vd, in tbx() 2380 void Assembler::NEON3DifferentL(const VRegister& vd, in NEON3DifferentL() [all …]
|
H A D | macro-assembler-aarch64.h | 1406 void Fadd(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Fadd() 1439 void Fcsel(const VRegister& vd, in Fcsel() 1448 void Fcvt(const VRegister& vd, const VRegister& vn) { in Fcvt() 1453 void Fcvtl(const VRegister& vd, const VRegister& vn) { in Fcvtl() 1458 void Fcvtl2(const VRegister& vd, const VRegister& vn) { in Fcvtl2() 1463 void Fcvtn(const VRegister& vd, const VRegister& vn) { in Fcvtn() 1468 void Fcvtn2(const VRegister& vd, const VRegister& vn) { in Fcvtn2() 1473 void Fcvtxn(const VRegister& vd, const VRegister& vn) { in Fcvtxn() 1478 void Fcvtxn2(const VRegister& vd, const VRegister& vn) { in Fcvtxn2() 1549 void Fdiv(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Fdiv() [all …]
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_virtio.c | 313 static status_t validate_vdev(struct vdev* vd) { in validate_vdev() 340 status_t virtio_register_device(struct trusty_virtio_bus* vb, struct vdev* vd) { in virtio_register_device() 362 struct vdev* vd; in finalize_vdev_registry() local 388 struct vdev* vd; in virtio_get_description() local 478 struct vdev* vd; in virtio_start() local 562 struct vdev* vd; in virtio_stop() local 613 struct vdev* vd; in virtio_device_reset() local 644 struct vdev* vd; in virtio_kick_vq() local
|
H A D | tipc_virtio_dev.c | 85 struct vdev vd; member 1105 static status_t tipc_vdev_reset(struct vdev* vd) { in tipc_vdev_reset() 1112 static size_t tipc_descr_size(struct vdev* vd) { in tipc_descr_size() 1117 static ssize_t tipc_get_vdev_descr(struct vdev* vd, void* descr) { in tipc_get_vdev_descr() 1238 static status_t tipc_vdev_probe(struct vdev* vd, void* descr) { in tipc_vdev_probe() 1246 static status_t tipc_vdev_kick_vq(struct vdev* vd, uint vqid) { in tipc_vdev_kick_vq()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 36 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) { in isTrackedVar() 72 const VarDecl *vd = *I; in computeMap() local 135 const VarDecl *vd) { in getValue() 196 ValueVector::reference CFGBlockValues::operator[](const VarDecl *vd) { in operator []() 268 const VarDecl *vd; member in __anonb0c3abce0411::FindVarResult 271 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult() 518 bool isTrackedVar(const VarDecl *vd) { in isTrackedVar() 526 UninitUse getUninitUse(const Expr *ex, const VarDecl *vd, Value v) { in getUninitUse() 677 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { in reportUse() 695 const VarDecl *vd = I.getVariable(); in VisitBlockExpr() local
|
/aosp_15_r20/external/XNNPACK/src/jit/ |
H A D | aarch64-assembler.cc | 393 void Assembler::fabs(VRegister vd, VRegister vn) { in fabs() 402 void Assembler::fadd(VRegister vd, VRegister vn, VRegister vm) { in fadd() 411 void Assembler::fmax(VRegister vd, VRegister vn, VRegister vm) { in fmax() 420 void Assembler::fmin(VRegister vd, VRegister vn, VRegister vm) { in fmin() 429 void Assembler::fmla(VRegister vd, VRegister vn, VRegisterLane vm) { in fmla() 442 void Assembler::fmul(VRegister vd, VRegister vn, VRegister vm) { in fmul() 451 void Assembler::fneg(VRegister vd, VRegister vn) { in fneg() 542 void Assembler::mov(VRegister vd, VRegister vn) { in mov() 550 void Assembler::movi(VRegister vd, uint8_t imm) { in movi()
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx1y-variable-templates.cpp | 60 template<typename T> constexpr T vd = T(10); variable 61 template<typename T> T* vd<T*> = new T(); variable 74 template<typename T> T vd = T(10); variable 111 template<typename T> T* vd<T*> = new T(); variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | binary3.cpp | 43 boost::optional<double> vd(1.0); in main() local 112 double vd(1.0); in main() local 157 double vd(1.0); in main() local
|
/aosp_15_r20/external/eigen/bench/ |
H A D | bench_norm.cpp | 251 VectorXd vd = VectorXd::Ones(s) * yd; in check_accuracy() local 266 VectorXd vd(s); in check_accuracy_var() local 333 VectorXd vd = VectorXd::Random(s1) * y; in main() local 349 VectorXd vd = VectorXd::Random(512) * y; in main() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_mfqe.c | 70 int uv_stride, uint8_t *ud, uint8_t *vd, in apply_ifactor() 130 uint8_t *vd, int yd_stride, int uvd_stride, in copy_block() 161 uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, in mfqe_block() 212 uint8_t *ud, uint8_t *vd, int yd_stride, in mfqe_partition() 373 uint8_t *vd = dest->v_buffer + row_offset_uv * uvd_stride + col_offset_uv; in vp9_mfqe() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | destructor.cpp | 245 VD vd; use(vd); in nowarnstack() local 275 VD* vd = new VD[4]; in nowarnarray() local 306 VD* vd = new VD(); in nowarn0() local 315 void nowarn0_explicit_dtor(F* f, VB* vb, VD* vd, VF* vf) { in nowarn0_explicit_dtor() 363 simple_ptr<VD> vd(new VD()); in nowarn1() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 110 virtual void handleUseOfUninitVariable(const VarDecl *vd, in handleUseOfUninitVariable() 114 virtual void handleConstRefUseOfUninitVariable(const VarDecl *vd, in handleConstRefUseOfUninitVariable() 120 virtual void handleSelfInit(const VarDecl *vd) {} in handleSelfInit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 110 virtual void handleUseOfUninitVariable(const VarDecl *vd, in handleUseOfUninitVariable() 114 virtual void handleConstRefUseOfUninitVariable(const VarDecl *vd, in handleConstRefUseOfUninitVariable() 120 virtual void handleSelfInit(const VarDecl *vd) {} in handleSelfInit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 110 virtual void handleUseOfUninitVariable(const VarDecl *vd, in handleUseOfUninitVariable() 114 virtual void handleConstRefUseOfUninitVariable(const VarDecl *vd, in handleConstRefUseOfUninitVariable() 120 virtual void handleSelfInit(const VarDecl *vd) {} in handleSelfInit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | UninitializedValues.h | 110 virtual void handleUseOfUninitVariable(const VarDecl *vd, in handleUseOfUninitVariable() 114 virtual void handleConstRefUseOfUninitVariable(const VarDecl *vd, in handleConstRefUseOfUninitVariable() 120 virtual void handleSelfInit(const VarDecl *vd) {} in handleSelfInit()
|
/aosp_15_r20/external/XNNPACK/src/f16-ibilinear-chw/ |
H A D | neonfp16arith.c.in | 115 const float16x4_t vd = vsub_f16(vr, vl); variable 156 const float16x4_t vd = vsub_f16(vr, vl); variable 207 const float16x4_t vd = vsub_f16(vr, vl); variable
|
/aosp_15_r20/external/XNNPACK/src/f32-vsigmoid/ |
H A D | scalar-rr2-lut2048-p1-div.c.in | 108 const float vd = vy + vone; variable 139 const float vd = vy + vone; variable 169 const float vd = vy + vone; variable
|
H A D | scalar-rr2-p5-div.c.in | 118 const float vd = ve + vone; variable 152 const float vd = ve + vone; variable 185 const float vd = ve + vone; variable
|
H A D | scalar-rr2-lut64-p2-div.c.in | 112 const float vd = vy + vone; variable 145 const float vd = vy + vone; variable 177 const float vd = vy + vone; variable
|
H A D | wasmsimd-rr2-p5-div.c.in | 117 const v128_t vd = wasm_f32x4_add(ve, vone); variable 145 const v128_t vd = wasm_f32x4_add(ve, vone); variable
|
/aosp_15_r20/external/XNNPACK/src/f16-ibilinear-chw/gen/ |
H A D | neonfp16arith-p4.c | 78 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p4() local 121 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p4() local 172 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p4() local
|
H A D | neonfp16arith-p8.c | 145 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p8() local 188 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p8() local 239 const float16x4_t vd = vsub_f16(vr, vl); in xnn_f16_ibilinear_chw_ukernel__neonfp16arith_p8() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
H A D | SQLiteRawStatementTest.java | 216 double vd = row * 2.5; in testInsert() local 264 double vd = s.getColumnDouble(1); in testInsert() local 729 double vd = i * 2.5; in testSpeedSimple() local 805 double vd = i * 2.5; in testSpeedSingleQuery() local
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | aarch32-assembler.h | 71 uint8_t vd() const { return (code & 0x1e) >> 1; } in vd() function 117 uint8_t vd() const { return code & 0xf; } in vd() function 128 uint8_t vd() const { return code & 0xf; } in vd() function 176 uint8_t vd() const { return (code & 0x7) << 1; } in vd() function
|