Home
last modified time | relevance | path

Searched defs:P1 (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/ld80/
H A Ds_expm1l.c70 P1 = 2.642771505685952966904660652518429479531E3L, variable
H A Ds_exp2l.c49 P1 = 0x1.62e42fefa39efp-1, variable
/dragonfly/contrib/openbsd_libm/src/
H A Ds_exp2f.c39 P1 = 0x1.62e430p-1f, variable
H A Ds_exp2.c39 P1 = 0x1.62e42fefa39efp-1, variable
H A De_expf.c32 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
H A De_exp.c93 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
H A De_powf.c36 P1 = 1.6666667163e-01, /* 0x3e2aaaab */ variable
H A De_pow.c80 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
H A Db_tgamma.c93 #define P1 2.65757198651533466104979197553e-01 macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dwide-int.h389 enum precision_type P1 = int_traits <T1>::precision_type, variable
/dragonfly/crypto/libressl/crypto/sm3/
H A Dsm3_locl.h49 #define P1(X) (X ^ ROTATE(X, 15) ^ ROTATE(X, 23)) macro