/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: 79 - 110
--------------------------------------------------------------------------------

79:       : layout(V.layout), data(V.data)
[...]
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: 79 - 97
--------------------------------------------------------------------------------

79:         KRIPKE_LAMBDA (Moment nm, Group g, Group gp, Zone z) {
80: 
81:             // map nm to n
82:             Legendre n = moment_to_legendre(nm);
83: 
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/tpl/camp/include/camp/tuple.hpp: 253 - 253
--------------------------------------------------------------------------------

253:   CAMP_HOST_DEVICE constexpr tuple(tuple const& o) : base(o.base) {}
/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: 55 - 177
--------------------------------------------------------------------------------

55:       : val(rhs.val)
[...]
142:     return val - rhs.val;
[...]
177:     return value_type(val + rhs);
