HomeSort by relevance Sort by last modified time
    Searched full:addition (Results 26 - 50 of 4585) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/test/
ash_test_views_delegate.h 13 // Ash specific ViewsDelegate. In addition to creating a TestWebContents this
  /external/chromium_org/chrome/browser/undo/
undo_operation.h 20 // redo an addition by the user. In this case, the redo label string for the
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/
README.chromium 14 closure dependencies. In addition:
  /external/chromium_org/components/nacl/common/
pnacl_types.h 9 // nacl_types is built into nacl_helper in addition to chrome, and we don't
  /external/chromium_org/net/quic/
quic_client_session_base.cc 29 // TODO(jri): Add crypto stream in addition to headers for kHDR.
  /external/chromium_org/third_party/iaccessible2/
README.chromium 12 In addition, for clients using the IAccessible2 interfaces out of process,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
legacy_fixture.h 19 // Initializes ViEAutoTest in addition to the work done by ViEIntegrationTest.
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
after_streaming_fixture.h 16 // This fixture will, in addition to the work done by its superclasses,
  /external/clang/test/SemaObjC/
comptypes-5.m 14 @interface MyClass (Addition) <MyProtocol>
  /external/lldb/
INSTALL.txt 6 On Mac OS X, in addition to using Xcode you'll need to enable code signing
  /external/llvm/test/Assembler/
2002-08-16-ConstExprInlined.ll 7 ; disassembling this would be good, but in addition to that, the bytecode
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xme.h 40 /* SDL addition from Ryan: free memory used by xme. */
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterCustomAlign.java 22 * The adapter can optionally implement ScrollAdapterCustomAlign in addition to ScrollAdapter.
  /external/chromium_org/storage/browser/fileapi/
file_system_options.h 32 // to access FileSystem API in addition to "http" and "https".
45 // in addition to standard "http" and "https".
  /external/compiler-rt/lib/builtins/
adddf3.c 1 //===-- lib/adddf3.c - Double-precision addition ------------------*- C -*-===//
10 // This file implements double-precision soft-float addition with the IEEE-754
addsf3.c 1 //===-- lib/addsf3.c - Single-precision addition ------------------*- C -*-===//
10 // This file implements single-precision soft-float addition with the IEEE-754
addtf3.c 1 //===-- lib/addtf3.c - Quad-precision addition --------------------*- C -*-===//
10 // This file implements quad-precision soft-float addition with the IEEE-754
fp_add_impl.inc 1 //===----- lib/fp_add_impl.inc - floaing point addition -----------*- C -*-===//
10 // This file implements soft-float addition with the IEEE-754 default rounding
70 // have opposite signs, we are performing a subtraction; otherwise addition.
105 else /* addition */ {
108 // If the addition carried up, we need to right-shift the result and
  /prebuilts/tools/common/proguard/
README 33 In addition, we added a paragraph to state that the distribution was
36 In addition, the sdk/build/tools.atree will copy in the license.html
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KnownPorts.cpp 120 3659, // apple-sasl / PasswordServer [Apple addition]
123 6665, // Alternate IRC [Apple addition]
124 6666, // Alternate IRC [Apple addition]
125 6667, // Standard IRC [Apple addition]
126 6668, // Alternate IRC [Apple addition]
127 6669, // Alternate IRC [Apple addition]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 100 protected void add(Interval addition) {
101 //System.out.println("add "+addition+" to "+intervals.toString());
102 if ( addition.b<addition.a ) {
109 if ( addition.equals(r) ) {
112 if ( addition.adjacent(r) || !addition.disjoint(r) ) {
114 Interval bigger = addition.union(r);
129 if ( addition.startsBeforeDisjoint(r) ) {
132 iter.add(addition);
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-add-04.ll 5 ; Check addition of a variable.
19 ; Check addition of 1, which can use AGHI.
60 ; Check the next value up, which must use a register addition.
69 ; Check addition of -1, which can use AGHI.
105 ; Check the next value down, which must use a register addition.
atomicrmw-add-03.ll 5 ; Check addition of a variable.
19 ; Check addition of 1, which can use AHI.
69 ; Check addition of -1, which can use AHI.
  /external/stressapptest/src/
pattern.h 117 uint32 addition = (expected ^ index); local
118 uint32 carry = (addition & crc) >> 31;
120 return crc + addition + carry;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 35 * addition for 2 or more doublings.
47 * significantly cheaper doubling relative to addition.

Completed in 1368 milliseconds

12 3 4 5 6 7 8 91011>>