/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/Operators.hpp: 307 - 307
--------------------------------------------------------------------------------

307:     return Ret{lhs} + rhs;
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/View.hpp: 110 - 110
--------------------------------------------------------------------------------

110:     return data[idx];
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/index/IndexValue.hpp: 83 - 105
--------------------------------------------------------------------------------

83:     value++;
[...]
105:     return TYPE(value + a);
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/src/Kripke/Kernel/Scattering.cpp: 84 - 97
--------------------------------------------------------------------------------

84:             GlobalGroup global_g{*g+glower_dst};
85:             GlobalGroup global_gp{*gp+glower_src};
86: 
87:             MixElem mix_start = zone_to_mixelem(z);
88:             MixElem mix_stop = mix_start + zone_to_num_mixelem(z);
89: 
90:             double sigs_z = 0.0;
91:             for(MixElem mix = mix_start;mix < mix_stop;++ mix){
92:               Material mat = mixelem_to_material(mix);
93:               double fraction = mixelem_to_fraction(mix);
94: 
95:               sigs_z += sigs(mat, n, global_g, global_gp) * fraction;
96:             }
97:             phi_out(nm, g, z) += sigs_z * phi(nm, gp, z);
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/policy/openmp/kernel/Collapse.hpp: 81 - 81
--------------------------------------------------------------------------------

81: #pragma omp parallel for private(i0, i1) firstprivate(privatizer) \
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/index/RangeSegment.hpp: 120 - 120
--------------------------------------------------------------------------------

120:   RAJA_HOST_DEVICE RAJA_INLINE ~TypedRangeSegment() {}
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/policy/loop/forall.hpp: 59 - 59
--------------------------------------------------------------------------------

59:   for (decltype(distance_it) i = 0; i < distance_it; ++i) {
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/util/Layout.hpp: 55 - 55
--------------------------------------------------------------------------------

55:     return a * b;
/scratch_na/users/xoserete/qaas_runs/171-319-6990/intel/Kripke/build/Kripke/tpl/raja/include/RAJA/internal/Iterators.hpp: 177 - 177
--------------------------------------------------------------------------------

177:     return value_type(val + rhs);
