/external/libopus/celt/x86/ |
D | vq_sse2.c | 155 __m128 max, max2; in op_pvq_search_sse2() local 183 max2 = _mm_max_ps(max, _mm_shuffle_ps(max, max, _MM_SHUFFLE(1, 0, 3, 2))); in op_pvq_search_sse2() 184 max2 = _mm_max_ps(max2, _mm_shuffle_ps(max2, max2, _MM_SHUFFLE(2, 3, 0, 1))); in op_pvq_search_sse2() 187 pos = _mm_and_si128(pos, _mm_castps_si128(_mm_cmpeq_ps(max, max2))); in op_pvq_search_sse2()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | featureVars.py | 178 min2, max2 = bot[axisTag] 180 maximum = min(max1, max2) 204 min2, max2 = bot[axisTag] 205 if min1 <= min2 and max2 <= max1: 223 maximum = max2 224 elif max2 <= max1: 227 maximum = min(min1, max2)
|
/external/grpc-grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 181 int max2 = test_thread_mgr_2.GetMaxActiveThreadsSoFar(); in TestThreadQuota() local 185 max1, max2); in TestThreadQuota() 186 GPR_ASSERT(max1 <= kMaxNumThreads && max2 <= kMaxNumThreads); in TestThreadQuota()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 43 int16_t max1, max2; in WebRtcIlbcfix_Smooth() local 50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL); in WebRtcIlbcfix_Smooth() 51 maxtot=WEBRTC_SPL_MAX(max1, max2); in WebRtcIlbcfix_Smooth()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | freq-step.c | 157 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local 193 &stddev2, &max2); in run_test() 200 1e6 * freq_error2, 1e9 * stddev2, 1e9 * max2); in run_test()
|
/external/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 37 define double @max2(double %x, double %y) { 38 ; CHECK-LABEL: max2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 37 define double @max2(double %x, double %y) { 38 ; CHECK-LABEL: max2
|
/external/aac/libSBRenc/src/ |
D | sbrenc_freq_sca.cpp | 618 INT max1, max2; in FDKsbrEnc_UpdateHiRes() local 627 max2 = num_master; in FDKsbrEnc_UpdateHiRes() 629 ((max1 + 1) < max2)) { in FDKsbrEnc_UpdateHiRes()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction.cpp | 152 Tensor<float, 0, DataLayout> max2 = tensor.maximum(reduction_axis4); in test_simple_reductions() local 153 VERIFY_IS_EQUAL(max2.rank(), 0); in test_simple_reductions() 155 VERIFY_IS_APPROX(max1(), max2()); in test_simple_reductions()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 77 return max2(src, dst); in blend_lighten() 179 return max2(max2(swizzle_x(v), swizzle_y(v)), swizzle_z(v)); in maxv3()
|
D | ir_builder.h | 202 ir_expression *max2(operand a, operand b);
|
D | ir_builder.cpp | 219 ir_expression *max2(operand a, operand b) in max2() function
|
D | lower_ubo_reference.cpp | 264 index = max2(index, zero); in clamp_to_array_bounds()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 30 define double @max2(double %x, double %y) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AMDGPU/ |
D | reduction.ll | 565 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 566 %cmp3 = icmp ugt i16 %elt3, %max2 567 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2 607 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 608 %cmp3 = icmp sgt i16 %elt3, %max2 609 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2 649 %max2 = select i1 %cmp2, half %elt2, half %max1 650 %cmp3 = fcmp fast ogt half %elt3, %max2 651 %max3 = select i1 %cmp3, half %elt3, half %max2
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | maxmin.ll | 12 define i1 @max2(i32 %x, i32 %y) { 13 ; CHECK: @max2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 14 define i1 @max2(i32 %x, i32 %y) { 15 ; CHECK-LABEL: @max2(
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 14 define i1 @max2(i32 %x, i32 %y) { 15 ; CHECK-LABEL: @max2(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 465 byte[] max2 = new byte[ipLength]; in minMaxIPs() 473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs() 476 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 469 byte[] max2 = new byte[ipLength]; in minMaxIPs() 477 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs() 480 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 805 byte[] max2 = new byte[ipLength]; in minMaxIPs() 813 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs() 816 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 809 byte[] max2 = new byte[ipLength]; in minMaxIPs() 817 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]); in minMaxIPs() 820 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 760 define float @max2(float %a, float %b) { 764 ; CHECK-LABEL: max2(
|
/external/toybox/toys/pending/ |
D | bc.c | 1456 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local 1516 bc_num_split(a, max2, &l1, &h1); in bc_num_k() 1517 bc_num_split(b, max2, &l2, &h2); in bc_num_k() 1536 s = bc_num_shift(&z0, max2 * 2); in bc_num_k() 1538 s = bc_num_shift(&z1, max2); in bc_num_k()
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1500 const deUint32 max2 = 4; in createQuadsPacked() local 1518 deUint32 w = deRandom_getUint32(&rnd) % max2; in createQuadsPacked()
|