source
stringlengths
3
92
c
stringlengths
26
2.25M
utils.c
#include "utils.h" /* void merge_scores(int * scores, char ** titles, unsigned long int size) { unsigned long int i1 = 0; unsigned long int i2 = size / 2; unsigned long int it = 0; // allocate memory for temporary buffers char ** tmp2 = (char **) malloc(size*sizeof(char *)); int * tmp3 = (int *) malloc (size*...
MatrixInverseModel.h
/* * Copyright 2016 [See AUTHORS file for list of authors] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
Parser.h
//===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
c_fft.c
/* *********************************************************************** This program is part of the OpenMP Source Code Repository http://www.pcg.ull.es/ompscr/ e-mail: ompscr@etsii.ull.es This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
GB_binop__rminus_uint8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
mhpTest3.c
int foo() { int x; x = 10; #pragma omp barrier int y; y = 10; } int func1() { int f11; foo(); int f12; } int func2() { int f21; foo(); int f22; } int main() { #pragma omp parallel { int a = 10; if(a > 12) func1(); else func2(); } }
nl_matrix.c
/* * Copyright (c) 2004-2010, Bruno Levy * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of c...
GB_binop__iseq_int64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
GB_unaryop__abs_int16_uint64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
GB_unaryop__ainv_uint16_uint64.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
GB_unaryop__ainv_uint8_uint16.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
host_as_target.c
// Check that specifying device as omp_get_initial_device(): // - Doesn't cause the runtime to fail. // - Offloads code to the host. // - Doesn't transfer data. In this case, just check that neither host data nor // default device data are affected by the specified transfers. // - Works whether it's specified direct...
PeptideIndexing.h
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
GB_binop__gt_uint16.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
QuadNode.h
/* * QuadNode.h * * Created on: 21.05.2014 * Author: Moritz v. Looz (moritz.looz-corswarem@kit.edu) */ #ifndef QUADNODE_H_ #define QUADNODE_H_ #include <vector> #include <algorithm> #include <functional> #include <assert.h> #include "../../auxiliary/Log.h" #include "../../auxiliary/Parallel.h" #include ".....
GB_unop__identity_int16_int8.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
coverage.h
#ifndef COVERAGE_H #define COVERAGE_H #include <boost/container/flat_set.hpp> #include <boost/dynamic_bitset.hpp> #include <boost/iostreams/stream.hpp> #include <boost/iostreams/stream_buffer.hpp> #include <boost/iostreams/device/file.hpp> #include <boost/iostreams/filtering_stream.hpp> #include <boost/iostreams/filte...
optimizer.c
/* Copyright 2014-2018 The PySCF Developers. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless requi...
hermv_c_dia_u_lo.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "alphasparse/opt.h" #ifdef _OPENMP #include <omp.h> #endif #include <memory.h> #include <stdlib.h> alphasparse_status_t ONAME(const ALPHA_Complex alpha, const ALPHA_SPMAT_DIA *A, const ALPHA_Complex *x, ...
array_section_implicit_capture.c
// RUN: %libomptarget-compile-generic -fopenmp-version=51 // RUN: %libomptarget-run-generic 2>&1 \ // RUN: | %fcheck-generic #include <stdio.h> #include <stdlib.h> #define N 1024 #define FROM 64 #define LENGTH 128 int main() { float *A = (float *)malloc(N * sizeof(float)); float *B = (float *)malloc(N * sizeof(f...
image.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
pdgstrf.c
/*! @file * \brief Performs LU factorization in parallel * * <pre> * -- Distributed SuperLU routine (version 4.0) -- * Lawrence Berkeley National Lab, Univ. of California Berkeley. * October 1, 2014 * * Modified: * September 1, 1999 * Feburary 7, 2001 use MPI_Isend/MPI_Irecv * October 15, 2008...
tasks_mpi_openmp.c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #ifdef _OPENMP #include <omp.h> #endif #ifdef _MPI #include "mpi.h" #endif #define STRINGIZE_MACRO(A) #A #define STRINGIZE(A) STRINGIZE_MACRO(A) int main(int argc, char *argv[]) { int size = 1; int rank = 0; int tid = 0; FILE *outputfile; ...
re_model_template.h
/*! * This file is part of GPBoost a C++ library for combining * boosting with Gaussian process and mixed effects models * * Copyright (c) 2020 Fabio Sigrist. All rights reserved. * * Licensed under the Apache License Version 2.0. See LICENSE file in the project root for license information. */ #ifndef GPB_RE_MODEL_TEM...
OMPIRBuilder.h
//===- IR/OpenMPIRBuilder.h - OpenMP encoding builder for LLVM IR - C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
scene.h
// // Created by xiaoc on 2018/10/8. // #ifndef PATH_TRACER_SCENE_H #define PATH_TRACER_SCENE_H #include <vector> #include <exception> #include <iostream> #include "renderobject.h" #include "util.h" #include "lib/rand48/erand48.h" #include "fmt/format.h" #include "lib/lodepng/lodepng.h" #include "kdtree.h" class Pa...
GB_binop__fmod_fp32.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX...
word2vec.h
// Word2Vec C++ 11 // Copyright (C) 2013 Jack Deng <jackdeng@gmail.com> // MIT License // // based on Google Word2Vec and gensim from Radim Rehurek (see http://radimrehurek.com/2013/09/deep-learning-with-word2vec-and-gensim/) // see main.cc for building instructions // P.S. compiler vector extension, AVX intrinsics (ev...
statistic.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
morphology.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
middle3r.c
/* * Date: 11 December 2015 * Contact: Thomas Peyrin - thomas.peyrin@gmail.com */ /* * Simmulation of boomerang analysis for Skinny * Date: March 21, 2020 * Author: Hosein Hadipour * Contact: hsn.hadipour@gmail.com */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #i...
GB_unop__identity_int64_uint32.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
dnnl_requantize-inl.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
light.h
/* light.h */ #include "mytypes.h" /******************************************************************************/ /* Access macros */ /* light */ #define t0(a,b,c) t0[CELTNDX(a,b,c)] #define t0_sav(a,b,c) t0_sav[CELTNDX(a,b,c)] #define t2(a,b,c) t2[CELTNDX(a,b,c)] /* t0_big has NO guard zones and is nxfull-by-nyf...
NAS_BT.c
//--------------------------------------------------------------------- // program BT //--------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #include <sys/time.h> #if !defined(CLASS_W) && !defined(CLASS_S) && !defined(CLASS_A...
statistic.c
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
GB_binop__pair_uint8.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
labels.h
/* Algorithm for Steiner Problem in Graphs Copyright (c) Microsoft Corporation All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, in...
SimpleLsh.h
/* * File: LSH_all.h * Author: chteflio * * Created on March 26, 2015, 9:16 AM */ #ifndef LSH_ALL_H #define LSH_ALL_H namespace mips { class SimpleLsh : public Mip { ProbeBucket probeBucket, probeBucketK; std::vector<RetrievalArguments> retrArg; LempArguments args; inline...
t_cholmod_gpu.c
/* ========================================================================== */ /* === GPU/t_cholmod_gpu ==================================================== */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
convolution_3x3_pack16.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2022 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
common.h
#ifndef LIGHTGBM_UTILS_COMMON_FUN_H_ #define LIGHTGBM_UTILS_COMMON_FUN_H_ #include <LightGBM/utils/log.h> #include <LightGBM/utils/openmp_wrapper.h> #include <cstdio> #include <string> #include <vector> #include <sstream> #include <cstdint> #include <algorithm> #include <cmath> #include <functional> #include <memory>...
10_omp_empty.c
// clang-format off // RUN: %c-to-llvm -fno-discard-value-names %omp_c_flags %s | %apply-typeart -typeart-alloca -call-filter -S 2>&1 | FileCheck %s // REQUIRES: openmp // clang-format on #include "omp.h" // CHECK-NOT: {{.*}} __typeart_alloc void foo(int* x) { #pragma omp parallel // transformed to @__kmpc_fork_ca...
EmbeddingBag.h
/****************************************************************************** * Copyright (c) Intel Corporation - All rights reserved. * * This file is part of the LIBXSMM library. * * * ...
fatorial.c
#include <stdio.h> #include <stdlib.h> #include <omp.h> long fat(int n) { long res; int i; res = 1; #pragma omp parallel for reduction(*:res) for(i = 2; i <= n; i++){ res *= i; } return res; } int main(int argc, char **argv) { int n; long resultado; if(argc < 2){ ...
swapCheck3.c
int main() { int A = 5; int B = 10; int C; int D = 0; #pragma omp parallel { #pragma omp atomic D = D + 1; int x = 11; while (1) { #pragma omp single nowait { l1: C = A; l2: A = B; l3: B = C; } #pragma omp barrier #pragma omp master { l4: D = D + A + B; } #pragma omp barrier #prag...
segment_reduce.h
/*! * Copyright (c) 2020 by Contributors * \file array/cpu/spmm.h * \brief Segment reduce kernel function header. */ #ifndef DGL_ARRAY_CPU_SEGMENT_REDUCE_H_ #define DGL_ARRAY_CPU_SEGMENT_REDUCE_H_ #include <dgl/array.h> namespace dgl { namespace aten { namespace cpu { template <typename IdType, typename DType> ...
mlp_mnist.c
/****************************************************************************** * Copyright (c) Intel Corporation - All rights reserved. * * This file is part of the LIBXSMM library. * * * ...
GB_binop__bset_int64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
GB_unop__identity_int16_int32.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://...
qsort_arg_mt.c
/* * Imported from PostgreSQL sources by Teodor Sigaev <teodor@sigaev.ru>, <sigaev@corp.mail.ru> */ /* * qsort_arg.c: qsort with a passthrough "void *" argument * * Modifications from vanilla NetBSD source: * Add do ... while() macro fix * Remove __inline, _DIAGASSERTs, __P * Remove ill-considered "swap_...
omp_lock.c
#include <omp.h> #include <stdio.h> #define THREADS 512 #define WARPSIZE 64 #pragma omp declare target omp_lock_t lock; #pragma omp end declare target int main() { int error = 0; unsigned count = 0; // incremented within target region unsigned expected_count = 0; // incremented on host #pragma omp t...
GB_unop__identity_uint8_fc64.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Li...
mixed_tentusscher_myo_epi_2004_S2_12.c
// Scenario 2 - Mixed-Model TenTusscher 2004 (Myocardium + Epicardium) // (AP + max:dvdt) #include <stdio.h> #include "mixed_tentusscher_myo_epi_2004_S2_12.h" GET_CELL_MODEL_DATA(init_cell_model_data) { if(get_initial_v) cell_model->initial_v = INITIAL_V; if(get_neq) cell_model->number_of_ode...
mixed_tentusscher_myo_epi_2004.c
#include <stdio.h> #include "mixed_tentusscher_myo_epi_2004.h" GET_CELL_MODEL_DATA(init_cell_model_data) { if(get_initial_v) cell_model->initial_v = INITIAL_V; if(get_neq) cell_model->number_of_ode_equations = NEQ; } SET_ODE_INITIAL_CONDITIONS_CPU(set_model_initial_conditions_cpu) { st...
trsm_x_csr_n_lo_row.c
#include "alphasparse/kernel.h" #include "alphasparse/util.h" #include "alphasparse/opt.h" #include <memory.h> alphasparse_status_t ONAME(const ALPHA_Number alpha, const ALPHA_SPMAT_CSR *A, const ALPHA_Number *x, const ALPHA_INT columns, const ALPHA_INT ldx, ALPHA_Number *y, const ALPHA_INT ldy) { ALPHA_INT m = A-...
questao03.c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "omp.h" int main() { long int **matriz; long int sum_s = 0, sum_p = 0; int entrada, i, j; double t1_s, t2_s, t1_p, t2_p; srand(time(0)); printf("Informe um numero inteiro positivo: "); scanf("%d", &entrada); if(entrada < 0) { prin...
re_model_template.h
/*! * This file is part of GPBoost a C++ library for combining * boosting with Gaussian process and mixed effects models * * Copyright (c) 2020 Fabio Sigrist. All rights reserved. * * Licensed under the Apache License Version 2.0. See LICENSE file in the project root for license information. */ #ifndef GPB_RE_MODEL_TEM...
build_search_model.c
#include <omp.h> #include <getopt.h> #include "tldevel.h" #include "tlmisc.h" #include "tlrng.h" #include "tlseqbuffer.h" #include "randomkit.h" #include "sequence_struct.h" #include "sequence_alloc.h" #include "sequence_io.h" #include "pst_build.h" #include "model_struct.h" #include "model_io.h" #include "model...
GB_binop__land_int64.c
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-...
GB_unaryop__one_bool_bool.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
gemv_x_dia.c
#include "alphasparse/kernel.h" #include "alphasparse/opt.h" #include "alphasparse/util.h" #include <string.h> #ifdef _OPENMP #include <omp.h> #endif static alphasparse_status_t ONAME_omp(const ALPHA_Number alpha, const ALPHA_SPMAT_DIA* A, const ALPHA_Number* x, const ALPHA_Number beta, ...
3d25pt_var.c
/* * Order-1, 3D 25 point stencil with axis-symmetric ariable coefficients * Adapted from PLUTO and Pochoir test bench * * Tareq Malas */ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #ifdef LIKWID_PERFMON #include <likwid.h> #endif #include "print_utils.h" #define TESTS 2 #define MAX(a,b) ((a) >...
openmp_common.c
// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -verify -fopenmp -ferror-limit 100 -o - %s #pragma omp // expected-error {{expected an OpenMP directive}} #pragma omp unknown_directive // expected-error {{expected an OpenMP directive}} void foo() { #pragma omp // expected-error {{expected an OpenMP directive}} #pr...
masked-spgemm.h
#ifndef SPGEMM_GENERIC_H #define SPGEMM_GENERIC_H #include <algorithm> #include "../CSR.h" #include "scan.h" #include "util.h" #include "hash/HashAccumulator.h" #include "hash/MaskedHashAlgorithm.h" #include "msa/MSAAlgorithm_old.h" #include "msa/MSAAlgorithm.h" #include "mca/MCAAlgorithm.h" #include "heap/MaskedHeapA...
kernel1.h
/* #include "worklist.h" #include <vector> #include <set> using namespace std; */ #define MAXCOLOR 128 void FirstFit(int m, int nnz, int *csrRowPtr, int *csrColInd, Worklist &inwl, int *coloring) { unsigned start, end; int ii; start = inwl.start; end = inwl.end; #ifdef ENABLE_OPENMP #pragma omp parallel ...
elemwise_binary_op.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
sse.h
/* SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, ...
DeclOpenMP.h
//===- DeclOpenMP.h - Classes for representing OpenMP directives -*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===--------------------------...
kernel_GICOV.h
#pragma omp target teams distribute parallel for thread_limit(work_group_size) for (int gid = 0; gid < global_work_size; gid++) { // Determine this thread's pixel int i = gid/local_work_size + MAX_RAD + 2; int j = gid%local_work_size + MAX_RAD + 2; // Initialize the maximal GICOV score to 0 float max_GICOV = 0...
GB_unaryop__identity_uint64_uint32.c
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved. // http...
quantize.h
// Copyright 2018 Xiaomi, Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
dense_minmax.c
/* Copyright (c) 2016-2017 Drew Schmidt All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list o...
9706.c
/* POLYBENCH/GPU-OPENMP * * This file is a part of the Polybench/GPU-OpenMP suite * * Contact: * William Killian <killian@udel.edu> * * Copyright 2013, The University of Delaware */ #include <stdio.h> #include <unistd.h> #include <string.h> #include <math.h> /* Include polybench common header. */ #include <po...
rwpng.c
/*--------------------------------------------------------------------------- pngquant: RGBA -> RGBA-palette quantization program rwpng.c --------------------------------------------------------------------------- © 1998-2000 by Greg Roelofs. © 2009-2014 by Kornel Lesiński. All rights res...
django_fmt_plug.c
/* Django 1.4 patch for JtR. Hacked together during May of 2012 by * Dhiru Kholia <dhiru.kholia at gmail.com>. * * This software is Copyright (c) 2012, Dhiru Kholia <dhiru.kholia at gmail.com>, * and it is hereby released to the general public under the following terms: * Redistribution and use in source and binar...
vectorOps.c
/*======================= C Program Template Evan William Gretok Month D, YEAR =======================*/ // Inclusions #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <math.h> #include <omp.h> // Definitions #define DEBUG 0 #define SIZE 100000000 // Main int main( int argc, ...
3d7pt.lbpar.c
#include <omp.h> #include <math.h> #define ceild(n,d) ceil(((double)(n))/((double)(d))) #define floord(n,d) floor(((double)(n))/((double)(d))) #define max(x,y) ((x) > (y)? (x) : (y)) #define min(x,y) ((x) < (y)? (x) : (y)) /* * Order-1, 3D 7 point stencil * Adapted from PLUTO and Pochoir test bench * * Tare...
par_csr_matop.c
/****************************************************************************** * Copyright (c) 1998 Lawrence Livermore National Security, LLC and other * HYPRE Project Developers. See the top-level COPYRIGHT file for details. * * SPDX-License-Identifier: (Apache-2.0 OR MIT) ***************************************...
SpatialDilatedMaxPooling.c
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "THNN/generic/SpatialDilatedMaxPooling.c" #else #include <THNN/generic/pooling_shape.h> #include <algorithm> static inline void THNN_(SpatialDilatedMaxPooling_shapeCheck)( THTensor *input, THTensor *gradOutput, THIndexTensor *indices, int kH, int kW, int...
sum_tree.h
#include <cmath> #include <memory> #include <mutex> #include <vector> #include <unordered_map> // #include <iostream> template<typename> class SumTreeTestProxy; template<typename Precision> struct SumTreeNode { std::shared_ptr<SumTreeNode> left; std::shared_ptr<SumTreeNode> right; std::shared_ptr<SumTreeNode> p...
cp-tree.h
/* Definitions for C++ parsing and type checking. Copyright (C) 1987-2018 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
perft.h
// perft.h - PIGEON CHESS ENGINE (c) 2012-2016 Stuart Riffle namespace Pigeon { #ifndef PIGEON_PERFT_H__ #define PIGEON_PERFT_H__ struct Perft { static void GatherPerftParallelPositions( const Position& pos, int depth, std::vector< Position >* dest ) { MoveList valid; valid.FindMoves( ...
GB_unop__trunc_fc64_fc64.c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
Stmt.h
//===- Stmt.h - Classes for representing statements -------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
ofmo-calc-frag.c
/** * @file ofmo-calc-frag.c * @brief フラグメント電子状態計算関係の関数を記述したファイル * * 2中心クーロン積分の計算を積分タイプごとに分割して * 計算するようにした。 * * 4中心クーロン相互作用項を、最後の1つを除いて、worker=0でも * 計算させるようにした * * */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <limits.h> #ifdef USE_MPI #include <mpi.h> #else #inclu...
coordinate_common.h
/*! * Copyright 2018 by Contributors * \author Rory Mitchell */ #pragma once #include <algorithm> #include <string> #include <utility> #include <vector> #include <limits> #include "../common/random.h" namespace xgboost { namespace linear { /** * \brief Calculate change in weight for a given feature. Applies l1/l2...
utils.h
#define MIN(a,b) (((a<b)?a:b)) static inline unsigned long long cycles() { unsigned long long u; asm volatile ("rdtscp;shlq $32,%%rdx;orq %%rdx,%%rax;movq %%rax,%0":"=q"(u)::"%rax", "%rdx", "rcx"); return u; } // double myseconds() { struct timeval tp; struct timezone tzp; int i; i = gettim...
graph.h
// Copyright 2020 The Google Research Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
Scene.h
#pragma once #include <vector> #include <random> #include <cmath> #include "Vec3.h" #include "Vertex.h" #include "Camera.h" #include "Ray.h" #include "Triangle.h" #include "Mesh.h" #include "LightSource.h" using namespace std; void printProgressBar(float prop) { int progress = round(50.0f * prop); string pro...
DilationFilter.h
/* * ErosionFilter.h * * Created on: 13.06.2016 * Author: Darius Malysiak */ #ifndef IMAGEPROCESSING_DILATIONFILTER_H_ #define IMAGEPROCESSING_DILATIONFILTER_H_ #include "../BaseObject.h" #include "../DataStructures/Matrix.h" #include "../DataStructures/Image.h" namespace Lazarus { template<typename T> c...
def.h
/** * @author : Zhao Chonyyao (cyzhao@zju.edu.cn) * @date : 2021-04-30 * @description: functional and constraint definition * @version : 1.0 */ #ifndef NUMERIC_DEF_H #define NUMERIC_DEF_H #include <memory> #include <iostream> #include <Eigen/Sparse> #include "data_str_core.h" #include "error.h" #inc...
ark_heat1D_adapt_ompdev.c
/*--------------------------------------------------------------- * Programmer(s): Shelby Lockhart @ LLNL *--------------------------------------------------------------- * Based on the serial code ark_heat1D_adapt.c developed * by David R. Reynolds and parallelized with OpenMP 4.5 *-------------------------------...
operator_tune-inl.h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
truncate.c
/* Generated by Cython 0.29.21 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/scipy-stack/2020b/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h", "/cvmfs/soft.computecanada.ca/easybuild/so...
row_wise_v2.c
#include<stdio.h> #include<string.h> #include <stdlib.h> #include<mpi.h> #include<omp.h> #include<time.h> //macros #define ALPHABET_LENGTH 4 #define max(x,y) ((x)>(y)?(x):(y)) //global variables char *string_A; char *string_B; char *unique_chars_C; //unique alphabets int c_len; int *P_Matrix; int *DP_Results; //to st...
ccl_fftlog.c
#include <stdlib.h> #include <math.h> #include <complex.h> #include <fftw3.h> #include <gsl/gsl_sf_result.h> #include <gsl/gsl_sf_gamma.h> #include "ccl.h" /**************************************************************** This is the famous FFTLog. First imlplemented by the living legend Andrew Hamilton: http://...
mainapp.c
#include <stdio.h> #include <stdlib.h> #include <omp.h> #include <windows.h> //This block of codes was made by M. Raihan Azhari// //------------------------------------------------ struct amalan{ //variabel amanalan ibadah harian int tahajud; int dhuha; int wajib; int tilawah; int tahfidz; struct amalan *nex...
smith.c
/*! * \file smith.c * \author Jun Yoshida * \copyright (c) Jun Yoshida 2019 * The project is released under BSD3 License. * \detail * Compute the Smith normal forms by recursively application of hermiteNF_LLL. */ #include "common.h" #include "elementary.h" #include "hermite_lll.h" #includ...
ep.c
//-------------------------------------------------------------------------// // // // This benchmark is a serial C version of the NPB EP code. This C // // version is developed by the Center for Manycore Programming at Seoul // // Nati...