Searched defs:one (Results 1 – 25 of 188) sorted by relevance
12345678
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | acosl.c | 51 static const long double zero = 0.0L, one = 1.0L; variable
|
H A D | atanhl.c | 50 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable
|
H A D | log2l.c | 50 one = 1.0L, variable
|
H A D | acoshl.c | 37 one = 1.0L, variable
|
H A D | rintl.c | 45 static const double one = 1.0; variable
|
H A D | asinhl.c | 36 one = 1.0L, variable
|
H A D | asinl.c | 46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
|
H A D | log10l.c | 73 one = 1.0L, variable
|
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | acosh.c | 54 one = 1.0, variable
|
H A D | asinh.c | 54 #define one xxx[0] macro
|
H A D | ceil.c | 42 one = 1.0, variable
|
H A D | floor.c | 42 one = 1.0, variable
|
H A D | tanh.c | 63 one = 1.0, variable
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | log.c | 382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local 459 double F, f, g, q, u, v, u2, one = 1.0; local
|
H A D | asinh.c | 93 one =1.0 ; variable
|
H A D | expm1.c | 115 const static double one=1.0, half=1.0/2.0; variable
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | acoshl.c | 37 one = 1.0L, variable
|
H A D | asinhl.c | 36 one = 1.0L, variable
|
H A D | sinhl.c | 68 #define one C[1] macro
|
H A D | atanhl.c | 63 one = (GENERIC) 1.0; variable
|
H A D | coshl.c | 78 #define one C[1] macro
|
H A D | tanhl.c | 63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 40 one = 1, enumerator
|
H A D | tst.relenum.d | 41 one, enumerator
|
12345678