/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 580 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/ |
D | ConstantRange.cpp | 757 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/ |
D | q_hfsc.c | 340 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1569 inline APInt umax(const APInt &A, const APInt &B) { in umax() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1798 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1771 inline const APInt &umax(const APInt &A, const APInt &B) { in umax() function
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2236 __ 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/ |
D | nv50_ir_peephole.cpp | 1405 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 919 void ShaderCore::umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umax() function in sw::ShaderCore
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1543 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::aarch64::Simulator
|