Searched defs:Sf (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp10 static constexpr int Sf();
20 int (*Sf)() = &S::Sf;
32 constexpr int S::Sf() { return 2; } function in class:S
/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c4 typedef struct s1 { float f; } Sf; typedef in typeref:struct:s1
6 typedef struct s4 { Sf fs; } SSf;
9 void bar(Sf a, Sd b, SSf d, SSd e) {}
30 Sf p1 = { 22.63f };
/external/bsdiff/
H A Dbsdiff.cc148 off_t s,Sf,lenf,Sb,lenb; local
243 s=0;Sf=0;lenf=0;
247 if(s*2-i>Sf*2-lenf) { Sf=s; lenf=i; };
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp868 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); local
870 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf);
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp904 #define Sf( y, x ) ((float*)(srcdata + y*srcstep))[x] macro
984 double d = det2(Sf);
990 t0 = Sf(0,0)*d;
991 t1 = Sf(1,1)*d;
994 t0 = -Sf(0,1)*d;
995 t1 = -Sf(1,0)*d;
1023 double d = det3(Sf);
1030 t[0] = (float)((Sf(1,1) * Sf(2,2) - Sf(
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} argument
874 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor argument
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8966 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); local
8967 PrintSubFrameworkCommand(Sf, Command.Ptr);
8969 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); local
8970 PrintSubUmbrellaCommand(Sf, Command.Ptr);

Completed in 358 milliseconds