repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr1recps1fma.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) valu...
6,314
48.724409
125
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2fma.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) valu...
6,316
48.740157
125
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2recps.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) valu...
6,302
48.629921
125
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-p5-nr1recps1fma.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__neonfma_rr2_p5_nr1recps1fma( ...
4,788
42.93578
117
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-p5-nr2fma.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__neonfma_rr2_p5_nr2fma( siz...
4,790
42.954128
117
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-neonfma-rr2-p5-nr2recps.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__neonfma_rr2_p5_nr2recps( s...
4,776
42.825688
117
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> // Table...
4,729
40.858407
118
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> // Tabl...
4,775
40.530435
118
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-scalar-rr2-p5-div.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn...
3,901
36.519231
117
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) val...
6,908
50.177778
132
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) val...
7,259
50.126761
132
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) val...
7,342
50.34965
132
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-p5-div.c
// Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__sse2_rr2_p5_div( size_t n...
4,607
42.065421
119
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__sse2_rr2_p5_nr1( size_t n...
4,958
42.5
119
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <emmintrin.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid__sse2_rr2_p5_nr2( size_t n...
5,041
42.843478
119
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-wasmsimd-rr2-lut64-p2-div.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <wasm_simd128.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> // Table of exp2(k / 64) ...
5,949
48.173554
118
c
XNNPACK
XNNPACK-master/src/math/f32-sigmoid-wasmsimd-rr2-p5-div.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <wasm_simd128.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sigmoid...
4,546
43.578431
117
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-avx512f-nr1fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__avx512...
1,123
24.545455
74
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-avx512f-nr1fma1adj.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__avx512...
1,506
27.980769
74
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-avx512f-nr2fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__avx512...
1,361
26.795918
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-fma3-nr1fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__fma3_n...
1,114
24.340909
74
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-fma3-nr1fma1adj.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__fma3_n...
1,497
27.807692
74
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-fma3-nr2fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <immintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__fma3_n...
1,352
26.612245
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neon-nr1rsqrts.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neon_nr...
967
24.473684
89
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neon-nr2rsqrts.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neon_nr...
1,170
28.275
121
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neon-nr3rsqrts.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neon_nr...
1,251
29.536585
123
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neonfma-nr1fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neonfma...
1,105
25.333333
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neonfma-nr1rsqrts1fma1adj.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neonfma...
1,693
29.8
89
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neonfma-nr2fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neonfma...
1,324
27.191489
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neonfma-nr2fma1adj.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neonfma...
1,641
29.407407
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-neonfma-nr3fma.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <arm_neon.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__neonfma...
1,497
28.372549
72
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-sse-hh1mac.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xmmintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__sse_hh...
1,287
27.622222
114
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-sse-nr1mac.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xmmintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__sse_nr...
1,171
26.255814
110
c
XNNPACK
XNNPACK-master/src/math/f32-sqrt-sse-nr2mac.c
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xmmintrin.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_f32_sqrt__sse_nr...
1,282
28.159091
110
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-bitmanip.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_bitmanip( size_t n,...
941
20.409091
72
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-clz-binsearch.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_clz_binsearch( size...
1,059
22.555556
72
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-clz-newton.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_clz_newton( size_t ...
1,035
21.521739
74
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_cvti32_sqrt_lrint( size_t n...
693
21.387097
72
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_cvti64_sqrt_lrint( size_t n...
640
20.366667
72
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_cvt...
970
23.275
76
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_cvt...
940
22.525
76
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-hashemian.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_hashemian( size_t n...
2,863
34.358025
114
c
XNNPACK
XNNPACK-master/src/math/u32-sqrt-scalar-tflm.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn_math_u32_sqrt__scalar_tflm( size_t n, ...
1,356
24.603774
105
c
XNNPACK
XNNPACK-master/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn...
1,322
26
94
c
XNNPACK
XNNPACK-master/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn...
1,323
26.020408
94
c
XNNPACK
XNNPACK-master/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c
// Copyright 2022 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stddef.h> #include <math.h> #include <xnnpack/common.h> #include <xnnpack/math.h> #include <xnnpack/math-stubs.h> void xnn...
1,127
24.066667
94
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h1ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,075
44.72973
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
4,996
44.427273
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
4,900
39.504132
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,182
40.134921
117
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,173
41.065041
123
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,455
41.625
123
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-polynomial.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
3,539
41.650602
119
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-polynomial.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
3,672
42.211765
126
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,121
40.306452
123
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,403
40.891473
123
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-polynomial.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
3,448
40.059524
119
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-avx-polynomial.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
3,568
40.5
126
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fma.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,454
44.840336
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fmaadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,654
45.352459
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recps.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,439
44.714286
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recpsadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,639
45.229508
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpe.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,341
44.65812
117
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpeadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,541
45.183333
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,375
44.559322
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fmaadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,575
45.082645
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,360
44.432203
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recpsadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,560
44.958678
116
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpe.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,262
44.37069
117
c
XNNPACK
XNNPACK-master/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj.c
// Auto-generated file. Do not edit! // Template: src/math/f16-tanh-neonfp16arith-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
5,462
44.907563
116
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ps-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-neon-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,229
45.492537
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-neon-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
4,901
42
116
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
6,369
44.5
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
8,765
49.965116
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,377
41.68254
123
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,878
42.548148
123
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
5,962
42.845588
123
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,615
50.698925
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,699
50.871658
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,528
50.508108
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,612
50.682796
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,528
50.508108
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <stdd...
9,612
50.682796
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,881
42.25
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,475
43.054422
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,957
42.173913
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,495
42.891892
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,551
42.973154
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,836
42.237037
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,374
42.965517
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
6,430
43.047945
119
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,067
39.870968
116
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,605
40.835821
117
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx2-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <std...
5,661
40.940741
116
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
5,955
44.815385
124
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
6,547
45.439716
124
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
5,882
44.253846
124
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
6,266
44.413043
124
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
6,474
44.921986
124
c
XNNPACK
XNNPACK-master/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c
// Auto-generated file. Do not edit! // Template: src/math/f32-tanh-avx512skx-expm1minus.c.in // Generator: tools/xngen // // Copyright 2023 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include...
5,871
44.875
124
c