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/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-x20.c
// Auto-generated file. Do not edit! // Template: src/f32-raddstoreexpminusmax/wasmsimd-rr2-p5.c.in // Generator: tools/xngen // // 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> #...
9,346
41.294118
94
c
XNNPACK
XNNPACK-master/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-raddstoreexpminusmax/wasmsimd-rr2-p5.c.in // Generator: tools/xngen // // 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> #...
5,312
32.840764
94
c
XNNPACK
XNNPACK-master/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-raddstoreexpminusmax/wasmsimd-rr2-p5.c.in // Generator: tools/xngen // // 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> #...
6,425
35.511364
94
c
XNNPACK
XNNPACK-master/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-x8.c
// Auto-generated file. Do not edit! // Template: src/f32-raddstoreexpminusmax/wasmsimd-rr2-p5.c.in // Generator: tools/xngen // // 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> #...
6,318
35.526012
94
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-avx.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 <immintrin.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__avx( size_t batch, const float* input, floa...
1,659
28.122807
92
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-neon.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 <arm_neon.h> #include <xnnpack/common.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__neon( size_t batch, ...
1,712
26.629032
81
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-scalar.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 <xnnpack/math.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__scalar( size_t batch, const float* input, ...
1,207
23.16
72
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-sse.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 <xmmintrin.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__sse( size_t batch, const float* input, floa...
1,579
26.719298
91
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-wasmsimd-arm.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 <wasm_simd128.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__wasmsimd_arm( size_t batch, const float* inp...
1,705
29.464286
114
c
XNNPACK
XNNPACK-master/src/f32-rmax/f32-rmax-wasmsimd-x86.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 <wasm_simd128.h> #include <xnnpack/math.h> #include <xnnpack/rmax.h> void xnn_f32_rmax_ukernel__wasmsimd_x86( size_t b...
1,820
29.35
104
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-neon-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,742
28.542373
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-neon-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,771
29.033898
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-neon-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,899
29.15873
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-neon-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,255
26.304348
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-neon-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,582
27.781818
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-scalar-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
816
21.694444
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-scalar-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,086
22.630435
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-scalar-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,288
23.320755
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-scalar-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,297
23.490566
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-scalar-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,419
23.912281
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-sse-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,743
26.68254
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-sse-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,768
27.079365
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-sse-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,888
27.19403
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-sse-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,278
25.102041
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-sse-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,595
26.050847
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasm-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
798
21.828571
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasm-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,098
23.422222
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasm-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,320
24.403846
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasm-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,329
24.576923
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasm-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,471
25.285714
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,867
28.650794
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,894
29.079365
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,022
29.19403
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,376
27.102041
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,709
27.983051
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,878
28.825397
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,905
29.253968
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,035
29.38806
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,382
27.22449
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,718
28.135593
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-neon-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,742
28.542373
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-neon-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,771
29.033898
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-neon-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,899
29.15873
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-neon-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,255
26.304348
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-neon-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,582
27.781818
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-scalar-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
816
21.694444
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-scalar-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,086
22.630435
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-scalar-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,288
23.320755
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-scalar-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,297
23.490566
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-scalar-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,419
23.912281
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-sse-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,742
26.666667
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-sse-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,767
27.063492
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-sse-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,887
27.179104
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-sse-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,277
25.081633
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-sse-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,594
26.033898
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasm-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
798
21.828571
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasm-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,098
23.422222
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasm-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,320
24.403846
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasm-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,329
24.576923
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasm-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,471
25.285714
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,867
28.650794
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,894
29.079365
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,022
29.19403
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,376
27.102041
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,709
27.983051
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,878
28.825397
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,905
29.253968
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,035
29.38806
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,382
27.22449
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,718
28.135593
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-neon-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
2,247
29.794521
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-neon-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
2,247
30.222222
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-neon-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
2,503
30.3
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-neon-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,527
27.830189
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-neon-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/neon.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 <arm_neon.h> #i...
1,988
29.136364
73
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-scalar-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
901
22.128205
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-scalar-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,308
23.698113
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-scalar-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,611
24.587302
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-scalar-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,597
24.774194
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-scalar-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,841
25.314286
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-sse-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
2,247
28.578947
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-sse-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
2,248
28.986667
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-sse-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
2,488
28.987952
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-sse-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
1,554
27.272727
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-sse-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/sse.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 <xmmintrin.h> #i...
2,003
28.043478
83
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasm-x1.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
893
22.526316
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasm-x2-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,360
25.173077
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasm-x3-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,703
26.483871
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasm-x4-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,689
26.704918
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasm-x4-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/scalar.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 <xnnpack/commo...
1,973
27.608696
72
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,459
30.948052
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,462
31.407895
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,718
31.369048
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,720
29.732143
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,197
30.4
78
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-x12-acc3.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,480
31.220779
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-x16-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,483
31.684211
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-x16-acc4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,743
31.666667
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-x4.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
1,731
29.928571
79
c
XNNPACK
XNNPACK-master/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-x8-acc2.c
// Auto-generated file. Do not edit! // Template: src/f32-rminmax/wasmsimd.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 <wasm_simd12...
2,214
30.642857
79
c