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

  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 5 virtual int vf2() { return 2; } function in struct:A
27 return f(&a, &A::vf2);
member-function-pointers.cpp 14 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); };
32 void (A::*pa4)() = &A::vf2;
73 void (A::*pa4)() = &A::vf2;
  /external/clang/test/CodeGen/
Nontemporal.cpp 14 float __attribute__((vector_size(16))) vf1, vf2; variable
32 __builtin_nontemporal_store(vf1, &vf2); // CHECK: store <4 x float>{{.*}}align 16, !nontemporal
46 vf2 = __builtin_nontemporal_load(&vf1); // CHECK: load <4 x float>{{.*}}align 16, !nontemporal
builtins-ppc-altivec.c 8974 vector float vf2 = (vector float)(2.0); local
    [all...]
  /external/eigen/unsupported/test/
openglsupport.cpp 181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; local
182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix());
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; local
201 VERIFY_MATRIX(glScale(vf2), Projective3f(Scaling(vf23)).matrix());
  /external/clang/test/Parser/
cxx-class.cpp 33 virtual int vf2() = 00; // expected-error {{does not look like a pure-specifier}}
  /external/libvorbis/include/vorbis/
vorbisfile.h 196 extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
  /external/libvorbis/lib/
vorbisfile.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-full-vu0.s 68 vmadday $ACC, $vf2, $vf5
149 vadd.xyzw $vf0,$vf1,$vf2
r5900-error-vu0.s 521 vopmsub $vf1, $vf2, $vf3x
528 vopmula $R, $vf1, $vf2
r5900-error-vu0.l 517 .*: Error: invalid operands `vopmsub \$vf1,\$vf2,\$vf3x'
524 .*: Error: invalid operands `vopmula \$R,\$vf1,\$vf2'
    [all...]
r5900-all-vu0.s     [all...]

Completed in 707 milliseconds