Searched defs:one (Results 26 - 50 of 85) sorted by relevance

1234

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_asinhl.c54 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
H A Ds_atanl.c29 one = 1.0, variable
H A Ds_modf.c30 static const double one = 1.0; variable
H A De_acosf.c23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
H A De_fmod.c28 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_atan.c70 one = 1.0, variable
H A Ds_atanf.c45 one = 1.0, variable
H A De_acos.c47 one= 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
H A De_asin.c53 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
H A De_expf.c25 one = 1.0, variable
H A De_fmodl.c52 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A De_jn.c51 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
H A De_jnf.c30 one = 1.0000000000e+00; /* 0x3F800000 */ variable
H A Ds_expm1f.c25 one = 1.0, variable
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dssor.c13 int istep, one=1; local
H A Dsetiv.c29 int one = 1; local
/barrelfish-2018-10-04/lib/libc/gen/
H A Dmodf.c89 static const double one = 1.0; variable
/barrelfish-2018-10-04/lib/msun/ld128/
H A Dk_cosl.c33 one = 1.0; variable
/barrelfish-2018-10-04/lib/msun/ld80/
H A Dk_cosl.c47 one = 1.0; variable
/barrelfish-2018-10-04/usr/tests/msun/
H A Dfma_test.c87 volatile double one = 1.0; variable
[all...]
/barrelfish-2018-10-04/lib/libc/gdtoa/
H A D_hdtoa.c45 static const float one[] = { 1.0f, -1.0f }; variable
H A D_hldtoa.c70 static const float one[] = { 1.0f, -1.0f }; variable
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Decp_mont.c201 BIGNUM *one = NULL; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/modes/
H A Dctr128.c92 const union { long one; char little; } is_endian = {1}; member in union:__anon1260
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4_enc.c127 const union { long one; char little; } is_endian = {1}; member in union:__anon1278

Completed in 90 milliseconds

1234