Searched refs:testFindRoot (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | numeric.d | 1483 …void testFindRoot(real delegate(real) @nogc @safe nothrow pure f , real x1, real x2) @nogc @safe n… in testFindRoot() function 1513 testFindRoot( &multisine, 6, 90); 1514 testFindRoot(&cubicfn, -100, 100); 1515 testFindRoot( &cubicfn, -double.max, real.max); 1548 testFindRoot(&power, -1, 10); 1609 testFindRoot(&alefeld0, PI_2, PI); 1612 testFindRoot(&alefeld0, n*n+1e-9L, (n+1)*(n+1)-1e-9L); 1615 testFindRoot(&alefeld1, -9, 31); 1617 testFindRoot(&alefeld1, -9, 31); 1619 testFindRoot(&alefeld1, -9, 31); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | numeric.d | 1184 …void testFindRoot(real delegate(real) @nogc @safe nothrow pure f , real x1, real x2) @nogc @safe n… in testFindRoot() function
|