MCPcopy Create free account

hub / github.com/rsc/tmp / functions

Functions4,772 in github.com/rsc/tmp

↓ 6 callersFunctionAdd
Add two power series
gomaxprocs/powser/powser_test.go:335
↓ 6 callersMethodAddSubstring
Add the first 'n' characters of the given string 's' to the builder. The input string must have enough characters.
ftoa/dblconv/utils.h:333
↓ 6 callersFunctionAddrel
(s *LSym)
bootstrap/internal/obj/data.go:117
↓ 6 callersFunctionBputc
(b *Biobuf, c byte)
bootstrap/internal/obj/util.go:108
↓ 6 callersFunctionBrotliBuildAndStoreHuffmanTreeFast
brotli/enc_brotli_bit_stream.c:405
↓ 6 callersFunctionBrotliCreateHuffmanTree
This function will create a Huffman tree. The catch here is that the tree cannot be arbitrarily deep. Brotli specifies a maximum depth of 15 bi
brotli/enc_entropy_encode.c:72
↓ 6 callersFunctionBrotliGetTransforms
brotli/common_transform.c:173
↓ 6 callersFunctionCgenTemp
CgenTemp creates a temporary node, assigns n to it, and returns it.
bootstrap/internal/gc/gen.go:1106
↓ 6 callersFunctionCgen_as
(nl, nr *Node)
bootstrap/internal/gc/gen.go:1031
↓ 6 callersFunctionCmul
Multiply a power series by a constant
gomaxprocs/powser/powser_test.go:360
↓ 6 callersFunctionCompare
Compare returns -1, 0, or +1 depending on whether x < y, x == y, or x > y, interpreted as toolchain versions. The versions x and y must begin with a "
gorebuild/gover.go:22
↓ 6 callersFunctionFillDigits32FixedLength
ftoa/dblconv/fixed-dtoa.cc:120
↓ 6 callersFunctionFromHost16
ftoa/abseil/absl_base_internal_endian.h:103
↓ 6 callersFunctionFromHost32
ftoa/abseil/absl_base_internal_endian.h:106
↓ 6 callersFunctionFromHost64
ftoa/abseil/absl_base_internal_endian.h:109
↓ 6 callersFunctionGvardef
(n *Node)
bootstrap/internal/gc/pgen.go:103
↓ 6 callersFunctionInteg
Integrate, with const of integration
gomaxprocs/powser/powser_test.go:505
↓ 6 callersMethodMinPrec
MinPrec returns the minimum precision required to represent x exactly (i.e., the smallest prec before x.SetPrec(prec) would start rounding x). The res
bootstrap/internal/gc/big/float.go:206
↓ 6 callersMethodNaN
ftoa/dblconv/ieee.h:240
↓ 6 callersMethodNext
Next returns the payload of the next packet from the stream. If the next packet is a flush packet (length 0000), Next returns nil, io.EOF. If the next
gitfs/pkt.go:40
↓ 6 callersMethodSetInt
SetInt sets z to x (by making a copy of x) and returns z.
bootstrap/internal/gc/big/rat.go:326
↓ 6 callersMethodSetString
SetString sets z to the value of s and returns z and a boolean indicating success. s can be given as a fraction "a/b" or as a floating-point number op
bootstrap/internal/gc/big/ratconv.go:43
↓ 6 callersFunctionSysfunc
(name string)
bootstrap/internal/gc/gen.go:22
↓ 6 callersFunctionToHost16
ftoa/abseil/absl_base_internal_endian.h:104
↓ 6 callersFunctionToHost32
ftoa/abseil/absl_base_internal_endian.h:107
↓ 6 callersFunctionToHost64
ftoa/abseil/absl_base_internal_endian.h:110
↓ 6 callersFunctionadd_native
ftoa/fast_float/digit_comparison.h:241
↓ 6 callersFunctionaddlibpath
* * add library to library list. * srcref: src file referring to package * objref: object file referring to package * file: object file, e.g., /ho
bootstrap/internal/ld/ld.go:103
↓ 6 callersFunctionbenchmarkProof
(b *testing.B, tree Tree, treeSize int)
mpt/tree_test.go:406
↓ 6 callersFunctionbenchmarkSet
(b *testing.B, tree Tree, n, treeSize int)
mpt/tree_test.go:370
↓ 6 callersFunctionblock2md
(ctxt string, n *html.Node)
html2md/html.go:221
↓ 6 callersFunctionbox4i
(x0, x1 int32, kcos, ksin int32, shift uint)
dct/fdct_loeffler.go:12
↓ 6 callersFunctioncallsize
()
bootstrap/internal/ld/lib.go:1346
↓ 6 callersFunctionceil_log2pow5
Returns e == 0 ? 1 : ceil(log_2(5^e)); requires 0 <= e <= 3528.
ftoa/ryu/common.h:66
↓ 6 callersFunctioncgen_call
* * generate function call; * proc=0 normal call * proc=1 goroutine run in new proc * proc=2 defer call save away stack */
bootstrap/internal/gc/cgen.go:2503
↓ 6 callersFunctioncheckarglist
(all *NodeList, input int)
bootstrap/internal/gc/dcl.go:1082
↓ 6 callersFunctioncleantempnopop
Cleantempnopop emits to *out VARKILL instructions for each temporary above the mark on the temporary stack, but it does not pop them from the stack.
bootstrap/internal/gc/order.go:230
↓ 6 callersMethodcompare
compare two big integers, returning the large value. assumes both are normalized. if the return value is negative, other is larger, if the return valu
ftoa/fast_float/bigint.h:490
↓ 6 callersFunctioncopyas
* * direct reference, * could be set/use depending on * semantics */
bootstrap/bootstrap6g/peep.go:876
↓ 6 callersFunctioncopychildren
(dst *DWDie, src *DWDie)
bootstrap/internal/ld/dwarf.go:1166
↓ 6 callersFunctioncopyu
* * return * 1 if v only used (and substitute), * 2 if read-alter-rewrite * 3 if set * 4 if set and used * 0 otherwise (not touched) */
bootstrap/bootstrap6g/peep.go:769
↓ 6 callersFunctiondelta
delta returns the absolute difference between r and f.
bootstrap/internal/gc/big/rat_test.go:632
↓ 6 callersFunctiondialAndRunExt
TODO: Cache connections.
ssh-namespace-agent/main.go:243
↓ 6 callersMethoddirty
()
mpt/disk.go:344
↓ 6 callersFunctiondotypedef
(parent *DWDie, name string, def *DWDie)
bootstrap/internal/ld/dwarf.go:931
↓ 6 callersFunctiondshift
ftoa/dmg/dtoa20170421.c:3082
↓ 6 callersFunctionenvOr
(key, value string)
bootstrap/internal/obj/util.go:210
↓ 6 callersFunctionesclist
(e *EscState, l *NodeList, up *Node)
bootstrap/internal/gc/esc.go:434
↓ 6 callersFunctionescloopdepthlist
(e *EscState, l *NodeList)
bootstrap/internal/gc/esc.go:387
↓ 6 callersMethodexpNN
If m != 0 (i.e., len(m) != 0), expNN sets z to x**y mod m; otherwise it sets z to x**y. The result is the value of z.
bootstrap/internal/gc/big/nat.go:875
↓ 6 callersMethodexpWW
expWW computes x**y
bootstrap/internal/gc/big/natconv.go:440
↓ 6 callersFunctionexpandpkg
go-specific code shared across loaders (5l, 6l, 8l). replace all "". with pkg.
bootstrap/internal/ld/go.go:23
↓ 6 callersFunctionfixlbrace
(lbr int)
bootstrap/internal/gc/y.go:155
↓ 6 callersFunctionfnorm
fnorm normalizes mantissa m by shifting it to the left such that the msb of the most-significant word (msw) is 1. It returns the shift amount. It assu
bootstrap/internal/gc/big/float.go:620
↓ 6 callersFunctionformatBits
formatBits computes the string representation of u in the given base. If neg is set, u is treated as negative int64 value. If append_ is set, the stri
ftoa/go124/itoa.go:88
↓ 6 callersFunctiongbswap_16
ftoa/abseil/absl_base_internal_endian.h:59
↓ 6 callersFunctiongbswap_32
ftoa/abseil/absl_base_internal_endian.h:48
↓ 6 callersFunctiongbswap_64
ftoa/abseil/absl_base_internal_endian.h:31
↓ 6 callersFunctiongetEnc
(x ast.Expr)
pebble/main.go:309
↓ 6 callersFunctiongetthis
(t *Type)
bootstrap/internal/gc/subr.go:1768
↓ 6 callersMethodhash
hash returns the hash for the given tree node. pbit is the parent bit depth, controlling whether n is viewed as a leaf.
mpt/dmem.go:11
↓ 6 callersFunctionindexlit
indexlit implements typechecking of untyped values as array/slice indexes. It is equivalent to defaultlit except for constants of numerical kind, whic
bootstrap/internal/gc/typecheck.go:258
↓ 6 callersFunctioninlconv2stmt
Turn an OINLCALL into a statement.
bootstrap/internal/gc/inl.go:291
↓ 6 callersFunctioninlnodelist
(l *NodeList)
bootstrap/internal/gc/inl.go:324
↓ 6 callersMethodint64
()
bootstrap/internal/gc/big/float_test.go:25
↓ 6 callersFunctionisFinite
isFinite reports whether f represents a finite rational value. It is equivalent to !math.IsNan(f) && !math.IsInf(f, 0).
bootstrap/internal/gc/big/ratconv_test.go:340
↓ 6 callersFunctionis_integer
ftoa/fast_float/ascii_number.h:34
↓ 6 callersFunctionishairylist
Look for anything we want to punt on.
bootstrap/internal/gc/inl.go:167
↓ 6 callersFunctionleading_zeroes
result might be undefined when input_num is zero */
ftoa/fast_float/float_common.h:344
↓ 6 callersFunctionlist
(values ...any)
gadget/internal/schema/schema_test.go:296
↓ 6 callersFunctionloop
(which int, dst []byte, n int, f float64, prec int)
ftoa/dmg/dmg.go:239
↓ 6 callersFunctionmarkbreaklist
(l *NodeList, implicit *Node)
bootstrap/internal/gc/typecheck.go:3954
↓ 6 callersFunctionmediaop
(ctxt *obj.Link, o *Optab, op int, osize int, z int)
bootstrap/internal/obj/x86/asm6.go:2887
↓ 6 callersFunctionmethodfunc
* * f is method type, with receiver. * return function type, receiver as first argument (or not). */
bootstrap/internal/gc/reflect.go:279
↓ 6 callersFunctionmkset
()
yacc/yacc.go:3073
↓ 6 callersFunctionmore
(pp *string)
bootstrap/internal/gc/lex.go:1516
↓ 6 callersFunctionmpatoflt
floating point input required syntax is [+-]d*[.]d*[e[+-]d*] or [+-]0xH*[e[+-]d*]
bootstrap/internal/gc/mparith3.go:165
↓ 6 callersFunctionmpnegflt
(a *Mpflt)
bootstrap/internal/gc/mparith3.go:157
↓ 6 callersFunctionmulShift
ftoa/ryu/generic_128.h:481
↓ 6 callersFunctionmulShift32
It seems to be slightly faster to avoid uint128_t here, although the generated code for uint128_t looks slightly nicer.
ftoa/ryu/f2s_intrinsics.h:67
↓ 6 callersFunctionnaclpad
(ctxt *obj.Link, s *obj.LSym, c int32, pad int32)
bootstrap/internal/obj/x86/asm6.go:1549
↓ 6 callersFunctionnewMachoSeg
(name string, msect int)
bootstrap/internal/ld/macho.go:163
↓ 6 callersFunctionnodarg
(t *Type, fp int)
bootstrap/internal/gc/gsubr.go:506
↓ 6 callersFunctionoutervalue
* * what's the outer value that a write to n affects? * outer value means containing struct or array. */
bootstrap/internal/gc/walk.go:2483
↓ 6 callersMethodoverlap
overlap returns the number of leading bits p and q have in common.
mpt/tree.go:108
↓ 6 callersFunctionpciterinit
(ctxt *Link, it *Pciter, d *Pcdata)
bootstrap/internal/ld/pcln.go:88
↓ 6 callersFunctionratio
ftoa/dmg/dtoa20170421.c:2395
↓ 6 callersMethodroot
()
mpt/disk.go:346
↓ 6 callersFunctionsavex
* * register dr is one of the special ones (AX, CX, DI, SI, etc.). * we need to use it. if it is already allocated as a temporary * (r > 1; can on
bootstrap/bootstrap6g/ggen.go:310
↓ 6 callersMethodsetExpAndRound
(exp int64, sbit uint)
bootstrap/internal/gc/big/float.go:273
↓ 6 callersFunctionsetuintxx
(ctxt *Link, s *LSym, off int64, v uint64, wid int64)
bootstrap/internal/ld/data.go:61
↓ 6 callersFunctionsmall_mul
ftoa/fast_float/bigint.h:287
↓ 6 callersFunctiontagText
(n *html.Node)
html2md/html.go:415
↓ 6 callersFunctiontestFunNN
(t *testing.T, msg string, f funNN, a argNN)
bootstrap/internal/gc/big/nat_test.go:108
↓ 6 callersFunctiontestFunZZ
(t *testing.T, msg string, f funZZ, a argZZ)
bootstrap/internal/gc/big/int_test.go:91
↓ 6 callersFunctiontinlvar
(t *Type)
bootstrap/internal/gc/inl.go:514
↓ 6 callersFunctiontype2IET
type2IET returns "T" if t is a concrete type, "I" if t is an interface type, and "E" if t is an empty interface type. It is used to build calls to the
bootstrap/internal/gc/subr.go:3528
↓ 6 callersFunctionumax32
(x, y uint32)
bootstrap/internal/gc/big/float.go:1678
↓ 6 callersMethodvisitcodelist
(l *NodeList, min uint32)
bootstrap/internal/gc/esc.go:123
↓ 6 callersFunctionwalkexprlist
* * walk the whole tree of the body of an * expression or simple statement. * the types expressions are calculated. * compile-time constants are e
bootstrap/internal/gc/walk.go:364
← previousnext →601–700 of 4,772, ranked by callers