File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const char opencl_normal_lcdf_impl[] = STRINGIFY(
5555 // normal_lcdf_scaled_diff^10 term will overflow
5656 normal_lcdf_n = -INFINITY;
5757 });
58-
58+ // NOLINTBEGIN
5959const char opencl_normal_lcdf_ldncdf_impl[] = STRINGIFY(
6060 double normal_ldncdf = 0.0 ; double t = 0.0 ; double t2 = 0.0 ;
6161 double t4 = 0.0 ;
@@ -159,6 +159,7 @@ const char opencl_normal_lcdf_ldncdf_impl[] = STRINGIFY(
159159 } else {
160160 normal_ldncdf = INFINITY;
161161 });
162+ // NOLINTEND
162163} // namespace internal
163164
164165/* * \ingroup opencl
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const char opencl_std_normal_lcdf_impl[] = STRINGIFY(
4949 // std_normal_lcdf_scaled_y^10 term will overflow
5050 std_normal_lcdf_lcdf_n = -INFINITY;
5151 });
52+ // NOLINTBEGIN
5253const char opencl_std_normal_lcdf_dnlcdf[] = STRINGIFY(
5354 // compute partial derivatives
5455 // based on analytic form given by:
@@ -167,6 +168,7 @@ const char opencl_std_normal_lcdf_dnlcdf[] = STRINGIFY(
167168 } else {
168169 std_normal_lcdf_dnlcdf = INFINITY;
169170 });
171+ // NOLINTEND
170172} // namespace internal
171173
172174/* * \ingroup opencl
You can’t perform that action at this time.
0 commit comments