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

  /external/clang/test/SemaTemplate/
qualified-names-diag.cpp 8 typedef float Real;
14 vector<Real> v2;
  /external/clang/include/clang/AST/
APValue.h 72 APSInt Real, Imag;
73 ComplexAPSInt() : Real(1), Imag(1) {}
76 APFloat Real, Imag;
77 ComplexAPFloat() : Real(0.0), Imag(0.0) {}
212 return ((ComplexAPSInt*)(char*)Data)->Real;
228 return ((ComplexAPFloat*)(char*)Data)->Real;
360 ((ComplexAPSInt*)(char*)Data)->Real = R;
367 ((ComplexAPFloat*)(char*)Data)->Real = R;
StmtVisitor.h 158 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
RecursiveASTVisitor.h 44 OPERATOR(Real) OPERATOR(Imag) \
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 34 // Real values.
35 Real,
  /device/sample/products/
sample_addon.mk 42 # Real name of the add-on. This is the name used to build the add-on.
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 72 /// the real and imaginary pieces.
82 /// EmitStoreOfComplex - Store the specified real/imag parts into the
183 // LNot,Real,Imag never return complex.
290 /// load the real and imaginary pieces, returning them as Real/Imag.
293 llvm::Value *Real=0, *Imag=0;
298 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr->getName() + ".real");
306 return ComplexPairTy(Real, Imag);
309 /// EmitStoreOfComplex - Store the specified real/imag parts into th
    [all...]
CGCall.cpp 563 llvm::Value *RealAddr = Builder.CreateStructGEP(LV.getAddress(), 0, "real");
    [all...]
CGBuiltin.cpp 237 Value *Real = ComplexVal.first;
245 return RValue::getComplex(std::make_pair(Real, Imag));
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 90 return AsmToken(AsmToken::Real,
AsmParser.cpp 750 case AsmToken::Real: {
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 248 case AsmToken::Real:
249 Out->os() << "real: " << Lexer.getTok().getString();
  /build/core/
config.mk 142 # Real boards should always be associated with an OEM vendor.
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 44 OPERATOR(Real) OPERATOR(Imag) \
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 772 if (getLexer().is(AsmToken::Integer) || getLexer().is(AsmToken::Real) ||
    [all...]
  /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...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js 643 throw(new Error("Browser does not support real time audio output."));
    [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 652 milliseconds