Searched
full:subtract (Results
251 -
275 of
1618) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
mmintrin.h | 327 /* Subtract the 8-bit values in M2 from the 8-bit values in M1. */ 334 /* Subtract the 16-bit values in M2 from the 16-bit values in M1. */ 341 /* Subtract the 32-bit values in M2 from the 32-bit values in M1. */ 348 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using signed 356 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 364 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using 372 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using 380 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 388 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
mmintrin.h | 327 /* Subtract the 8-bit values in M2 from the 8-bit values in M1. */ 334 /* Subtract the 16-bit values in M2 from the 16-bit values in M1. */ 341 /* Subtract the 32-bit values in M2 from the 32-bit values in M1. */ 348 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using signed 356 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 364 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using 372 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using 380 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 388 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
mmintrin.h | 327 /* Subtract the 8-bit values in M2 from the 8-bit values in M1. */ 334 /* Subtract the 16-bit values in M2 from the 16-bit values in M1. */ 341 /* Subtract the 32-bit values in M2 from the 32-bit values in M1. */ 348 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using signed 356 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 364 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using 372 /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using 380 /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using 388 /* Subtract the 32-bit values in M2 from the 32-bit values in M1 using [all...] |
/bionic/libc/arch-mips/string/ |
memset.S | 188 subu a3,a2,t8 # subtract from a2 the reminder 200 subu t7,a2,96 # subtract "pref 30 unsafe" region 203 subu t5,t7,t6 # subtract from t7 the reminder
|
/external/chromium/base/metrics/ |
stats_table_unittest.cc | 283 foo.Subtract(1); 285 foo.Subtract(0); 287 foo.Subtract(-1);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 187 #calculator-buttons button.subtract { 192 #calculator-buttons button.subtract[data-active="touch"], 193 #calculator-buttons button.subtract[data-active="mouse"]:active {
|
/external/chromium_org/ppapi/utility/graphics/ |
paint_aggregator.cc | 142 rect.Subtract(update_.GetScrollDamage()); 212 // Subtract out the scroll damage rect to avoid redundant painting. 213 return result.Subtract(update_.GetScrollDamage());
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_instructions.cpp | 46 * there is no subtract operation separate from adding the negation. 47 * For backends with native subtract operations, they will probably 49 * produce a subtract anyway.
|
/external/grub/stage2/ |
start.S | 113 /* subtract from total */ 192 /* subtract sector start */ 206 /* subtract from total */
|
/external/mesa3d/src/glsl/ |
lower_instructions.cpp | 46 * there is no subtract operation separate from adding the negation. 47 * For backends with native subtract operations, they will probably 49 * produce a subtract anyway.
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
BandwidthTest.java | 124 NetworkStats proc_stats = post_test_stats.subtract(pre_test_stats); 178 NetworkStats proc_stats = post_test_stats.subtract(pre_test_stats); 235 NetworkStats proc_stats = post_test_stats.subtract(pre_test_stats);
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeNfcManager.java | 265 return 253; // PN544 RF buffer = 255 bytes, subtract two for CRC 272 return 253; // PN544 RF buffer = 255 bytes, subtract two for CRC 281 return 252; // PN544 RF buffer = 255 bytes, subtract one for SoD, two for CRC
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
NativeNfcManager.java | 330 return 253; // PN544 RF buffer = 255 bytes, subtract two for CRC 334 return 253; // PN544 RF buffer = 255 bytes, subtract two for CRC 343 return 252; // PN544 RF buffer = 255 bytes, subtract one for SoD, two for CRC
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/SDLMain/ |
SDLmain.vcp | 88 # SUBTRACT CPP /YX 115 # SUBTRACT CPP /YX 142 # SUBTRACT CPP /YX 169 # SUBTRACT CPP /YX 196 # SUBTRACT CPP /YX 223 # SUBTRACT CPP /YX 250 # SUBTRACT CPP /YX 277 # SUBTRACT CPP /YX 304 # SUBTRACT CPP /YX 331 # SUBTRACT CPP /Y [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 133 SUB = 2, // Subtract 134 RSB = 3, // Reverse Subtract 137 SBC = 6, // Subtract with Carry 138 RSC = 7, // Reverse Subtract with Carry
|
/bionic/libc/upstream-netbsd/libc/stdlib/ |
div.c | 74 * subtract denom from r.rem.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_fmodf.c | 22 * Method: shift and subtract
|
/dalvik/vm/arch/mips/ |
HintsO32.cpp | 106 * 16 bytes on stack in CallO32.S, so we should subtract 2 from stackOffset.
|
/dalvik/vm/native/ |
java_lang_reflect_Array.cpp | 63 * subtract pieces off. Besides, we want to start with the outermost
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.g3 | 65 | ^('-' a=expr b=expr) { $value = $a.value.subtract($b.value); }
|
ProfileTreeGrammar.g3 | 65 | ^('-' a=expr b=expr) { $value = $a.value.subtract($b.value); }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSABlindedEngine.java | 106 BigInteger r = BigIntegers.createRandomInRange(ONE, m.subtract(ONE), random);
|
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 36 // subtract a week of microseconds from the current time.
|
/external/chromium-trace/trace-viewer/src/base/ |
bbox2.js | 110 vec2.subtract(size, this.max_, this.min_);
|
/external/chromium_org/base/debug/ |
stack_trace_android.cc | 94 // Subtract one as return address of function may be in the next
|
Completed in 737 milliseconds
<<11121314151617181920>>