Searched defs:half (Results 26 – 50 of 78) sorted by relevance
1234
/titanic_51/usr/src/lib/libm/common/complex/ |
H A D | clog.c | 68 static const double half = 0.5, one = 1.0; variable
|
H A D | catan.c | 85 half = 0.5, variable [all...] |
H A D | clogl.c | 45 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable
|
H A D | csqrtl.c | 43 half = 0.5L, variable
|
H A D | catanf.c | 41 half = 0.5F, variable
|
H A D | catanl.c | 113 half = 0.5L, variable [all...] |
H A D | csqrt.c | 116 half = 0.5; variable
|
H A D | casin.c | 211 half = 0.5; variable
|
H A D | casinl.c | 42 half = 0.5L, variable
|
H A D | cacos.c | 215 half = 0.5; variable
|
/titanic_51/usr/src/lib/libm/common/Q/ |
H A D | coshl.c | 77 half = 0.5L, variable
|
H A D | erfl.c | 105 half = 0.5L, variable
|
/titanic_51/usr/src/lib/libm/amd64/src/ |
H A D | powl.s | 64 half: label
|
/titanic_51/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 104 half = 0.5L, variable
|
/titanic_51/usr/src/lib/libm/i386/src/ |
H A D | powf.s | 68 half: label
|
H A D | powl.s | 64 half: label
|
/titanic_51/usr/src/lib/libm/common/C/ |
H A D | __rem_pio2.c | 53 half = 0.5, variable
|
H A D | exp.c | 271 #define half C[0] macro
|
H A D | __rem_pio2m.c | 159 half = 0.5, variable
|
/titanic_51/usr/src/lib/libm/common/R/ |
H A D | cosf.c | 69 #define half C[10] macro
|
H A D | sinf.c | 69 #define half C[10] macro
|
H A D | tanf.c | 69 #define half C[12] macro
|
H A D | sincosf.c | 91 #define half C[10] macro
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | pr_lseek.c | 36 uint32_t half[2]; /* two 32-bit halves */ member
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | remquof.c | 52 static const float zero = 0.0F, half = 0.5F; variable
|
1234