Searched defs:FL (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc73 short FL, testNum; local
137 printf("[-FL num] : Set (initial) frame length in msec. Valid length are \n");
241 if(!strcmp ("-FL", argv[i])) {
876 (int16_t*)streamdata, &FL);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscam02.c53 cmsFloat64Number n, Nbb, Ncb, z, FL, D; member in struct:__anon28668
81 cmsFloat64Number k, FL; local
84 FL = 0.2 * pow(k, 4.0) * (5.0 * pMod->LA) + 0.1 *
88 return FL;
158 temp = pow((-1.0 * pMod->FL * clr.RGBp[i] / 100.0), 0.42);
162 temp = pow((pMod->FL * clr.RGBp[i] / 100.0), 0.42);
227 (pMod->adoptedWhite.A + 4.0) * pow(pMod->FL, 0.25);
236 clr.M = clr.C * pow(pMod->FL, 0.25);
305 clr.RGBp[i] = c1 * (100.0 / pMod->FL) *
411 lpMod -> FL
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGraphicsStateDictionary_autogen.cpp369 double SkPdfGraphicsStateDictionary::FL(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
370 SkPdfNativeObject* ret = get("FL", "");
378 return get("FL", "") != NULL;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc172 printf("[-FL num] :Set (initial) frame length in msec. Valid length"
256 if (!strcmp ("-FL", argv[i])) {
741 short FL; local
743 err = WebRtcIsacfix_ReadFrameLen((int16_t*)streamdata, &FL);
747 if (err<0 || declen<0 || FL!=declen) {
/external/llvm/lib/IR/
H A DMetadata.cpp220 FunctionLocalness FL, bool Insert) {
238 switch (FL) {
219 getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals, FunctionLocalness FL, bool Insert) argument
H A DConstants.cpp191 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(), local
193 return ConstantFP::get(Ty->getContext(), FL);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGraphicsStateDictionary_autogen.cpp369 double SkPdfGraphicsStateDictionary::FL(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
370 SkPdfNativeObject* ret = get("FL", "");
378 return get("FL", "") != NULL;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c182 printf("[-FL num] :Set (initial) frame length in msec. Valid length"
266 if (!strcmp ("-FL", argv[i])) {
753 short FL; local
755 err = WebRtcIsacfix_ReadFrameLen((WebRtc_Word16*)streamdata, &FL);
759 if (err<0 || declen<0 || FL!=declen) {
/external/clang/lib/Lex/
H A DPTHLexer.cpp500 std::unique_ptr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg));
504 if (FL->isEmpty())
563 return new PTHManager(File.release(), FL.release(), IData, PerIDCache,
703 PTHStatCache(PTHFileLookup &FL) : argument
704 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
705 FL.getBase()) {}
/external/clang/lib/AST/
H A DItaniumMangle.cpp3081 const FloatingLiteral *FL = cast<FloatingLiteral>(E); local
3083 mangleType(FL->getType());
3084 mangleFloat(FL->getValue());
H A DStmt.cpp790 Stmt *Body, SourceLocation FL,
792 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
852 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
854 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
788 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
851 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1237 LoadInst *FL = local
1243 FL->setAlignment(LI->getAlignment());
1246 FL->setMetadata(LLVMContext::MD_tbaa, Tag);
1249 Value *V = IRB.CreateSelect(SI.getCondition(), TL, FL,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1960 static bool isIncrementOrInitInForLoop(const Stmt *S, const Stmt *FL) { argument
1961 if (const ForStmt *FS = dyn_cast<ForStmt>(FL))
1963 if (const CXXForRangeStmt *FRS = dyn_cast<CXXForRangeStmt>(FL))
/external/clang/lib/Sema/
H A DSemaChecking.cpp5752 void DiagnoseFloatingLiteralImpCast(Sema &S, FloatingLiteral *FL, QualType T, argument
5756 const llvm::APFloat &Value = FL->getValue();
5780 S.Diag(FL->getExprLoc(), diag::warn_impcast_literal_float_to_integer)
5781 << FL->getType() << T.getUnqualifiedType() << PrettySourceValue
5782 << PrettyTargetValue << FL->getSourceRange() << SourceRange(CContext);
5946 if (FloatingLiteral *FL = dyn_cast<FloatingLiteral>(InnerE)) {
5947 DiagnoseFloatingLiteralImpCast(S, FL, T, CC);

Completed in 328 milliseconds