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

  /frameworks/base/media/libstagefright/codecs/aacdec/
lt_prediction.h 62 Real *pPredicted_samples,
63 Real *pOverlap_buffer,
64 Real *pCurrent_frame_copy,
65 Real current_frame[]);
  /external/clang/test/SemaTemplate/
qualified-names-diag.cpp 8 typedef float Real;
14 vector<Real> v2;
  /external/clang/include/clang/AST/
APValue.h 45 APSInt Real, Imag;
46 ComplexAPSInt() : Real(1), Imag(1) {}
49 APFloat Real, Imag;
50 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
142 return ((ComplexAPSInt*)(char*)Data)->Real;
158 return ((ComplexAPFloat*)(char*)Data)->Real;
194 ((ComplexAPSInt*)(char*)Data)->Real = R;
201 ((ComplexAPFloat*)(char*)Data)->Real = R;
StmtVisitor.h 160 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
RecursiveASTVisitor.h 44 OPERATOR(Real) OPERATOR(Imag) \
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 35 // Real values.
36 Real,
  /device/sample/products/
sample_addon.mk 39 # Real name of the add-on. This is the name used to build the add-on.
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 75 /// the real and imaginary pieces.
88 /// EmitStoreOfComplex - Store the specified real/imag parts into the
180 // LNot,Real,Imag never return complex.
281 /// load the real and imaginary pieces, returning them as Real/Imag.
284 llvm::Value *Real=0, *Imag=0;
289 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr->getName() + ".real");
297 return ComplexPairTy(Real, Imag);
300 /// EmitStoreOfComplex - Store the specified real/imag parts into th
    [all...]
CGExprConstant.cpp 746 Expr *Real = ILE->getInit(0);
749 Complex[0] = CGM.EmitConstantExpr(Real, Real->getType(), CGF);
    [all...]
CGCall.cpp 367 llvm::Value *RealAddr = Builder.CreateStructGEP(Addr, 0, "real");
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 90 return AsmToken(AsmToken::Real,
AsmParser.cpp 659 case AsmToken::Real: {
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 283 case AsmToken::Real:
284 Out->os() << "real: " << Lexer.getTok().getString();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /build/core/
config.mk 130 # Real boards should always be associated with an OEM vendor.
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/grub/docs/
texinfo.tex 772 % example where a page broke at this \penalty; if it happens in a real
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 118 // - int13 Fix DL when emulating a cd. In that case DL is decremented before calling real int13.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 840 % example where a page broke at this \penalty; if it happens in a real
    [all...]

Completed in 1021 milliseconds