Home
last modified time | relevance | path

Searched refs:max2 (Results 1 – 25 of 32) sorted by relevance

12

/external/libopus/celt/x86/
Dvq_sse2.c155 __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/
DfeatureVars.py178 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/
Dthread_manager_test.cc181 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/
Dsmooth.c43 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/
Dfreq-step.c157 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/
Dscalar_sse_minmax.ll37 define double @max2(double %x, double %y) {
38 ; CHECK-LABEL: max2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll37 define double @max2(double %x, double %y) {
38 ; CHECK-LABEL: max2
/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp618 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/
Dcxx11_tensor_reduction.cpp152 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/
Dlower_blend_equation_advanced.cpp77 return max2(src, dst); in blend_lighten()
179 return max2(max2(swizzle_x(v), swizzle_y(v)), swizzle_z(v)); in maxv3()
Dir_builder.h202 ir_expression *max2(operand a, operand b);
Dir_builder.cpp219 ir_expression *max2(operand a, operand b) in max2() function
Dlower_ubo_reference.cpp264 index = max2(index, zero); in clamp_to_array_bounds()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dscalar_sse_minmax.ll30 define double @max2(double %x, double %y) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AMDGPU/
Dreduction.ll565 %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/
Dmaxmin.ll12 define i1 @max2(i32 %x, i32 %y) {
13 ; CHECK: @max2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll14 define i1 @max2(i32 %x, i32 %y) {
15 ; CHECK-LABEL: @max2(
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll14 define i1 @max2(i32 %x, i32 %y) {
15 ; CHECK-LABEL: @max2(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java465 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/
DPKIXNameConstraintValidator.java469 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/
DPKIXNameConstraintValidator.java805 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/
DPKIXNameConstraintValidator.java809 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/
Dfast-math.ll760 define float @max2(float %a, float %b) {
764 ; CHECK-LABEL: max2(
/external/toybox/toys/pending/
Dbc.c1456 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/
DglsVertexArrayTests.cpp1500 const deUint32 max2 = 4; in createQuadsPacked() local
1518 deUint32 w = deRandom_getUint32(&rnd) % max2; in createQuadsPacked()

12