HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 176 - 200 of 370) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/net/url/
url.go 112 // We add : because we include :port as part of host.
113 // We add [ ] because we include [ipv6]:port as part of host.
114 // We add < > because they're the only characters left that
721 // the form host/path does not add its own /.
798 // Add adds the value to key. It appends to any existing
800 func (v Values) Add(key, value string) {
914 // Add final slash to the joined path.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 18 // To add equivalent profiling support to a standalone program, add
107 // Add or Remove method call.
239 // Add adds the current execution stack to the profile, associated with value.
240 // Add stores value in an internal map, so value must be suitable for use as
242 // call to Remove. Add panics if the profile already contains a stack for value.
246 // trace in the function calling Add. For example, given this
249 // Add
254 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient.
257 func (p *Profile) Add(value interface{}, skip int)
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 243 func add(u, v rat) rat { func
262 return add(u, neg(v))
305 return add(y,mul(c,eval(c,U,n-1)))
320 // Add two power series
321 func Add(U, V PS) PS {
330 Z.dat <- add(uv[0], uv[1])
367 return Add(U, Cmul(neg(one), V))
453 W := Add(Cmul(uv[0],VV[0]),Cmul(uv[1],UU[0]))
456 copy(Add(W,Mul(UU[1],VV[1])),Z)
642 print("Add: "); printn(Add(Ones, Twos), 10
    [all...]
powser2.go 253 func add(u, v *rat) *rat { func
272 return add(u, neg(v))
319 return add(y,mul(c,eval(c,U,n-1)))
334 // Add two power series
335 func Add(U, V PS) PS{
344 Z.dat <- add(uv[0].(*rat), uv[1].(*rat))
381 return Add(U, Cmul(neg(one), V))
467 W := Add(Cmul(uv[0].(*rat),VV[0]),Cmul(uv[1].(*rat),UU[0]))
470 copy(Add(W,Mul(UU[1],VV[1])),Z)
656 print("Add: "); Printn(Add(Ones, Twos), 10
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 80 func (p224Curve) Add(bigX1, bigY1, bigX2, bigY2 *big.Int) (x, y *big.Int) {
  /prebuilts/go/linux-x86/src/math/big/
int.go 108 // Add sets z to the sum x+y and returns z.
109 func (z *Int) Add(x, y *Int) *Int {
114 z.abs = z.abs.add(x.abs, y.abs)
135 z.abs = z.abs.add(x.abs, y.abs)
241 z.Add(z, intOne)
263 z.Add(z, y0)
292 z.Add(z, intOne)
296 m.Add(m, y0)
474 X.Add(X, lastX)
480 Y.Add(Y, lastY
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 112 // We add : because we include :port as part of host.
113 // We add [ ] because we include [ipv6]:port as part of host.
114 // We add < > because they're the only characters left that
721 // the form host/path does not add its own /.
798 // Add adds the value to key. It appends to any existing
800 func (v Values) Add(key, value string) {
914 // Add final slash to the joined path.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 18 // To add equivalent profiling support to a standalone program, add
107 // Add or Remove method call.
239 // Add adds the current execution stack to the profile, associated with value.
240 // Add stores value in an internal map, so value must be suitable for use as
242 // call to Remove. Add panics if the profile already contains a stack for value.
246 // trace in the function calling Add. For example, given this
249 // Add
254 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient.
257 func (p *Profile) Add(value interface{}, skip int)
    [all...]
  /prebuilts/go/linux-x86/test/chan/
powser1.go 243 func add(u, v rat) rat { func
262 return add(u, neg(v))
305 return add(y,mul(c,eval(c,U,n-1)))
320 // Add two power series
321 func Add(U, V PS) PS {
330 Z.dat <- add(uv[0], uv[1])
367 return Add(U, Cmul(neg(one), V))
453 W := Add(Cmul(uv[0],VV[0]),Cmul(uv[1],UU[0]))
456 copy(Add(W,Mul(UU[1],VV[1])),Z)
642 print("Add: "); printn(Add(Ones, Twos), 10
    [all...]
powser2.go 253 func add(u, v *rat) *rat { func
272 return add(u, neg(v))
319 return add(y,mul(c,eval(c,U,n-1)))
334 // Add two power series
335 func Add(U, V PS) PS{
344 Z.dat <- add(uv[0].(*rat), uv[1].(*rat))
381 return Add(U, Cmul(neg(one), V))
467 W := Add(Cmul(uv[0].(*rat),VV[0]),Cmul(uv[1].(*rat),UU[0]))
470 copy(Add(W,Mul(UU[1],VV[1])),Z)
656 print("Add: "); Printn(Add(Ones, Twos), 10
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 126 void Add(const T& value) const {
127 accessor_->template Add<T>(data_, value);
147 Add(*it);
258 void Add(const T& value) const {
259 accessor_->Add(data_, &value);
279 Add(*it);
353 virtual void Add(Field* data, const Value* value) const = 0;
406 void Add(Field* data, const ValueType& value) const {
416 Add(data, static_cast<const Value*>(&tmp));
  /system/tools/aidl/
ast_java.cpp 135 void StatementBlock::Add(Statement* statement) {
139 void StatementBlock::Add(Expression* expression) {
type_namespace.h 102 // Add a container type to this namespace. Returns false only
103 // on error. Silently discards requests to add non-container types.
176 bool Add(const T* type);
198 bool LanguageTypeNamespace<T>::Add(const T* type) {
  /art/compiler/optimizing/
gvn.cc 29 * through the `Add` method, and the `Kill` method. The `Kill` method removes
85 void Add(HInstruction* instruction) {
505 set->Add(current);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Smbios.h 7 This protocol provides an interface to add, remove or discover SMBIOS records. The driver which
124 Add an SMBIOS record.
126 This function allows any agent to add SMBIOS records. The caller is responsible for ensuring
134 but is fixed by the call to Add(). A string can be a place holder, but it must not be a NULL string as
139 @param[in, out] SmbiosHandle On entry, the handle of the SMBIOS record to add. If FFFEh, then a unique handle
164 SMBIOS record is defined by how many strings were present when Add() was called.
218 @param[out] ProducerHandle On exit, points to the ProducerHandle registered by Add(). If no
219 ProducerHandle was passed into Add() NULL is returned. If a NULL pointer is
236 EFI_SMBIOS_ADD Add;
  /external/clang/lib/Driver/
SanitizerArgs.cpp 131 SanitizerMask Add = parseArgValues(D, Arg, true);
132 Add &= ~TrapRemove;
133 if (SanitizerMask InvalidValues = Add & ~TrappingSupportedWithGroups) {
139 TrappingKinds |= expandSanitizerGroups(Add) & ~TrapRemove;
209 SanitizerMask Add = parseArgValues(D, Arg, true);
210 AllAddedKinds |= expandSanitizerGroups(Add);
213 Add &= ~AllRemove;
215 // sanitizers in Add are those which have been explicitly enabled.
218 Add & InvalidTrappingKinds & ~DiagnosedKinds) {
224 Add &= ~InvalidTrappingKinds
    [all...]
  /external/compiler-rt/lib/cfi/
cfi.cc 119 void Add(uptr begin, uptr end, uptr cfi_check);
137 void ShadowBuilder::Add(uptr begin, uptr end, uptr cfi_check) {
252 b->Add(cur_beg, cur_end, cfi_check);
  /external/gemmlowp/internal/
fixedpoint.h 60 tIntegerType Add(tIntegerType a, tIntegerType b) {
337 MAKE_FIXEDPOINT_BINARY_FUNC(operator+, Add)
  /external/libchrome/crypto/
p224.cc 77 // Add computes *out = a+b
80 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) {
435 // See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl
496 Add(&z1z1, z1z1, z2z2);
497 Add(&z2z2, a.z, b.z);
508 Add(&z1z1, j, z1z1);
539 Add(&t, a.x, delta);
549 Add(&out->z, a.y, a.z);
677 ::Add(&rhs, rhs, kB);
723 void Add(const Point& a, const Point& b, Point* out)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 41 void Add(double value, const CalcCallback& callback) override {
67 void Add(double value, const base::Closure& closure) {
68 calculator_->Add(
102 calculator_->Add(
112 // Add some more and wait for re-entrant call to Output!
113 calculator_->Add(
233 calculator_ui.Add(2.0, run_loop.QuitClosure());
251 calculator_ui.Add(2.0, run_loop.QuitClosure());
320 calculator_ui.Add(2.0, run_loop.QuitClosure());
355 calculator_ui.Add(2.0, run_loop2.QuitClosure())
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 38 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
64 /// 1) If you have an existing node that you want add to the set but unsure
250 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects
321 /// Add* - Add various data types to Bit data.
335 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); }
758 ID.Add(P.first);
759 ID.Add(P.second);
  /external/llvm/include/llvm/MC/
MCExpr.h 386 Add, ///< Addition.
426 return create(Add, LHS, RHS, Ctx);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 379 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, FINode,
382 Chain, DL, Arg, Add,
396 // Add all fixed arguments. Note that for non-varargs calls, NumFixedArgs
400 // Add a pointer to the vararg buffer.
663 // Add an operand for each case.
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 42 // takes only one add starting from the second iteration.
86 Add, // B + i * S
160 // Allocate candidates and find bases for Add instructions.
258 if (C.CandidateKind == Candidate::Add)
277 if (C.CandidateKind == Candidate::Add) {
314 // In the above cases, we still add I to the candidate list so that I can be
339 case Instruction::Add:
357 assert(I->getNumOperands() == 2 && "isn't I an add?");
370 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
375 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 322 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo,
326 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
520 // If the Default block has no more predecessors just add it to DeleteList.

Completed in 1650 milliseconds

1 2 3 4 5 6 78 91011>>