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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 69 * Read up to \c maxnum objects each of size \c size from the data
75 size_t size, size_t maxnum);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 69 * Read up to \c maxnum objects each of size \c size from the data
75 size_t size, size_t maxnum);
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 69 * Read up to \c maxnum objects each of size \c size from the data
75 size_t size, size_t maxnum);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h 69 * Read up to \c maxnum objects each of size \c size from the data
75 size_t size, size_t maxnum);
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 286 const Scalar maxnum = NumTraits<Scalar>::infinity(); local
299 return maxnum;
930 const Scalar maxnum = NumTraits<Scalar>::infinity(); local
936 return maxnum;
947 return maxnum;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 676 /// Implements IEEE maxNum semantics. Returns the larger of the 2 arguments if
679 inline APFloat maxnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
  /external/llvm/lib/Analysis/
VectorUtils.cpp 46 case Intrinsic::maxnum:
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 309 case Intrinsic::maxnum: Opcode = ISD::FMAXNUM; break;
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 773 case Intrinsic::maxnum:
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 543 TEST(APFloatTest, MaxNum) {
548 EXPECT_EQ(2.0, maxnum(f1, f2).convertToDouble());
549 EXPECT_EQ(2.0, maxnum(f2, f1).convertToDouble());
550 EXPECT_EQ(1.0, maxnum(f1, nan).convertToDouble());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 698 case Intrinsic::maxnum:
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 576 return RValue::get(emitBinaryBuiltin(*this, E, Intrinsic::maxnum));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 1076 milliseconds