MCPcopy Create free account

hub / github.com/RoDmitry/atoi_simd / functions

Functions155 in github.com/RoDmitry/atoi_simd

Functionparse_simd
( s: &[u8], )
src/simd/shared_32.rs:33
Functionparse_simd_16
( mut s: &[u8], )
src/simd/sse_avx.rs:640
Functionparse_simd_16
( mut s: &[u8], )
src/simd/neon.rs:300
Functionparse_simd_16_noskip
(s: &[u8])
src/simd/sse_avx.rs:631
Functionparse_simd_checked
( s: &[u8], )
src/simd/shared_32.rs:45
Functionparse_simd_checked_i128
( s: &[u8], )
src/simd/shared_64.rs:38
Functionparse_simd_checked_i128_neg
( s: &[u8], )
src/simd/shared_64.rs:147
Functionparse_simd_checked_i64
( s: &[u8], )
src/simd/shared_64.rs:89
Functionparse_simd_checked_i64_neg
( s: &[u8], )
src/simd/shared_64.rs:117
Functionparse_simd_checked_neg
( s: &[u8], )
src/simd/shared_32.rs:73
Functionparse_simd_checked_pre_neg
(s: &[u8])
src/simd/shared_32.rs:20
Functionparse_simd_checked_pre_pos
(s: &[u8])
src/simd/shared_32.rs:7
Functionparse_simd_checked_u128
( s: &[u8], )
src/simd/shared_64.rs:8
Functionparse_simd_checked_u64
( s: &[u8], )
src/simd/shared_64.rs:63
Functionparse_simd_i128
( s: &[u8], )
src/simd/shared_64.rs:26
Functionparse_simd_i128_neg
( s: &[u8], )
src/simd/shared_64.rs:132
Functionparse_simd_i64
( s: &[u8], )
src/simd/shared_64.rs:76
Functionparse_simd_i64_neg
( s: &[u8], )
src/simd/shared_64.rs:102
Functionparse_simd_neg
( s: &[u8], )
src/simd/shared_32.rs:57
Functionparse_simd_u128
( mut s: &[u8], )
src/simd/sse_avx.rs:669
Functionparse_simd_u128
( mut s: &[u8], )
src/simd/neon.rs:387
Functionparse_simd_u64
( s: &[u8], )
src/simd/shared_64.rs:50
Functionparse_skipped
(s: &[u8])
src/lib.rs:170
Functionparse_tester
( chars: I, )
tests/test.rs:89
Functionroundtrip_all_i16
too slow in miri
tests/roundtrip.rs:40
Functionroundtrip_all_i8
()
tests/roundtrip.rs:18
Functionroundtrip_all_u16
too slow in miri
tests/roundtrip.rs:29
Functionroundtrip_all_u8
()
tests/roundtrip.rs:8
Functiontest_check_len_8
()
src/fallback.rs:529
Functiontest_corner_cases
()
src/simd/shared_64.rs:166
Functiontest_load_len_16
()
src/simd/neon.rs:650
Functiontest_load_len_8
()
src/simd/neon.rs:636
Functiontest_parse_i128
()
tests/test.rs:473
Functiontest_parse_i16
()
tests/test.rs:247
Functiontest_parse_i32
()
tests/test.rs:295
Functiontest_parse_i64
()
tests/test.rs:361
Functiontest_parse_i8
()
tests/test.rs:200
Functiontest_parse_neg
()
tests/test.rs:739
Functiontest_parse_pos
()
tests/test.rs:706
Functiontest_parse_prefix
()
tests/test.rs:772
Functiontest_parse_prefix_neg
()
tests/test.rs:967
Functiontest_parse_prefix_pos
()
tests/test.rs:925
Functiontest_parse_prefix_u128
()
tests/test.rs:437
Functiontest_parse_prefix_u16
()
tests/test.rs:237
Functiontest_parse_prefix_u32
()
tests/test.rs:285
Functiontest_parse_prefix_u64
()
tests/test.rs:334
Functiontest_parse_prefix_u8
()
tests/test.rs:190
Functiontest_parse_skipped
()
tests/test.rs:988
Functiontest_parse_types
()
tests/test.rs:540
Functiontest_parse_u128
()
tests/test.rs:383
Functiontest_parse_u16
()
tests/test.rs:221
Functiontest_parse_u32
()
tests/test.rs:269
Functiontest_parse_u64
()
tests/test.rs:317
Functiontest_parse_u8
()
tests/test.rs:174
Functiontest_zeroes
()
tests/test.rs:579
← previous101–155 of 155, ranked by callers