Searched refs:FL (Results 1 - 16 of 16) sorted by last modified time

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp680 FL = 10, // FL Florida enumerator in enum:USState
765 FL, FL, FL, FL, FL, FL, FL, FL, F
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
63 stack[StIn].fl=(short)(FL); \
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
72 FL=stack[StIn].fl; }
/external/llvm/lib/VMCore/
H A DConstants.cpp147 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(), local
149 return ConstantFP::get(Ty->getContext(), FL);
H A DMetadata.cpp216 FunctionLocalness FL, bool Insert) {
234 switch (FL) {
215 getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals, FunctionLocalness FL, bool Insert) argument
/external/llvm/include/llvm/
H A DMetadata.h118 FunctionLocalness FL, bool Insert = true);
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm398 .macro build_constants RFL, RLI, RTH, FL, LI, TH
400 lvx \FL, 0, \RFL ;# flimit
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkasumi.c125 static ulong32 FL( ulong32 in, int round_no, symmetric_key *key ) function
131 /* do the FL() operations */
154 temp = FL(left, n, skey);
158 temp = FL(temp, n++, skey);
182 temp = FL(temp, n--, skey);
184 temp = FL(left, n, skey);
/external/clang/include/clang/AST/
H A DStmt.h1123 Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP);
H A DStmtCXX.h140 SourceLocation FL, SourceLocation CL, SourceLocation RPL);
/external/clang/lib/AST/
H A DExprConstant.cpp6697 if (const FloatingLiteral *FL
6706 if (FL->getValue().convertToInteger(IgnoredVal,
H A DItaniumMangle.cpp2834 const FloatingLiteral *FL = cast<FloatingLiteral>(E); local
2836 mangleType(FL->getType());
2837 mangleFloat(FL->getValue());
H A DStmt.cpp812 Stmt *Body, SourceLocation FL,
814 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
874 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
876 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
810 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
873 ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp909 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E))
910 return FL->getValue().isPosZero();
/external/clang/lib/Lex/
H A DPTHLexer.cpp491 OwningPtr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg));
495 if (FL->isEmpty())
550 return new PTHManager(File.take(), FL.take(), IData, PerIDCache,
678 PTHStatCache(PTHFileLookup &FL) : argument
679 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
680 FL.getBase()) {}
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1012 ThreadSafetyReporter(Sema &S, SourceLocation FL, SourceLocation FEL) argument
1013 : S(S), FunLocation(FL), FunEndLocation(FEL) {}
1323 SourceLocation FL = AC.getDecl()->getLocation(); local
1325 thread_safety::ThreadSafetyReporter Reporter(S, FL, FEL);
H A DSemaChecking.cpp4461 void DiagnoseFloatingLiteralImpCast(Sema &S, FloatingLiteral *FL, QualType T, argument
4465 const llvm::APFloat &Value = FL->getValue();
4481 S.Diag(FL->getExprLoc(), diag::warn_impcast_literal_float_to_integer)
4482 << FL->getType() << T.getUnqualifiedType() << PrettySourceValue
4483 << PrettyTargetValue << FL->getSourceRange() << SourceRange(CContext);
4663 if (FloatingLiteral *FL = dyn_cast<FloatingLiteral>(InnerE)) {
4664 DiagnoseFloatingLiteralImpCast(S, FL, T, CC);

Completed in 322 milliseconds