HomeSort by relevance Sort by last modified time
    Searched defs:Sem (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
crashes.cpp 163 const fltSemantics &Sem = foobar();
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 842 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics();
843 APFloat apfLHS = APFloat(Sem, LHS.IntVal);
847 apfLHS.add(APFloat(Sem, RHS.IntVal), APFloat::rmNearestTiesToEven);
851 apfLHS.subtract(APFloat(Sem, RHS.IntVal),
856 apfLHS.multiply(APFloat(Sem, RHS.IntVal),
861 apfLHS.divide(APFloat(Sem, RHS.IntVal),
866 apfLHS.mod(APFloat(Sem, RHS.IntVal));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 543 milliseconds