MCPcopy Create free account

hub / github.com/cmuparlay/parlaylib / functions

Functions1,507 in github.com/cmuparlay/parlaylib

MethodMyFunctor
test/test_delayed_sequence.cpp:16
FunctionMyTriviallyRelocatable
test/test_relocate.cpp:41
MethodMyType
test/test_worker_specific.cpp:66
MethodMyType
test/test_thread_specific.cpp:68
MethodNestedNonConstRange
test/range_utils.h:129
MethodNode
include/parlay/internal/concurrency/hazptr_stack.h:41
MethodNonConstRange
test/range_utils.h:120
MethodNonStandardLayout
test/test_sequence.cpp:874
MethodNotDefaultConstructible
test/test_sequence.cpp:838
MethodNotRelocatable
benchmark/bench_sequence.cpp:58
MethodNotTriviallyRelocatable
test/test_relocate.cpp:20
MethodRelocatable
benchmark/bench_sequence.cpp:43
MethodRetiredList
include/parlay/internal/concurrency/acquire_retire.h:30
MethodSelfReferentialThing
test/sorting_utils.h:53
FunctionTEST
test/test_sorting_primitives.cpp:14
FunctionTEST
test/test_delayed_for_each.cpp:16
FunctionTEST
test/test_delayed_filter_op.cpp:49
FunctionTEST
test/test_hash_table.cpp:5
FunctionTEST
test/test_parallel.cpp:12
FunctionTEST
test/test_delayed_filter.cpp:48
FunctionTEST
test/test_transpose.cpp:7
FunctionTEST
test/test_worker_specific.cpp:14
FunctionTEST
test/test_integer_sort.cpp:15
FunctionTEST
test/test_padded.cpp:13
FunctionTEST
test/test_file_map.cpp:9
FunctionTEST
test/test_relocate.cpp:74
FunctionTEST
test/test_monoid.cpp:57
FunctionTEST
test/test_sample_sort.cpp:16
FunctionTEST
test/test_delayed_flatten.cpp:53
FunctionTEST
test/test_merge_sort.cpp:16
FunctionTEST
test/test_quicksort.cpp:17
FunctionTEST
test/test_bucket_sort.cpp:17
FunctionTEST
test/test_formatting.cpp:11
FunctionTEST
test/test_slice.cpp:10
FunctionTEST
test/test_group_by.cpp:20
FunctionTEST
test/test_allocator.cpp:10
FunctionTEST
test/test_delayed_sequence.cpp:9
FunctionTEST
Sum all of the even and odd numbers in a psuedorandom sequence using reduce by key, where the key is the parity
test/test_collect_reduce.cpp:10
FunctionTEST
test/test_delayed_scan.cpp:59
FunctionTEST
test/test_io.cpp:10
FunctionTEST
test/test_delayed_reduce.cpp:15
FunctionTEST
test/test_thread_specific.cpp:14
FunctionTEST
test/test_uninitialized_memory.cpp:47
FunctionTEST
test/test_primitives.cpp:13
FunctionTEST
test/test_range.cpp:95
FunctionTEST
test/test_sequence.cpp:30
FunctionTEST
This really just checks that it compiles since we do not test any outcomes
test/test_random.cpp:9
FunctionTEST
test/test_delayed_map.cpp:39
FunctionTEST
test/test_parsing.cpp:11
FunctionTEST
test/test_counting_sort.cpp:18
FunctionTEST
test/test_delayed_zip.cpp:17
FunctionTEST
test/test_hazptr_stack.cpp:7
FunctionTEST_P
test/test_group_by.cpp:45
FunctionTYPED_TEST
test/test_relocate.cpp:179
MethodThreadId
include/parlay/internal/thread_id_pool.h:72
MethodThreadIdOwner
include/parlay/internal/thread_id_pool.h:88
MethodThreadIdPool
The constructor must be public since we make_shared it, but we protect it with a private parameter type
include/parlay/internal/thread_id_pool.h:59
MethodThreadListChunkData
include/parlay/thread_specific.h:90
MethodThreadSpecific
include/parlay/thread_specific.h:168
MethodTransform
examples/helper/spherical.h:28
MethodTriviallyRelocatable
test/test_relocate.cpp:30
MethodUncopyableThing
test/sorting_utils.h:30
MethodUninitialized
include/parlay/thread_specific.h:110
MethodUninitializedTracker
include/parlay/internal/debug_uninitialized.h:37
MethodWorkStealingJob
include/parlay/internal/work_stealing_job.h:18
MethodWorkerSpecific
include/parlay/worker_specific.h:54
MethodX
test/test_padded.cpp:368
Method_data_impl
include/parlay/internal/sequence_base.h:400
MethodaddTo
translate from exterior in far box and add to interior here
examples/nbody_fmm.h:161
Methodadd_leaf
add points in a leaf node to in_range
examples/3d_range.h:74
Methodadd_weights
examples/helper/graph_utils.h:62
Methodaddm
include/parlay/monoid.h:260
Methodalloc
Allocate uninitialized storage appropriate for storing an object of type T
include/parlay/alloc.h:243
Methodallocate
include/parlay/alloc.h:275
Methodallocate
include/parlay/internal/pool_allocator.h:135
MethodallocateExpansions
examples/nbody_fmm.h:213
Methodallocate_blocks
include/parlay/internal/block_allocator.h:100
Methodallocate_large
include/parlay/internal/pool_allocator.h:61
Methodallocator
include/parlay/alloc.h:182
Functionappend
include/parlay/primitives.h:1199
Functionapply
include/parlay/internal/stream_delayed.h:154
Functionarray_monoid
include/parlay/monoid.h:245
Functionassign
include/parlay/sequence.h:395
Functionatomic_wait_explicit
include/parlay/internal/atomic_wait.h:366
Functionbegin
include/parlay/thread_specific.h:383
Functionbegin
include/parlay/utilities.h:448
Methodbegin
test/range_utils.h:134
Methodbegin
include/parlay/worker_specific.h:146
Methodbegin
include/parlay/delayed_sequence.h:249
Methodbegin
include/parlay/internal/uninitialized_sequence.h:137
Methodbegin
include/parlay/internal/windows/file_map_impl_windows.h:45
Functionbellman_ford
examples/bellman_ford.h:16
Functionbellman_ford_lazy
examples/bellman_ford.h:43
Functionbench_bestcut
benchmark/bench_delayed.cpp:261
Functionbench_bfs
benchmark/bench_delayed.cpp:370
Functionbench_bignum_add
benchmark/bench_delayed.cpp:125
Functionbench_chars_to_double_fastpath
benchmark/bench_parsing.cpp:139
Functionbench_chars_to_double_slowpath
benchmark/bench_parsing.cpp:166
Functionbench_chars_to_float_fastpath
benchmark/bench_parsing.cpp:130
Functionbench_chars_to_float_slowpath
benchmark/bench_parsing.cpp:157
← previousnext →601–700 of 1,507, ranked by callers