Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ functions
Functions
5,272 in github.com/egonelbre/exp
⨍
Functions
5,272
◇
Types & classes
604
↓ 5 callers
Function
Apply2
( xs, ys Vector[T], n uintptr, fn func(x, y T) T, )
vector/vector/def.go:48
↓ 5 callers
Function
Apply2To
( dst, xs, ys Vector[T], n uintptr, fn func(x, y T) T, )
vector/vector/def.go:61
↓ 5 callers
Method
Assign
(typ string, value interface{})
fields/03_compose/fields.go:9
↓ 5 callers
Method
Contains
(x string)
bench/maplookup/lookup_test.go:59
↓ 5 callers
Method
Cos
()
linerendering/main.go:25
↓ 5 callers
Method
Decode
(prob P)
coder/arith/encoding.go:60
↓ 5 callers
Method
Error
()
mm/spec.go:74
↓ 5 callers
Function
FieldReduceOnce8
(a simd.Uint32x8)
mldsa/simd.go:110
↓ 5 callers
Method
Finish
()
combiner/batcher.go:6
↓ 5 callers
Method
Flush
()
aq/db.go:40
↓ 5 callers
Method
Get
(ctx context.Context)
site_test/api/server.go:12
↓ 5 callers
Method
Handle
(screen *Form, action Action)
dos/ui/form.go:47
↓ 5 callers
Function
InverseNTT
InverseNTT maps a nttElement back to the ringElement it represents. It implements NTT⁻¹, according to FIPS 203, Algorithm 10.
mldsa/ref.go:45
↓ 5 callers
Method
IterChan
(buf int)
bench/sortedset/sortedset.go:75
↓ 5 callers
Method
Mul
(v float32)
bench/vector_fusing/vector_test.go:13
↓ 5 callers
Function
NewBulkEncoder
(bytes int)
bench/bulkencoder/encoder_test.go:24
↓ 5 callers
Function
NewByteEncoder
(bytes int)
bench/bulkencoder/encoder_test.go:59
↓ 5 callers
Method
Reset
()
bench/bulkencoder/encoder_test.go:73
↓ 5 callers
Method
Scan
gistsnip:start:scan
fields/03_compose/scan.go:20
↓ 5 callers
Function
SegmentArea
(d float)
linerendering/main.go:58
↓ 5 callers
Method
Stop
(vm *VM)
bench/vm/vm_test.go:18
↓ 5 callers
Method
Token
Returns the next token in the input stream. At the end of the input stream, Token returns nil, io.EOF.
smime/ber/decoder.go:97
↓ 5 callers
Method
Token
Returns the next token in the input stream. At the end of the input stream, Token returns nil, io.EOF.
ber/decoder.go:97
↓ 5 callers
Method
Update
(dt float64)
pixel/flowers/main.go:149
↓ 5 callers
Function
ensure
(v bool)
vector/generate/naive.go:258
↓ 5 callers
Function
pointerArg
Passing &slice to a function implies mutation.
check-deferslice/testdata/src/example/example.go:171
↓ 5 callers
Method
pop
()
ber/decoder.go:21
↓ 5 callers
Method
syms
()
coder/arith/models.go:107
↓ 4 callers
Function
ASN1Tree
(v interface{})
ber/marshaling.go:357
↓ 4 callers
Method
AsUTF8String
UTF8String parseUTF8String parses a ASN.1 UTF8String (raw UTF-8) from the given byte array and returns it.
smime/ber/value.go:356
↓ 4 callers
Method
AsUTF8String
UTF8String parseUTF8String parses a ASN.1 UTF8String (raw UTF-8) from the given byte array and returns it.
ber/value.go:356
↓ 4 callers
Method
Close
()
bit/bit.go:93
↓ 4 callers
Method
CloseAttributes
()
htmlrender/dom/html.go:42
↓ 4 callers
Method
Connect
(name string, client io.ReadWriter)
sync2/example/after.go:14
↓ 4 callers
Method
Draw
(out *op.Iterator)
zerostream/main.go:14
↓ 4 callers
Method
DrawText
(r Rect, t string, active bool)
dos/ui/draw.go:51
↓ 4 callers
Function
EOp
Helpers to make create expressions easier
ejit/main.go:218
↓ 4 callers
Method
Error
()
bit/bit.go:54
↓ 4 callers
Function
ExprFrom
(v any)
vector/generate/def.go:99
↓ 4 callers
Function
FieldAdd8
(a, b FieldElement8)
mldsa/simd.go:117
↓ 4 callers
Function
FieldElement8AsArray
(x FieldElement8)
mldsa/simd_test.go:189
↓ 4 callers
Method
Func
( signature string, template Template, )
vector/generate/def.go:28
↓ 4 callers
Method
GetStorage
(c Component)
game/ecs-mini/world.go:56
↓ 4 callers
Function
GoOnesCount64
GoOnesCount64 returns the number of one bits ("population count") in x.
bench/onescount/bench_test.go:16
↓ 4 callers
Method
Init
(word string)
chem/element/matcher.go:13
↓ 4 callers
Method
Init
(now func() time.Duration, exec func(Key, Value))
timing/alt.go:37
↓ 4 callers
Method
IterBlockCallback
(blockSize int, fn func([]int))
bench/sortedset/sortedset.go:136
↓ 4 callers
Method
Last
()
qpc/count.go:41
↓ 4 callers
Method
Len
()
sorts/dpsort/sort_test.go:59
↓ 4 callers
Method
Len
()
queue/blockqueue/queue.go:23
↓ 4 callers
Method
LineTo
()
zerostream/op/buffer.go:85
↓ 4 callers
Method
NBits
()
coder/arith/models.go:6
↓ 4 callers
Function
NTT
NTT maps a ringElement to its nttElement representation. It implements NTT, according to FIPS 203, Algorithm 9.
mldsa/ref.go:24
↓ 4 callers
Method
NeedsRepairs
()
fsm/test/example.go:36
↓ 4 callers
Function
NewWriter
(w io.Writer)
bit/bit.go:18
↓ 4 callers
Function
NormalizedCount
(form norm.Form, s string)
characters/main.go:25
↓ 4 callers
Method
Pressed
(button Button)
game/gamepad/xinput_windows.go:40
↓ 4 callers
Method
Release
()
render/main.go:124
↓ 4 callers
Method
Remove
(hash Hash)
cache/half.go:89
↓ 4 callers
Method
Scale
(s float)
render/shade.go:115
↓ 4 callers
Method
Set
(i int, v float32)
bench/vector/mini/vector_test.go:48
↓ 4 callers
Method
Spec
()
spec/soap/spec.go:6
↓ 4 callers
Method
Write
(v interface{})
asset-format/main.go:43
↓ 4 callers
Method
WriteBit
WriteBit writes the lowest bit in x to the underlying writer
bit/bit.go:76
↓ 4 callers
Method
_resume
()
bench/wasmcall/wasm_exec.js:584
↓ 4 callers
Method
_resume
()
wasmcanvas/wasm_exec.js:574
↓ 4 callers
Function
dataequal
(data sort.Interface, i, k int)
sorts/dpsort/sort.go:11
↓ 4 callers
Function
dataequal
(data []int, i, k int)
sorts/dpsortint/sort.go:9
↓ 4 callers
Function
delta
(a, b int64)
bench/qpc/main.go:94
↓ 4 callers
Function
divRoundUp
divRoundUp returns ceil(n / a).
bench/growslice/misc.go:30
↓ 4 callers
Function
increment
(varname string, by Expr)
vector/generate/expr.go:47
↓ 4 callers
Method
insertEdge
(word string)
wordsearch/trie-compact/uncompact.go:49
↓ 4 callers
Function
medianOfThree
Quicksort, loosely following Bentley and McIlroy, ``Engineering a Sort Function,'' SP&E November 1993. medianOfThree moves the median of the three val
sorts/stdsortint/sort.go:65
↓ 4 callers
Method
nextVar
()
ejit/main.go:45
↓ 4 callers
Function
nodeID
(node *Node)
whyreflect/main.go:60
↓ 4 callers
Function
params
()
bench/audiobuffer/buf_test.go:31
↓ 4 callers
Method
readByte
()
smime/ber/decoder.go:85
↓ 4 callers
Method
readByte
()
ber/decoder.go:85
↓ 4 callers
Function
roundupsize
Returns size of the memory block that mallocgc will allocate if you ask for the size.
bench/growslice/sizeclasses_base.go:27
↓ 4 callers
Function
runParallelBench
(b *testing.B, numRoutines int, q Queue, test func(Queue, int))
queues/pathological/pathological_test.go:12
↓ 4 callers
Function
runtime_pid
()
sync2/runtime2/pid.go:19
↓ 4 callers
Function
sink
go:noinline
bench/onescount/bench_test.go:170
↓ 4 callers
Function
spin
(v *int)
combiner/spin.go:7
↓ 4 callers
Function
testReturn
(t *testing.T, got interface{}, wasOk bool, expected interface{}, expectedOk bool)
queues/testutils_test.go:26
↓ 4 callers
Function
u8
(v float)
render/shade.go:145
↓ 4 callers
Function
withDatabase
(ctx context.Context, connstr string, tb TB, fn func(t TB, db *pgx.Conn))
schema/database_test.go:78
↓ 4 callers
Function
withSchema
(ctx context.Context, connstr string, tb TB, fn func(t TB, db *pgx.Conn))
schema/schema_test.go:81
↓ 3 callers
Method
Add
(b Vec3)
bench/vector_fusing/vector_test.go:10
↓ 3 callers
Method
Allocate
()
ring/buffer.go:37
↓ 3 callers
Function
Apply1To
( dst, xs Vector[T], n uintptr, fn func(x T) T, )
vector/vector/def.go:21
↓ 3 callers
Method
AsInt64
INTEGER AsInt64 treats the given bytes as a big-endian, signed integer and returns the result.
smime/ber/value.go:105
↓ 3 callers
Method
AsInt64
INTEGER AsInt64 treats the given bytes as a big-endian, signed integer and returns the result.
ber/value.go:105
↓ 3 callers
Method
Baseline
()
physicscompress2/physics/state.go:158
↓ 3 callers
Method
Baseline
()
physicscompress/physics/state.go:102
↓ 3 callers
Method
Bytes
()
brutecheck/main.go:124
↓ 3 callers
Function
C3
(R, G, B float)
render/shade.go:180
↓ 3 callers
Function
CodeCopy
(perm [base]byte)
permutation/code.go:55
↓ 3 callers
Method
Contains
(lock *Lock)
lockset/table.go:118
↓ 3 callers
Method
Contains
(word string)
wordsearch/trie/trie.go:60
↓ 3 callers
Function
DecodeTree
(data []byte)
smime/ber/tree.go:63
← previous
next →
201–300 of 5,272, ranked by callers