Home
last modified time | relevance | path

Searched defs:umax (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp580 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
641 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/llvm/lib/IR/
DConstantRange.cpp757 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
844 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/iproute2/tc/
Dq_hfsc.c340 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1569 inline APInt umax(const APInt &A, const APInt &B) { in umax() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1798 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
/external/llvm/include/llvm/ADT/
DAPInt.h1771 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2236 __ umax(v28.V16B(), v12.V16B(), v6.V16B()); in GenerateTestSequenceNEON() local
2237 __ umax(v20.V2S(), v19.V2S(), v26.V2S()); in GenerateTestSequenceNEON() local
2238 __ umax(v0.V4H(), v31.V4H(), v18.V4H()); in GenerateTestSequenceNEON() local
2239 __ umax(v6.V4S(), v21.V4S(), v28.V4S()); in GenerateTestSequenceNEON() local
2240 __ umax(v0.V8B(), v2.V8B(), v20.V8B()); in GenerateTestSequenceNEON() local
2241 __ umax(v4.V8H(), v11.V8H(), v22.V8H()); in GenerateTestSequenceNEON() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1405 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/external/swiftshader/src/Shader/
DShaderCore.cpp919 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1543 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::aarch64::Simulator