Searched refs:ISINF (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cproj.c | 61 if (ISINF(iy, ly)) { 64 } else if (ISINF(ix, lx)) {
|
H A D | cacos.c | 245 if (ISINF(iy, ly)) { /* cacos(x + i inf) = pi/2 - i inf */ 249 } else if (ISINF(ix, lx)) { 259 if (ISINF(ix, lx)) 272 if (ISINF(ix, lx)) { /* x is INF */ 275 if (ISINF(iy, ly)) {
|
H A D | clog.c | 100 if (ISINF(ix, lx)) 102 else if (ISINF(iy, ly))
|
H A D | complex_wrapper.h | 87 #define ISINF(iy, ly) (((iy - 0x7ff00000) | ly) == 0) macro
|
H A D | csqrt.c | 137 if (ISINF(iy, ly)) 139 else if (ISINF(ix, lx)) {
|
H A D | cexp.c | 83 } else if (ISINF(ix, lx)) { /* x is +-inf */
|
H A D | casin.c | 236 if (ISINF(ix, lx)) { /* x is INF */ 239 if (ISINF(iy, ly)) 273 if (ISINF(iy, ly)) { /* casin(x + i inf) = 0 + i inf */
|
H A D | catan.c | 111 if (ISINF(ix, lx)) { 116 if ((iy | ly) == 0 || (ISINF(iy, ly))) 123 if (ISINF(iy, ly)) {
|
H A D | k_clog_r.c | 267 if (ISINF(ix, lx)) 269 else if (ISINF(iy, ly))
|
Completed in 66 milliseconds