HomeSort by relevance Sort by last modified time
    Searched refs:maxnum (Results 1 - 16 of 16) 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/llvm/lib/Analysis/
VectorUtils.cpp 45 case Intrinsic::maxnum:
190 return checkBinaryFloatSignature(*CI, Intrinsic::maxnum);
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 673 /// Implements IEEE maxNum semantics. Returns the larger of the 2 arguments if
676 inline APFloat maxnum(const APFloat &A, const APFloat &B) { function in namespace:llvm
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 647 case Intrinsic::maxnum:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 544 TEST(APFloatTest, MaxNum) {
549 EXPECT_EQ(2.0, maxnum(f1, f2).convertToDouble());
550 EXPECT_EQ(2.0, maxnum(f2, f1).convertToDouble());
551 EXPECT_EQ(1.0, maxnum(f1, nan).convertToDouble());
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 698 case Intrinsic::maxnum:
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 3711 milliseconds