Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 75) sorted by relevance

123

/illumos-gate/usr/src/lib/libm/common/Q/
H A Datanhl.c50 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable
H A Dlog2l.c49 half = 0.5L, variable
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
H A Dremainderl.c49 half = 0.5L, variable
H A Dexp2l.c48 half = 0.5L, variable
H A Dsinhl.c69 half = 0.5L, variable
H A Datan2l.c68 half = 0.5L, variable
H A Dcoshl.c77 half = 0.5L, variable
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Drndintl.S70 half: .float 0.5 label
/illumos-gate/usr/src/lib/libm/i386/src/
H A Drndintl.S70 half: .float 0.5 label
/illumos-gate/usr/src/lib/libm/common/C/
H A Dremainder.c45 static const double zero = 0.0, half = 0.5; variable
H A Dexp2.c55 #define half C[2] macro
H A Dexp10.c62 #define half C[5] macro
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinhl.c67 #define half C[0] macro
H A Datanhl.c62 half = (GENERIC) 0.5, variable
H A Dcoshl.c77 #define half C[0] macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dexpm1.c115 const static double one=1.0, half=1.0/2.0; variable
H A Dlog1p.c122 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ variable
H A Dexp__E.c117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; variable
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshl.c36 static const long double zero = 0.0L, half = 0.5L; variable
H A Dcsinhl.c36 static const long double zero = 0.0L, half = 0.5L; variable
H A Dcsinhf.c38 static const float zero = 0.0F, half = 0.5F; variable
H A Dccoshf.c38 static const float zero = 0.0F, half = 0.5F; variable
H A Dclog.c68 static const double half = 0.5, one = 1.0; variable
H A Dclogl.c45 static const long double zero = 0.0L, half = 0.5L, one = 1.0L; variable

123