/cts/tools/vm-tests/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/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
|
/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/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/opencv/cvaux/src/ |
_cvvectrack.h | 77 return (max(abs(p1.x - p2.x), abs(p1.y - p2.y)) < err);
|
/external/webkit/Source/WebCore/platform/mac/ |
WebFontCache.mm | 96 int chosenWeightDeltaMagnitude = abs(chosenWeight - desiredWeight); 97 int candidateWeightDeltaMagnitude = abs(candidateWeight - desiredWeight); 101 return abs(candidateWeight - 6) > abs(chosenWeight - 6);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
scan_helpers.c | 159 if ((wa->level && wb->level && abs(wb->level - wa->level) < 5) || 160 (wa->qual && wb->qual && abs(wb->qual - wa->qual) < 10)) {
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ImfBaseTestCase.java | 135 while (Math.abs(newHeight - origHeight) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) { 139 return (Math.abs(origHeight - newHeight) >= IME_MIN_HEIGHT);
|