/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
T_invoke_static_1.d | 30 invoke-static {v1}, java/lang/Math/abs(I)I
|
T_invoke_static_11.d | 30 invoke-static {}, java/lang/Math/abs(I)I
|
T_invoke_static_16.d | 29 invoke-static {v3}, java/lang/Math/abs(I)I
|
T_invoke_static_20.d | 30 invoke-static {v1}, java/lang/Math/abs(I)I
|
T_invoke_static_3.d | 30 invoke-static {v1}, java/lang/Math/abs(I)I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
T_invoke_static_range_1.d | 30 invoke-static/range {v1}, java/lang/Math/abs(I)I
|
T_invoke_static_range_11.d | 30 invoke-static/range {}, java/lang/Math/abs(I)I
|
T_invoke_static_range_16.d | 29 invoke-static/range {v3}, java/lang/Math/abs(I)I
|
T_invoke_static_range_20.d | 30 invoke-static/range {v1}, java/lang/Math/abs(I)I
|
T_invoke_static_range_3.d | 30 invoke-static/range {v1}, java/lang/Math/abs(I)I
|
/external/chromium_org/cc/animation/ |
scroll_offset_animation_curve.cc | 21 return std::max(std::abs(delta.x()), std::abs(delta.y()));
|
/external/chromium_org/net/quic/congestion_control/ |
rtt_stats.cc | 7 #include <complex> // std::abs 48 std::abs(smoothed_rtt_.Subtract(latest_rtt_).ToMicroseconds()))); 88 kBeta * std::abs(smoothed_rtt_.Subtract(rtt_sample).ToMicroseconds()));
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
StepRange.cpp | 149 const Decimal value = (valueForCheck - m_stepBase).abs(); 161 const Decimal remainder = (value - m_step * (value / m_step).round()).abs();
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchDisambiguation.cpp | 78 score *= std::max((padding - abs(distance.width())) * reciprocalPadding, 0.f); 79 score *= std::max((padding - abs(distance.height())) * reciprocalPadding, 0.f);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineMemoryOverview.js | 123 if (Math.abs(nextY - y) > 2 && Math.abs(x - lastX) > 1)
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
vp8_fdct4x4_test.cc | 99 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 10000); 124 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 38 psubw mm3, mm0 ; abs 81 psubw mm7, mm4 ; abs 122 psubw mm7, mm4 ; abs 163 psubw mm7, mm4 ; abs
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 37 if(op.abs) 128 if(op.abs)
|
/external/chromium_org/third_party/sqlite/src/test/ |
boundary1.tcl | 143 if {abs($r)<9.22337203685477580800e+18} { 228 if {abs($r)>9223372036854775808 || [string length $r5]>15} continue
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
plot_neteq_delay.m | 117 s.arrival(cng_ix(peak_ix))+abs(s.optbuf(cng_ix(peak_ix)))-send_t(cng_ix(peak_ix)),... 120 s.arrival(cng_ix(no_peak_ix))+abs(s.optbuf(cng_ix(no_peak_ix)))-send_t(cng_ix(no_peak_ix)),... 170 jumps=find(abs((diff(x)-1))>65000); 182 jumps=find(abs((diff(x(n+1:end))-1))>65000);
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
math.js | 51 shouldBe("Math.abs(-5)", "5"); 112 shouldBe("Math.abs===Math.abs", "true") 113 shouldBe("Math.abs===Math.round", "false")
|
/external/deqp/framework/common/ |
tcuInterval.cpp | 143 Interval abs (const Interval& x) function in namespace:tcu 145 const Interval mono = applyMonotone(std::abs, x);
|
/external/deqp/framework/delibs/decpp/ |
deRandom.cpp | 94 DE_TEST_ASSERT(de::abs(expected[i] - rnd.getFloat()) < epsilon); 104 DE_TEST_ASSERT(de::abs(expected[i] - rnd.getFloat(-542.2f, 1248.7f)) < epsilon);
|
/external/eigen/Eigen/src/Eigen2Support/ |
MathFunctions.h | 18 template<typename T> inline typename NumTraits<T>::Real ei_abs (const T& x) { using std::abs; return abs(x); }
|
/external/eigen/test/ |
geo_eulerangles.cpp | 22 using std::abs; 29 if( (i!=k || ea[1]!=0) && (i==k || !internal::isApprox(abs(ea[1]),Scalar(M_PI/2),test_precision<Scalar>())) )
|