/src/lib/libm/src/ |
b_log.c | 94 static const double A1 = .08333333333333178827; 95 static const double A2 = .01250000000377174923; 96 static const double A3 = .002232139987919447809; 97 static const double A4 = .0004348877777076145742; 99 static const double logF_head[N+1] = { 231 static const double logF_tail[N+1] = { 364 * Extra precision variant, returning struct {double a, b;}; 367 struct Double 368 __log__D(double x) 371 double F, f, g, q, u, v, u2 [all...] |
b_tgamma.c | 88 static double neg_gam(double); 89 static double small_gam(double); 90 static double smaller_gam(double); 91 static struct Double large_gam(double); 92 static struct Double ratfun_gam(double, double) [all...] |
math_private.h | 48 * A union which permits us to convert between a long double and 56 long double value; 75 long double value; 91 * A union which permits us to convert between a double and two 32-bit 99 double value; 117 double value; 131 /* Get two 32-bit integers from a double. */ 141 /* Get a 64-bit integer from a double. */ 150 /* Get the more significant 32-bit integer from a double. */ 159 /* Get the less significant 32-bit integer from a double. * [all...] |
/src/lib/libm/noieee_src/ |
n_gamma.c | 78 static double neg_gam (double); 79 static double small_gam (double); 80 static double smaller_gam (double); 81 static struct Double large_gam (double); 82 static struct Double ratfun_gam (double, double) [all...] |
mathimpl.h | 71 const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \ 75 static const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \ 79 extern const union { uint32_t l[2]; double d; } cat3(__,name,x); 91 const double __CONCAT(__,name) = value; 94 static const double __CONCAT(__,name) = value; 97 extern const double __CONCAT(__,name); 117 extern double __exp__E(double, double); 118 extern double __log__L(double) [all...] |
n_log.c | 87 #define TRUNC(x) x = (double) (float) (x) 106 static const double A1 = .08333333333333178827; 107 static const double A2 = .01250000000377174923; 108 static const double A3 = .002232139987919447809; 109 static const double A4 = .0004348877777076145742; 111 static const double logF_head[N+1] = { 243 static const double logF_tail[N+1] = { 376 double 377 log(double x) 380 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0 [all...] |
n_pow.c | 39 * DOUBLE PRECISION (VAX D format 56 bits, IEEE DOUBLE 53 BITS) 112 #define TRUNC(x) x = (double) (float) x 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; 123 static double pow_P (double, double); 135 return pow((double) x, (double) (y)); 138 double [all...] |
n_lgamma.c | 73 /* double and float have same size exponent field */ 74 #define TRUNC(x) x = (double) (float) (x) 82 static double small_lgam(double); 83 static double large_lgam(double); 84 static double neg_lgam(double, int *); 85 static const double one = 1.0; 143 double [all...] |
/src/lib/libm/ld128/ |
b_logl.c | 35 * bsdrc/b_log.c converted to long double by Steven G. Kargl. 65 static double logF_head[N+1] = { 197 static double logF_tail[N+1] = { 329 * Extra precision variant, returning struct {double a, b;}; 332 static struct Double 333 __log__D(long double x) 336 long double F, f, g, q, u, v, u1, u2; 337 struct Double r; 367 u1 += m * (long double)logF_head[N] + logF_head[j];
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-8040-mcbin.dts | 11 model = "Marvell 8040 MACCHIATOBin Double-shot";
|
/src/usr.bin/make/unit-tests/ |
varmod-order-string.mk | 12 # Double quotes and single quotes delimit words, while backticks are just 15 QUOTED_WORDS= none "double quoted" 'single quoted' `in backticks` 16 .if ${QUOTED_WORDS:O} != "\"double quoted\" 'single quoted' `in backticks` none"
|
escape.mk | 72 # Double backslash in variable should be taken as two literal backslashes. 110 # Double-backslash-newline in a variable setting. 219 # Double-backslash-newline in a command.
|
/src/distrib/miniroot/ |
install.sub | 1517 FATAL ERROR: Cannot mount filesystems. Double-check your configuration
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 1984 !! Double data fault -- bad stack? 2242 .asciz "winfault: double invalid window at %p, nsaved=%d" 3652 !! Double data fault -- bad stack? 7145 retl ! No, generate a %o0:%o1 double 7151 retl ! No, generate a %o0:%o1 double
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 433 set DBL_BIAS, 0x03ff # double precision bias 530 set d_mode, 0x8 # double precision 1270 # precision format if the src format was single or double and the 1436 # or double precision denorm, inf, or nan, the operand needs to be 2307 # have to make sure that for single or double source operands that the 3726 # through here. so can double and single precision. 6297 # ADD DOUBLE # 6683 # a0 = points to double precision operand # 7630 # here, we know that the operand would UNFL if moved out to double prec, 7631 # so, denorm and round and then use generic store double routine t [all...] |
fpsp.s | 433 set DBL_BIAS, 0x03ff # double precision bias 530 set d_mode, 0x8 # double precision 1270 # precision format if the src format was single or double and the 1436 # or double precision denorm, inf, or nan, the operand needs to be 2307 # have to make sure that for single or double source operands that the 3726 # through here. so can double and single precision. 5030 # rounded to double precision. The result is provably monotonic # 5031 # in double precision. # 5195 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION 5196 #--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 263 # double-quoted strings. 511 # variables for single and double quote escaping we saved from calls 568 # Double-quote double-evaled strings.
|