Home
last modified time | relevance | path

Searched refs:normalDistributionImpl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d984 real normalDistributionImpl(real a) in normalDistributionImpl() function
1005 assert(fabs(normalDistributionImpl(1L) - (0.841344746068543))< 0.0000000000000005);
1006 assert(isIdentical(normalDistributionImpl(NaN(0x325)), NaN(0x325)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d985 real normalDistributionImpl(real a) in normalDistributionImpl() function
1006 assert(fabs(normalDistributionImpl(1L) - (0.841344746068543L)) < 0.0000000000000005L);
1007 assert(isIdentical(normalDistributionImpl(NaN(0x325)), NaN(0x325)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmathspecial.d351 return std.internal.math.errorfunction.normalDistributionImpl(x); in normalDistribution()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmathspecial.d343 return std.internal.math.errorfunction.normalDistributionImpl(x); in normalDistribution()