/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_16bpp_neon.S | 53 umax v4.8h, v4.8h, v5.8h 54 umax v5.8h, v6.8h, v7.8h 55 umax \tmp1\().8h, \tmp1\().8h, \tmp2\().8h 57 umax v4.8h, v4.8h, v5.8h 60 umax v4.8h, v4.8h, \tmp1\().8h // max(abs(p3 - p2), ..., abs(q2 - q3)) 84 umax v6.8h, v6.8h, v2.8h 85 umax v1.8h, v1.8h, \tmp1\().8h 86 umax \tmp2\().8h, \tmp2\().8h, \tmp3\().8h 89 umax v6.8h, v6.8h, v1.8h 91 umax v6.8h, v6.8h, \tmp2\().8h [all …]
|
D | vp9lpf_neon.S | 182 umax v4\sz, v4\sz, v5\sz 183 umax v5\sz, v6\sz, v7\sz 184 umax \tmp1\sz, \tmp1\sz, \tmp2\sz 186 umax v4\sz, v4\sz, v5\sz 189 umax v4\sz, v4\sz, \tmp1\sz // max(abs(p3 - p2), ..., abs(q2 - q3)) 215 umax v6\sz, v6\sz, v2\sz 216 umax v1\sz, v1\sz, \tmp1\sz 217 umax \tmp2\sz, \tmp2\sz, \tmp3\sz 220 umax v6\sz, v6\sz, v1\sz 222 umax v6\sz, v6\sz, \tmp2\sz [all …]
|
D | h264dsp_neon.S | 76 umax v23.16B, v23.16B, v22.16B 80 umax v28.16B, v28.16B, v22.16B
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_sdltest.c | 90 Uint64 umax; in sdltest_randomNumber() local 94 umax = (1 << 8) - 1; in sdltest_randomNumber() 96 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber() 105 umax = (1 << 16) - 1; in sdltest_randomNumber() 107 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber() 116 umax = ((Uint64)1 << 32) - 1; in sdltest_randomNumber() 118 …ck(result >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: … in sdltest_randomNumber()
|
/third_party/glslang/Test/ |
D | 300BuiltIns.frag | 4 uint umax, umin; 43 uvec4 uv10 = clamp(uv4y, umin, umax);
|
/third_party/boost/boost/convert/ |
D | strtol.hpp | 177 unsigned_type const umax = max + (is_negative ? 1 : 0); in str_to_i() local 178 unsigned_type const cutoff = umax / base; in str_to_i() 179 uint_type const cutlim = umax % base; in str_to_i()
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
D | sends.asm | 30 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 1 rlen 0 { align1 … 32 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 2 ex_mlen 1 rlen 0 { align1 2… 46 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 254, SIMD16, umax) mlen 2 ex_mlen 2 rlen 0 { … 144 …dp data 1 MsgDesc: ( DC typed atomic, Surface = 0, SIMD16, umax) mlen 1 ex_mlen 1 rlen 1 { align1 … 186 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 1 ex_mlen 1 rlen 1 { ali… 200 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 2 rlen 2 { al… 216 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 1 ex_mlen 1 rlen 0 { ali… 228 …dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 2 ex_mlen 2 rlen 0 { al…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 999 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange 1004 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() 1005 APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1; in umax() 1182 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() 1187 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem() 1210 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local 1211 return getNonEmpty(std::move(umax), APInt::getNullValue(getBitWidth())); in binaryOr() 1427 APIntOps::umax(-SMin, SMax) + 1); in abs()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_uniform_atomics.c | 69 OP(umax, umax) in parse_atomic_op()
|
D | nir_opt_load_store_vectorize.c | 89 ATOMIC(nir_var_mem_ssbo, ssbo, umax, 0, 1, -1, 2) in get_info() 103 ATOMIC(0, deref, umax, -1, -1, 0, 1) in get_info() 117 ATOMIC(nir_var_mem_shared, shared, umax, -1, 0, -1, 1) in get_info() 131 ATOMIC(nir_var_mem_global, global, umax, -1, 0, -1, 1) in get_info()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.cpp | 765 constexpr GLuint umax = UINT_MAX; in GetUnsizedEffectiveInternalFormatInfo() local 774 { GL_ALPHA8_EXT, GL_ALPHA, 0, umax, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo() 775 { GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, umax, 0, umax, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo() 776 { GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA, 1, 8, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo() 777 { GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo() 778 { GL_RGB8, GL_RGB, 6, 8, 7, 8, 6, 8, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
|
/third_party/glslang/Test/baseResults/ |
D | 300BuiltIns.frag.out | 106 0:43 'umax' ( global mediump uint) 193 0:? 'umax' ( global mediump uint) 313 0:43 'umax' ( global mediump uint) 400 0:? 'umax' ( global mediump uint)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 372 ConstantRange umax(const ConstantRange &Other) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES3.cpp | 993 constexpr GLuint umax = UINT_MAX; in GetUnsizedEffectiveInternalFormatInfo() local 1002 { GL_ALPHA8_EXT, GL_ALPHA, 0, umax, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo() 1003 { GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, umax, 0, umax, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo() 1004 { GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA, 1, 8, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo() 1005 { GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo() 1006 { GL_RGB8, GL_RGB, 6, 8, 7, 8, 6, 8, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
|
/third_party/openh264/codec/processing/src/arm64/ |
D | vaa_calc_aarch64_neon.S | 110 umax v31.16b, v31.16b,v30.16b 197 umax v31.16b, v31.16b,v3.16b //p_mad 237 umax v26.16b, v26.16b,v3.16b //p_mad
|
/third_party/boost/boost/regex/v4/ |
D | basic_regex_parser.hpp | 47 inline boost::intmax_t umax(mpl::false_ const&) in umax() function 52 inline boost::intmax_t umax(mpl::true_ const&) in umax() function 57 inline boost::intmax_t umax() in umax() function 59 …return umax(mpl::bool_<std::numeric_limits<boost::intmax_t>::digits >= std::numeric_limits<std::si… in umax() 1173 if((v < 0) || (v > umax())) in parse_repeat_range() 1222 max = ((v >= 0) && (v < umax())) ? (std::size_t)v : (std::numeric_limits<std::size_t>::max)(); in parse_repeat_range()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.1.rst | 108 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 98 UOPC(umax, SELECT, 0_1_0, LT),
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 733 ALU_CASE(umax, umax); in emit_alu() 2085 ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic() 2096 IMAGE_ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 118 def : GINodeEquiv<G_UMAX, umax>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 127 experimental_vector_reduce_umax, // llvm.experimental.vector.reduce.umax
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | reconstruct_aarch64_neon.S | 97 umax \arg0\().8h, \arg0\().8h, \arg1\().8h 99 umax \arg2\().8h, \arg2\().8h, \arg3\().8h
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
D | send.asm | 596 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 4 rlen 0 { align1 1Q }; 598 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 4 rlen 0 { align1 2Q }; 1236 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD16, umax) mlen 3 rlen 1 { align1 1Q }; 1238 … dp data 1 MsgDesc: ( DC typed atomic, Surface = 1, SIMD8, umax) mlen 3 rlen 1 { align1 2Q }; 1326 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 2 rlen 1 { align1 1Q }; 1340 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 4 rlen 2 { align1 1H }; 1366 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD8, umax) mlen 2 rlen 0 { align1 1Q }; 1380 … dp data 1 MsgDesc: ( DC untyped atomic op, Surface = 1, SIMD16, umax) mlen 4 rlen 0 { align1 1H };
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 288 void umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
/third_party/openh264/codec/common/arm64/ |
D | deblocking_aarch64_neon.S | 846 umax v1.16b, v18.16b, v16.16b 847 umax v0.16b, v19.16b, v17.16b
|