Searched refs:xmax (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/fb/ |
H A D | splash_pcx.c | 157 uint16_t xmax; member 188 pcx_info.width = hdr->xmax - hdr->xmin + 1; in pcx_init()
|
/freebsd/lib/msun/bsdsrc/ |
H A D | b_tgamma.c | 361 static const double xmax = 171.624376956302725; variable 370 if (x > xmax) in tgamma()
|
/freebsd/lib/msun/ld80/ |
H A D | b_tgammal.c | 386 static const double xmax = 1755.54834290446291689; variable 397 if (x > xmax) in tgammal()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A 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);
|