Searched refs:xmax (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
| D | dnrm2.f | 27 double precision dx(1), cutlo, cuthi, hitest, sum, xmax,zero,one local 41 xmax = zero 50 105 xmax = dabs(dx(i)) 53 110 if( dabs(dx(i)) .le. xmax ) go to 115 54 sum = one + sum * (xmax / dx(i))**2 55 xmax = dabs(dx(i)) 57 115 sum = sum + (dx(i)/xmax)**2 59 75 sum = (sum * xmax) * xmax 72 dnrm2 = xmax * dsqrt(sum)
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | xsize.h | 87 xmax (size_t size1, size_t size2) in xmax() function
|
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | xsize.h | 88 xmax (size_t size1, size_t size2) in xmax() function
|
| D | vasnprintf.c | 825 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | random | 1474 param_type(size_t nw, double xmin, double xmax, UnaryOperation fw); 1488 discrete_distribution(size_t nw, double xmin, double xmax, 1542 param_type(size_t nw, result_type xmin, result_type xmax, 1563 result_type xmax, UnaryOperation fw); 1617 param_type(size_t nw, result_type xmin, result_type xmax, 1640 result_type xmax, UnaryOperation fw);
|
| /openbsd/src/sys/arch/luna88k/stand/boot/ |
| D | bmd.c | 611 int xmin, int xmax, int ymin, int ymax) in bmd_scroll_screen() argument
|
| /openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 577 (for x = xmin, x < xmax, xstep in
|