HomeSort by relevance Sort by last modified time
    Searched refs:vr (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/e2fsprogs/doc/
Makefile.in 66 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.c 706 /** vector store: store vR at mem[rA+rB] */
708 ppc_stvx(struct ppc_function *p, uint vR, uint rA, uint rB)
710 emit_x(p, 31, vR, rA, rB, 231, "stvx\tv%u, r%u, r%u\n");
713 /** vector load: vR = mem[rA+rB] */
715 ppc_lvx(struct ppc_function *p, uint vR, uint rA, uint rB)
717 emit_x(p, 31, vR, rA, rB, 103, "lvx\tv%u, r%u, r%u\n");
720 /** load vector element word: vR = mem_word[ra+rb] */
722 ppc_lvewx(struct ppc_function *p, uint vR, uint rA, uint rB)
724 emit_x(p, 31, vR, rA, rB, 71, "lvewx\tv%u, r%u, r%u\n");
785 ppc_vzero(struct ppc_function *p, uint vr)
    [all...]
rtasm_ppc.h 161 /** vector store: store vR at mem[vA+vB] */
163 ppc_stvx(struct ppc_function *p, uint vR, uint vA, uint vB);
165 /** vector load: vR = mem[vA+vB] */
167 ppc_lvx(struct ppc_function *p, uint vR, uint vA, uint vB);
169 /** load vector element word: vR = mem_word[vA+vB] */
171 ppc_lvewx(struct ppc_function *p, uint vR, uint vA, uint vB);
206 ppc_vzero(struct ppc_function *p, uint vr);
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 114 int16x8_t vr = vcombine_s16(vrshrn_n_s32(vrl, 16), \
133 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); \
134 int32x4_t rh = vaddl_s16(vget_high_s16(yy), vget_high_s16(vr)); \
  /external/webp/src/dsp/
upsampling_neon.c 114 int16x8_t vr = vcombine_s16(vrshrn_n_s32(vrl, 16), \
133 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); \
134 int32x4_t rh = vaddl_s16(vget_high_s16(yy), vget_high_s16(vr)); \
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 530 Scalar vr = (m_eivalues.coeff(i).real() - p) * (m_eivalues.coeff(i).real() - p) + m_eivalues.coeff(i).imag() * m_eivalues.coeff(i).imag() - q * q; local
532 if ((vr == 0.0) && (vi == 0.0))
533 vr = eps * norm * (internal::abs(w) + internal::abs(q) + internal::abs(x) + internal::abs(y) + internal::abs(lastw));
535 std::complex<Scalar> cc = cdiv(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra,vr,vi);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 604 void NVPTXAsmPrinter::getVirtualRegisterName(unsigned vr, bool isVec,
606 const TargetRegisterClass *RC = MRI->getRegClass(vr);
609 unsigned mapped_vr = regmap[vr];
618 void NVPTXAsmPrinter::emitVirtualRegister(unsigned int vr, bool isVec,
620 getVirtualRegisterName(vr, isVec, O);
1667 unsigned int vr = TRI->index2VirtReg(i); local
    [all...]
NVPTXAsmPrinter.h 216 void emitVirtualRegister(unsigned int vr, bool isVec, raw_ostream &O);
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h 363 uint8_t vr,
    [all...]
  /external/libvorbis/lib/
res0.c 174 void res0_pack(vorbis_info_residue *vr,oggpack_buffer *opb){
175 vorbis_info_residue0 *info=(vorbis_info_residue0 *)vr;
268 vorbis_info_residue *vr){
269 vorbis_info_residue0 *info=(vorbis_info_residue0 *)vr;
  /frameworks/av/services/audioflinger/
Threads.cpp 3083 uint32_t vl, vr, va; local
3569 uint32_t vr = (uint32_t)(right * (1 << 24)); local
    [all...]
Tracks.cpp 915 uint32_t vr = vlr >> 16; local
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 49 int32 bbid, base::TimeDelta ts, const gfx::Rect& vr, const gfx::Size& ns)
50 : bitstream_buffer_id(bbid), timestamp(ts), visible_rect(vr),
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 161 /** vector store: store vR at mem[vA+vB] */
163 ppc_stvx(struct ppc_function *p, uint vR, uint vA, uint vB);
165 /** vector load: vR = mem[vA+vB] */
167 ppc_lvx(struct ppc_function *p, uint vR, uint vA, uint vB);
169 /** load vector element word: vR = mem_word[vA+vB] */
171 ppc_lvewx(struct ppc_function *p, uint vR, uint vA, uint vB);
206 ppc_vzero(struct ppc_function *p, uint vr);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 495 LVM_INT32 vr = (LVM_INT32)pContext->prevRightVolume << 16; local
496 LVM_INT32 incr = (((LVM_INT32)pContext->rightVolume << 16) - vr) / frameCount;
502 clamp16((LVM_INT32)((vr >> 16) * OutFrames16[2*i+1]) >> 12);
505 vr += incr;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 591 LayoutRect vr = viewRect(); local
592 LayoutRect r = intersection(ur, vr);
596 r.moveBy(-vr.location());
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/opencv/cv/src/
cvcolor.cpp 1226 int vr, vg; local
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 765 //LR[reg] = VR[vB]
767 //PR[reg] = VR[vB]
770 //VR[v] = LR[reg]
772 //VR[v] = PR[reg]
795 int simpleNullCheck(int reg, bool isPhysical, int vr);
796 int nullCheck(int reg, bool isPhysical, int exceptionNum, int vr);
    [all...]
LowerHelper.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 805 /** Approximation for vr = pow(va, vb) */
807 ppc_vec_pow(struct ppc_function *f, int vr, int va, int vb)
817 ppc_vexptefp(f, vr, t_vec); /* vr = 2^t */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 352 gl_vert_result vr = VERT_RESULT_HPOS; local
362 (void) vr;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 805 /** Approximation for vr = pow(va, vb) */
807 ppc_vec_pow(struct ppc_function *f, int vr, int va, int vb)
817 ppc_vexptefp(f, vr, t_vec); /* vr = 2^t */
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 352 gl_vert_result vr = VERT_RESULT_HPOS; local
362 (void) vr;
    [all...]

Completed in 3779 milliseconds

12 3 4