Lines Matching refs:one_half

61       TFEL_CONSTEXPR const auto one_half = real(1)/(real(2));
64 dpp(0,0) = one_half;
74 dpp(1,1) = one_half;
84 dpp(2,2) = one_half;
121 TFEL_CONSTEXPR const auto one_half = real(1)/(real(2));
134 const NumType vpm = (vp(0)+vp(1))*one_half;
136 dpp = ((n0^n0)+(n1^n1)+(n01^n01))*one_half;
147 dpp = (n0^n0)*one_half;
157 dpp += (n1^n1)*one_half;
165 dpp += (n2^n2)*one_half;
197 TFEL_CONSTEXPR const auto one_half = real(1)/(real(2));
209 dpp = st2tost2<3u,real>::Id()*one_half;
226 NumType vpm = (vp(0)+vp(1))*one_half;
228 dpp = ((n0^n0)+(n1^n1)+(n01^n01))*one_half;
238 dpp += (n2^n2)*one_half;
245 NumType vpm = (vp(0)+vp(2))*one_half;
247 dpp = ((n0^n0)+(n2^n2)+(n02^n02))*one_half;
257 dpp += (n1^n1)*one_half;
264 NumType vpm = (vp(1)+vp(2))*one_half;
266 dpp = ((n1^n1)+(n2^n2)+(n12^n12))*one_half;
276 dpp += (n0^n0)*one_half;
285 dpp = (n0^n0)*one_half;
295 dpp += (n1^n1)*one_half;
304 dpp += (n2^n2)*one_half;
351 const real one_half = real(1)/(real(2));
355 dpp(0,0) = one_half;
356 dnp(0,0) = one_half;
370 dpp(1,1) = one_half;
371 dnp(1,1) = one_half;
385 dpp(2,2) = one_half;
386 dnp(2,2) = one_half;
439 TFEL_CONSTEXPR const auto one_half = real(1)/(real(2));
452 const NumType vpm = (vp(0)+vp(1))*one_half;
454 dpp = dnp = ((n0^n0)+(n1^n1)+(n01^n01))*one_half;
469 dpp = dnp = (n0^n0)*one_half;
483 dpp += (n1^n1)*one_half;
484 dnp += (n1^n1)*one_half;
496 dpp += (n2^n2)*one_half;
497 dnp += (n2^n2)*one_half;
544 TFEL_CONSTEXPR const auto one_half = real(1)/(real(2));
556 dpp = dnp = st2tost2<3u,real>::Id()*one_half;
577 NumType vpm = (vp(0)+vp(1))*one_half;
579 dpp = dnp = ((n0^n0)+(n1^n1)+(n01^n01))*one_half;
593 dpp += (n2^n2)*one_half;
594 dnp += (n2^n2)*one_half;
605 NumType vpm = (vp(0)+vp(2))*one_half;
607 dpp = dnp = ((n0^n0)+(n2^n2)+(n02^n02))*one_half;
621 dpp += (n1^n1)*one_half;
622 dnp += (n1^n1)*one_half;
633 NumType vpm = (vp(1)+vp(2))*one_half;
635 dpp = dnp = ((n1^n1)+(n2^n2)+(n12^n12))*one_half;
649 dpp += (n0^n0)*one_half;
650 dnp += (n0^n0)*one_half;
663 dpp = (n0^n0)*one_half;
664 dnp = (n0^n0)*one_half;
679 dpp += (n1^n1)*one_half;
680 dnp += (n1^n1)*one_half;
693 dpp += (n2^n2)*one_half;
694 dnp += (n2^n2)*one_half;