| /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/ |
| _Q_set_except.c | 33 static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307, variable 48 t = zero - zero; /* clear cexc */ 51 t = zero / zero; 62 t = tiny / zero;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/ |
| log_auto.c | 37 u_int32_t zero; local 68 zero = 0; 69 memcpy(bp, &zero, sizeof(u_int32_t)); 78 zero = 0; 79 memcpy(bp, &zero, sizeof(u_int32_t));
|
| /onnv/onnv-gate/usr/src/lib/libast/common/uwin/ |
| log1p.c | 121 const static double zero=0.0, negone= -1.0, one=1.0, local 159 if ( x == negone ) return( negone/zero ); 162 else return ( zero / zero ); 170 return(zero/zero);
|
| exp__E.c | 117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; local 137 if(x!=zero) one+small; /* raise the inexact flag */ 138 return(copysign(zero,x));
|
| log.c | 60 * and log2_hi has 11 trailing zero bits. 70 * 1. when m, j are non-zero (m | j), use absolute 382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local 387 if (_IEEE && x == zero) /* log(0) = -Inf */ 388 return (-one/zero); 390 return (zero/zero); 391 else if (x == zero) /* NOT REACHED IF _IEEE */ 427 /* case 2: |1-x| < 1/256. The m- and j- dependent terms are zero;
|
| support.c | 86 static const double novf=1.7E38, nunf=3.0E-39, zero=0.0 ; variable 90 static const double novf=1.7E308, nunf=3.0E-308,zero=0.0; variable 106 if( x == zero ) return(x); 198 else if( x != zero) 201 return(-(1.0/zero)); 272 if (p == zero) { 276 return zero/zero; 344 double const zero=0.0; local 353 if(x!=x||x==zero) return(x) [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| _Q_add.c | 32 static double zero = 0.0, tiny = 1.0e-300, huge = 1.0e300; variable 55 if((ex&(1<<fp_invalid))!=0) t = (zero/zero); 58 if((ex&(1<<fp_division))!=0) t = (tiny/zero);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/ |
| sleep.c | 35 struct itimerval new, old, zero; local 74 timerclear(&zero.it_value); 75 timerclear(&zero.it_interval); 76 (void) setitimer(ITIMER_REAL, &zero, newp);
|
| /onnv/onnv-gate/usr/src/lib/libmp/common/ |
| gcd.c | 51 MINT zero; local 65 zero.len = q.len = r.len = t.len = 0; 75 while (mp_mcmp(&v3, &zero) != 0) { 90 if (mp_mcmp(c, &zero) < 0) { 93 _mp_xfree(&zero);
|
| util.c | 214 MINT *zero = mp_itom(0); local 238 } while (mp_mcmp(m, zero) != 0); 240 mp_mfree(zero);
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db_vers.cc | 180 vers::zero() { function in class:vers 181 WRITELOCKV(this, "r vers::zero"); 183 WRITEUNLOCKV(this, "ru vers::zero");
|
| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/sun4/ |
| prom_init.c | 120 volatile int zero = 0; local 125 * dividing by zero, leaving the message in %i0. 128 i = i / zero;
|
| /onnv/onnv-gate/usr/src/common/crypto/rng/ |
| fips_random.c | 35 * 2-bit is 0 if the result is zero, it's 1 bit is carry out. (This 117 static const char zero[SHA1BLOCKBYTES - SHA1BYTES] = {0}; local 134 * zero is a const char[], but SHA1update does not declare its 138 SHA1Update(&sha1_context, (unsigned char *)zero,
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/ |
| bn_sqr.c | 88 max = 2 * al; /* Non-zero (from above) */ 142 /* If the most-significant half of the top word of 'a' is zero, then 209 int zero,c1; local 240 zero=0; 246 zero=1; 248 /* The result will always be negative unless it is zero */ 251 if (!zero) 258 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| select.c | 70 /* "zero" is read-only, it could go in the text segment */ 71 static fd_set zero = { 0 }; local 99 in0 = &zero; 101 out0 = &zero; 103 ex0 = &zero; 151 if (in0 != &zero) { 156 if (out0 != &zero) { 161 if (ex0 != &zero) { 209 * zero array if the input bit masks were null. 224 * In case we made "zero" read-only (e.g., wit [all...] |
| select_large_fdset.c | 95 fd_set zero; local 120 (void) memset(&zero, 0, sizeof (fd_set)); 122 in0 = &zero; 124 out0 = &zero; 126 ex0 = &zero; 196 if (in0 != &zero) { 201 if (out0 != &zero) { 206 if (ex0 != &zero) { 258 * zero array if the input bit masks were null. 273 * In case we made "zero" read-only (e.g., wit [all...] |
| /onnv/onnv-gate/usr/src/uts/common/krtld/ |
| kobj_subr.c | 62 char zero = 0; local 66 *p++ = zero, count--;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/txn/ |
| txn_auto.c | 291 u_int32_t zero; local 323 zero = 0; 324 memcpy(bp, &zero, sizeof(u_int32_t));
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| UnivCharsetDesc.h | 33 zero = 48, enumerator in enum:SP_NAMESPACE::UnivCharsetDesc::__anon833
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/btree/ |
| btree_auto.c | 200 u_int32_t zero; local 238 zero = 0; 239 memcpy(bp, &zero, sizeof(u_int32_t)); 377 u_int32_t zero; local 435 zero = 0; 436 memcpy(bp, &zero, sizeof(u_int32_t)); 581 u_int32_t zero; local 615 zero = 0; 616 memcpy(bp, &zero, sizeof(u_int32_t)); 627 zero = 0 1244 u_int32_t zero; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/ |
| db_auto.c | 40 u_int32_t zero; local 82 zero = 0; 83 memcpy(bp, &zero, sizeof(u_int32_t)); 92 zero = 0; 93 memcpy(bp, &zero, sizeof(u_int32_t)); 247 u_int32_t zero; local 282 zero = 0; 283 memcpy(bp, &zero, sizeof(u_int32_t)); 424 u_int32_t zero; local 467 zero = 0 1109 u_int32_t zero; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/hash/ |
| hash_auto.c | 40 u_int32_t zero; local 84 zero = 0; 85 memcpy(bp, &zero, sizeof(u_int32_t)); 94 zero = 0; 95 memcpy(bp, &zero, sizeof(u_int32_t)); 575 u_int32_t zero; local 610 zero = 0; 611 memcpy(bp, &zero, sizeof(u_int32_t)); 750 u_int32_t zero; local 795 zero = 0 1306 u_int32_t zero; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/fp/ |
| qdivrem.c | 93 * Take care of special cases: divide by zero, and u < v. 96 /* divide by zero. */ 97 static volatile const unsigned int zero = 0; local 99 tmp.ul[H] = tmp.ul[L] = 1 / zero;
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/fpc/ |
| fpc-impl.c | 209 uint64_t zero = 0ull; local 245 &zero, IS_WRITE)) != SUCCESS)
|
| /onnv/onnv-gate/usr/src/uts/common/io/ntxn/ |
| niu.c | 239 int zero = 0; local 309 &zero, adapter); 324 &zero, adapter);
|