HomeSort by relevance Sort by last modified time
    Searched refs:VF (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 14 struct VF { char a; int (V::*mp)(); };
60 // CHECK-NEXT: 0 | struct VF
79 sizeof(VF) +
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 15 virtual void VF();
18 void B::VF() {}
  /external/clang/test/SemaCXX/
destructor.cpp 207 struct VF final: VB {};
240 VF vf; use(vf); local
303 VF* vf = new VF(); local
304 delete vf;
341 simple_ptr<VF> vf(new VF())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 236 /// block to a specified vectorization factor (VF).
256 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()),
323 /// variable canonicalization. It supports both VF = 1 for unrolled loops and
326 unsigned UF, unsigned VF, PhiVector *PV);
419 unsigned VF;
    [all...]
SLPVectorizer.cpp     [all...]
  /external/qemu/target-arm/
op_helper.c 330 env->VF = (a ^ b ^ -1) & (a ^ result);
344 env->VF = (a ^ b ^ -1) & (a ^ result);
355 env->VF = (a ^ b) & (a ^ result);
369 env->VF = (a ^ b) & (a ^ result);
cpu.h 131 uint32_t VF; /* V is the bit 31. All other bits are undefined */
351 | (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
364 env->VF = (val << 3) & 0x80000000;
translate.c 633 tmp = load_cpu_field(VF);
637 tmp = load_cpu_field(VF);
657 tmp = load_cpu_field(VF);
664 tmp = load_cpu_field(VF);
675 tmp = load_cpu_field(VF);
686 tmp = load_cpu_field(VF);
    [all...]
helper.c 525 (env->CF << 29) | ((env->VF & 0x80000000) >> 3) | (env->QF << 27)
537 env->VF = (val << 3) & 0x80000000;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 957 #define BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF)\
960 cpi->fn_ptr[BT].vf = VF; \
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 161 function Af(){var a;hv[a=++iv]=Af;(jv[a]=KE+wC,_e).call(this,(jv[a]=KE+iw,wf(),(jv[a]=KE+wC,vf)));iv=a-1}
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 49 ?????5?]???????vJ????`???~<k?c?L?5??{ ??v???,??vf?0?QIe????.???????????=?K?n??X(??????}/?Udz??\ t????`o?<F ?Cw?@2?gH??H??n7^?4?6??Y??4V(= ??t%m?2j~???? O??+[ ?????0)??o????`??c?xt??? ?%??H.?òn????S??' ??U?,?????(`f?? ??K?8???f_??t?X/?g?Ok?4??;?.RL?@??}?>????????? ??a?? ??V??vh?S??`?)3(?p?;??4
    [all...]

Completed in 558 milliseconds