Searched refs:e1 (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 1258 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 2047 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 2166 e1 = e -= nf; 2231 e1 += nd - k; 2233 /* Get starting approximation = rv * 10**e1 */ 2235 if (e1 > 0) { 2236 if ((i = e1 & 15)) 2238 if (e1 &= ~15) { 2239 if (e1 > DBL_MAX_10_EXP) { 2258 if (e1 >> [all...] |
| /PHP_5_3/ext/soap/interop/ |
| H A D | test.utility.php | 62 function string_compare($e1, $e2) 64 if (is_numeric($e1) && is_numeric($e2)) { 65 return number_compare($e1, $e2); 68 $e1_type = gettype($e1); 73 // $ok = $dt->compare($e1, $e2) == 0; 76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_observer.c | 344 static int spl_object_storage_compare_info(spl_SplObjectStorageElement *e1, spl_SplObjectStorageElement *e2 TSRMLS_DC) /* {{{ */ argument 348 if (compare_function(&result, e1->inf, e2->inf TSRMLS_CC) == FAILURE) {
|
| /PHP_5_3/ext/standard/ |
| H A D | math.c | 45 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 83 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7,
|
Completed in 13 milliseconds