Home
last modified time | relevance | path

Searched refs:TN2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d551 immutable real[9] TN2 = [
853 y = erfConst + rationalPoly(ax - 1.0L, TN2, TD2); in erf()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d552 immutable real[9] TN2 = [
854 y = erfConst + rationalPoly(ax - 1.0L, TN2, TD2); in erf()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Derfq.c183 static const __float128 TN2[NTN2 + 1] = variable
795 y = erf_const + neval (a, TN2, NTN2) / deval (a, TD2, NTD2); in erfq()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Derfq.c183 static const __float128 TN2[NTN2 + 1] = variable
795 y = erf_const + neval (a, TN2, NTN2) / deval (a, TD2, NTD2); in erfq()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp488 *TN2 = N1.getAsAssumedTemplateName(); in IsStructurallyEquivalent() local
489 return TN1->getDeclName() == TN2->getDeclName(); in IsStructurallyEquivalent()