HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 276 - 300 of 624) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 179 void Add(const BitCodeAbbrevOp &OpInfo) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 52 WINBOOL Add(T &t) {
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 80 func (p224Curve) Add(bigX1, bigY1, bigX2, bigY2 *big.Int) (x, y *big.Int) {
  /prebuilts/go/darwin-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)
246 z.Add(z, intOne)
268 z.Add(z, y0)
297 z.Add(z, intOne)
301 m.Add(m, y0)
616 A.Add(t, s)
617 B.Add(r, w
    [all...]
  /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
737 // the form host/path does not add its own /.
816 // Add adds the value to key. It appends to any existing
818 func (v Values) Add(key, value string) {
932 // 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
108 // Add or Remove method call.
242 // Add adds the current execution stack to the profile, associated with value.
243 // Add stores value in an internal map, so value must be suitable for use as
245 // call to Remove. Add panics if the profile already contains a stack for value.
249 // trace in the function calling Add. For example, given this
252 // Add
257 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient.
260 func (p *Profile) Add(value interface{}, skip int)
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 250 func add(u, v rat) rat { func
269 return add(u, neg(v))
318 return add(y, mul(c, eval(c, U, n-1)))
333 // Add two power series
334 func Add(U, V PS) PS {
343 Z.dat <- add(uv[0], uv[1])
380 return Add(U, Cmul(neg(one), V))
470 W := Add(Cmul(uv[0], VV[0]), Cmul(uv[1], UU[0]))
473 copy(Add(W, Mul(UU[1], VV[1])), Z)
663 print("Add: "
    [all...]
powser2.go 260 func add(u, v *rat) *rat { func
279 return add(u, neg(v))
332 return add(y, mul(c, eval(c, U, n-1)))
347 // Add two power series
348 func Add(U, V PS) PS {
357 Z.dat <- add(uv[0].(*rat), uv[1].(*rat))
394 return Add(U, Cmul(neg(one), V))
484 W := Add(Cmul(uv[0].(*rat), VV[0]), Cmul(uv[1].(*rat), UU[0]))
487 copy(Add(W, Mul(UU[1], VV[1])), Z)
677 print("Add: "
    [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)
246 z.Add(z, intOne)
268 z.Add(z, y0)
297 z.Add(z, intOne)
301 m.Add(m, y0)
616 A.Add(t, s)
617 B.Add(r, w
    [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
737 // the form host/path does not add its own /.
816 // Add adds the value to key. It appends to any existing
818 func (v Values) Add(key, value string) {
932 // 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
108 // Add or Remove method call.
242 // Add adds the current execution stack to the profile, associated with value.
243 // Add stores value in an internal map, so value must be suitable for use as
245 // call to Remove. Add panics if the profile already contains a stack for value.
249 // trace in the function calling Add. For example, given this
252 // Add
257 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient.
260 func (p *Profile) Add(value interface{}, skip int)
    [all...]

Completed in 922 milliseconds

<<11121314151617181920>>