Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 25 of 3235) sorted by relevance

12345678910>>...130

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dquant_non_intra.c186 qtA0 = vfp(vec_madd(vfp(sA0), reA0, vfp(zero))); \ in quant_non_intra_altivec()
187 qtA1 = vfp(vec_madd(vfp(sA1), reA1, vfp(zero))); \ in quant_non_intra_altivec()
188 qtB0 = vfp(vec_madd(vfp(sB0), reB0, vfp(zero))); \ in quant_non_intra_altivec()
189 qtB1 = vfp(vec_madd(vfp(sB1), reB1, vfp(zero))); \ in quant_non_intra_altivec()
192 rmA0 = vfp(vec_nmsub(vfp(dA0), vfp(qtA0), vfp(sA0))); \ in quant_non_intra_altivec()
193 rmA1 = vfp(vec_nmsub(vfp(dA1), vfp(qtA1), vfp(sA1))); \ in quant_non_intra_altivec()
194 rmB0 = vfp(vec_nmsub(vfp(dB0), vfp(qtB0), vfp(sB0))); \ in quant_non_intra_altivec()
195 rmB1 = vfp(vec_nmsub(vfp(dB1), vfp(qtB1), vfp(sB1))); \ in quant_non_intra_altivec()
198 qtA0 = vfp(vec_madd(vfp(rmA0), reA0, vfp(qtA0))); \ in quant_non_intra_altivec()
199 qtA1 = vfp(vec_madd(vfp(rmA1), reA1, vfp(qtA1))); \ in quant_non_intra_altivec()
[all …]
H A Dfdct.c225 mzero = vfp(vec_splat_u32(-1)); in fdct_altivec()
238 b00 = vfp(vec_ld(0, bp)); in fdct_altivec()
239 b40 = vfp(vec_ld(16*4, bp)); in fdct_altivec()
243 b10 = vfp(vec_ld(0, bp)); in fdct_altivec()
244 b50 = vfp(vec_ld(16*4, bp)); in fdct_altivec()
248 b20 = vfp(vec_ld(0, bp)); in fdct_altivec()
249 b60 = vfp(vec_ld(16*4, bp)); in fdct_altivec()
253 b30 = vfp(vec_ld(0, bp)); in fdct_altivec()
254 b70 = vfp(vec_ld(16*4, bp)); in fdct_altivec()
267 b00 = vfp(MERGE_S16(h, x0, x4)); in fdct_altivec()
[all …]
H A Didct.c226 x0 = vfp(vec_ld(0, bp)); in idct_altivec()
227 x4 = vfp(vec_ld(16*4, bp)); in idct_altivec()
228 b00 = vfp(MERGE_S16(h, x0, x4)); in idct_altivec()
231 x1 = vfp(vec_ld(0, bp)); in idct_altivec()
232 x5 = vfp(vec_ld(16*4, bp)); in idct_altivec()
236 x2 = vfp(vec_ld(0, bp)); in idct_altivec()
237 x6 = vfp(vec_ld(16*4, bp)); in idct_altivec()
241 x3 = vfp(vec_ld(0, bp)); in idct_altivec()
242 x7 = vfp(vec_ld(16*4, bp)); in idct_altivec()
364 cnsts0 = vfp(vec_splat_u8(0)); in idct_altivec()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcrypto_helper.c35 rk.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
36 rk.l[1] = float64_val(env->vfp.regs[rm + 1]); in HELPER()
37 st.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
38 st.l[1] = float64_val(env->vfp.regs[rd + 1]); in HELPER()
51 env->vfp.regs[rd] = make_float64(st.l[0]); in HELPER()
235 d.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
237 n.l[0] = float64_val(env->vfp.regs[rn]); in HELPER()
239 m.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
280 m.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
294 d.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcrypto_helper.c35 rk.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
36 rk.l[1] = float64_val(env->vfp.regs[rm + 1]); in HELPER()
37 st.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
38 st.l[1] = float64_val(env->vfp.regs[rd + 1]); in HELPER()
51 env->vfp.regs[rd] = make_float64(st.l[0]); in HELPER()
235 d.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
237 n.l[0] = float64_val(env->vfp.regs[rn]); in HELPER()
239 m.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
280 m.l[0] = float64_val(env->vfp.regs[rm]); in HELPER()
294 d.l[0] = float64_val(env->vfp.regs[rd]); in HELPER()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/platform/python/
H A Dvfs-py.c14 if (!vfp) { in VFileFromPython()
18 vfp->fileobj = fileobj; in VFileFromPython()
19 vfp->d.close = _vfpClose; in VFileFromPython()
20 vfp->d.seek = _vfpSeek; in VFileFromPython()
21 vfp->d.read = _vfpRead; in VFileFromPython()
23 vfp->d.write = _vfpWrite; in VFileFromPython()
24 vfp->d.map = _vfpMap; in VFileFromPython()
25 vfp->d.unmap = _vfpUnmap; in VFileFromPython()
27 vfp->d.size = _vfpSize; in VFileFromPython()
28 vfp->d.sync = _vfpSync; in VFileFromPython()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/platform/python/
H A Dvfs-py.c14 if (!vfp) { in VFileFromPython()
18 vfp->fileobj = fileobj; in VFileFromPython()
19 vfp->d.close = _vfpClose; in VFileFromPython()
20 vfp->d.seek = _vfpSeek; in VFileFromPython()
21 vfp->d.read = _vfpRead; in VFileFromPython()
23 vfp->d.write = _vfpWrite; in VFileFromPython()
24 vfp->d.map = _vfpMap; in VFileFromPython()
25 vfp->d.unmap = _vfpUnmap; in VFileFromPython()
27 vfp->d.size = _vfpSize; in VFileFromPython()
28 vfp->d.sync = _vfpSync; in VFileFromPython()
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dasnval.c552 ValFlagPtr vfp in DoLockFarComponents() argument
687 vfp = vcp->vfp; in ValidCallback()
1600 vcd.vfp = vfp; in DoValidation()
1625 if (vfp->verbosity == 4 && !vfp->has_errors) { in DoValidation()
1645 ValFlagPtr vfp in ValidateOneSep() argument
1729 } else if (vfp->type >= 2 && vfp->type <= 5) { in ProcessSingleRecord()
2057 } else if (vfp->verbosity == 0 || vfp->verbosity == 6) { in ProcessMultipleRecord()
2064 while ((! vfp->io_failure) && maxcount < vfp->maxcount && in ProcessMultipleRecord()
2309 } else if (vfp->verbosity == 0 || vfp->verbosity == 6) { in ValidWrapper()
2377 StringNCpy_0 (vfp->path, filename, sizeof (vfp->path)); in ProcessOneRecord()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DNLfit.h67 vfp * smodel, /* pointer to signal model */
87 vfp * nmodel, /* pointer to noise model */
180 vfp nmodel, /* pointer to noise model */
181 vfp smodel, /* pointer to signal model */
204 vfp nmodel, /* pointer to noise model */
205 vfp smodel, /* pointer to signal model */
231 vfp nmodel, /* pointer to noise model */
232 vfp smodel, /* pointer to signal model */
262 vfp nmodel, /* pointer to noise model */
263 vfp smodel, /* pointer to signal model */
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dvfpacket.w29 fw = *(vfp++); \
30 fw = fw * 256 + *(vfp++); \
86 vfp += 4;
89 vfp += 8;
93 vfp += (int) k;
118 eight_bits *vfp = *vfpp;
120 u.b[i] = *(vfp++);
121 *vfpp = vfp;
135 eight_bits *vfp;
147 assert(vfp != NULL);
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_fetch_proc.c113 VTAILQ_INIT(&vc->vfp); in VFP_Setup()
128 if (vfe->vfp->fini != NULL) in VFP_Close()
129 vfe->vfp->fini(vc, vfe); in VFP_Close()
133 VTAILQ_REMOVE(&vc->vfp, vfe, list); in VFP_Close()
149 if (vfe->vfp->init == NULL) in VFP_Open()
153 vfe->vfp->name); in VFP_Open()
157 vfe->vfp->name); in VFP_Open()
189 vp = vfe->vfp->pull(vc, vfe, p, lp); in VFP_Suck()
192 vfe->vfp->name, vp); in VFP_Suck()
210 VFP_Push(struct vfp_ctx *vc, const struct vfp *vfp) in VFP_Push() argument
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/MPIParallel/
H A DvtkMPIMultiBlockPLOT3DReader.cxx71 vtkIdType ReadScalar(void* vfp, vtkTypeUInt64 offset, vtkIdType preskip, vtkIdType n, in ReadScalar() argument
75 vtkMPIOpaqueFileHandle* fp = reinterpret_cast<vtkMPIOpaqueFileHandle*>(vfp); in ReadScalar()
190 int vtkMPIMultiBlockPLOT3DReader::OpenFileForDataRead(void*& vfp, const char* fname) in OpenFileForDataRead() argument
194 return this->Superclass::OpenFileForDataRead(vfp, fname); in OpenFileForDataRead()
215 vfp = nullptr; in OpenFileForDataRead()
218 vfp = handle; in OpenFileForDataRead()
223 void vtkMPIMultiBlockPLOT3DReader::CloseFile(void* vfp) in CloseFile() argument
227 this->Superclass::CloseFile(vfp); in CloseFile()
231 vtkMPIOpaqueFileHandle* handle = reinterpret_cast<vtkMPIOpaqueFileHandle*>(vfp); in CloseFile()
256 vfp, offset, preskip, n, postskip, intArray->GetPointer(0), record) == n; in ReadIntScalar()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/MPIParallel/
H A DvtkMPIMultiBlockPLOT3DReader.cxx66 vtkIdType ReadScalar(void* vfp, in ReadScalar() argument
135 vtkIdType ReadVector(void* vfp, in ReadVector() argument
200 return this->Superclass::OpenFileForDataRead(vfp, fname); in OpenFileForDataRead()
222 vfp = nullptr; in OpenFileForDataRead()
225 vfp = handle; in OpenFileForDataRead()
230 void vtkMPIMultiBlockPLOT3DReader::CloseFile(void* vfp) in CloseFile() argument
234 this->Superclass::CloseFile(vfp); in CloseFile()
248 void* vfp, int extent[6], int wextent[6], in ReadIntScalar() argument
270 void* vfp, in ReadScalar() argument
289 vfp, offset, preskip, n, postskip, floatArray->GetPointer(0), in ReadScalar()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp257 ((uint64_t *)&m_state.context.vfp.__v[0])[0], in GetVFPState()
258 ((uint64_t *)&m_state.context.vfp.__v[0])[1], in GetVFPState()
321 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in GetVFPState()
1588 offsetof(DNBArchMachARM64::Context, vfp))
1592 offsetof(DNBArchMachARM64::Context, vfp))
1596 offsetof(DNBArchMachARM64::Context, vfp))
2095 ::memcpy(p, &m_state.context.vfp, sizeof(m_state.context.vfp)); in GetRegisterContext()
2096 p += sizeof(m_state.context.vfp); in GetRegisterContext()
2129 ::memcpy(&m_state.context.vfp, p, sizeof(m_state.context.vfp)); in SetRegisterContext()
2130 p += sizeof(m_state.context.vfp); in SetRegisterContext()
[all …]
/dports/misc/sword/sword-1.8.1/utilities/
H A Dgbfidx.cpp49 int fp, vfp, cfp, bfp; variable
79 write(vfp, &size, 2); in main()
81 write(vfp, &size, 2); in main()
109 close(vfp); in main()
136 write(vfp, &chapsize, 2); in writeidx()
138 pos = lseek(vfp, 0, SEEK_CUR); in writeidx()
141 write(vfp, &chapsize, 2); in writeidx()
144 write(vfp, &offset, 4); in writeidx()
145 write(vfp, &size, 2); in writeidx()
150 write(vfp, &pos, 4); in writeidx()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp226 ((uint64_t *)&m_state.context.vfp.__v[0])[1], in GetVFPState()
257 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in GetVFPState()
266 uint32_t *r = &m_state.context.vfp.__r[0]; in GetVFPState()
435 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in SetVFPState()
439 uint32_t *r = &m_state.context.vfp.__r[0]; in SetVFPState()
1640 offsetof(DNBArchMachARM::Context, vfp))
2086 ::memcpy(p, &m_state.context.vfp, sizeof(m_state.context.vfp)); in GetRegisterContext()
2087 p += sizeof(m_state.context.vfp); in GetRegisterContext()
2120 ::memcpy(&m_state.context.vfp, p, sizeof(m_state.context.vfp)); in SetRegisterContext()
2121 p += sizeof(m_state.context.vfp); in SetRegisterContext()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp226 ((uint64_t *)&m_state.context.vfp.__v[0])[1], in GetVFPState()
257 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in GetVFPState()
266 uint32_t *r = &m_state.context.vfp.__r[0]; in GetVFPState()
435 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in SetVFPState()
439 uint32_t *r = &m_state.context.vfp.__r[0]; in SetVFPState()
1638 offsetof(DNBArchMachARM::Context, vfp))
2084 ::memcpy(p, &m_state.context.vfp, sizeof(m_state.context.vfp)); in GetRegisterContext()
2085 p += sizeof(m_state.context.vfp); in GetRegisterContext()
2118 ::memcpy(&m_state.context.vfp, p, sizeof(m_state.context.vfp)); in SetRegisterContext()
2119 p += sizeof(m_state.context.vfp); in SetRegisterContext()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp228 ((uint64_t *)&m_state.context.vfp.__v[0])[1], in GetVFPState()
259 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in GetVFPState()
268 uint32_t *r = &m_state.context.vfp.__r[0]; in GetVFPState()
439 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in SetVFPState()
443 uint32_t *r = &m_state.context.vfp.__r[0]; in SetVFPState()
1644 offsetof(DNBArchMachARM::Context, vfp))
2090 ::memcpy(p, &m_state.context.vfp, sizeof(m_state.context.vfp)); in GetRegisterContext()
2091 p += sizeof(m_state.context.vfp); in GetRegisterContext()
2124 ::memcpy(&m_state.context.vfp, p, sizeof(m_state.context.vfp)); in SetRegisterContext()
2125 p += sizeof(m_state.context.vfp); in SetRegisterContext()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp226 ((uint64_t *)&m_state.context.vfp.__v[0])[1], in GetVFPState()
257 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in GetVFPState()
266 uint32_t *r = &m_state.context.vfp.__r[0]; in GetVFPState()
435 m_state.context.vfp.__fpsr, m_state.context.vfp.__fpcr); in SetVFPState()
439 uint32_t *r = &m_state.context.vfp.__r[0]; in SetVFPState()
1640 offsetof(DNBArchMachARM::Context, vfp))
2086 ::memcpy(p, &m_state.context.vfp, sizeof(m_state.context.vfp)); in GetRegisterContext()
2087 p += sizeof(m_state.context.vfp); in GetRegisterContext()
2120 ::memcpy(&m_state.context.vfp, p, sizeof(m_state.context.vfp)); in SetRegisterContext()
2121 p += sizeof(m_state.context.vfp); in SetRegisterContext()
[all …]

12345678910>>...130