Searched refs:rem (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 44 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, size_t scale) in bc_divmod() argument 65 bc_sub_ex(num1, temp, rem, rscale); in bc_divmod() 74 (*rem)->n_scale = MIN(scale, (*rem)->n_scale); in bc_divmod() 75 if (bc_is_zero(*rem)) { in bc_divmod() 76 (*rem)->n_sign = PLUS; in bc_divmod()
|
H A D | bcmath.h | 154 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quo, bc_num *rem, size_t scale);
|
/php-src/ext/bcmath/tests/ |
H A D | bcdivmod.phpt | 25 [$quot, $rem] = bcdivmod($firstTerm, $secondTerm, $scale); 31 var_dump($firstTerm, $secondTerm, $scale, $quot, $rem, $div_ret, $mod_ret); 35 if (bccomp($rem, $mod_ret) !== 0) { 37 var_dump($firstTerm, $secondTerm, $scale, $quot, $rem, $div_ret, $mod_ret);
|
/php-src/.github/scripts/windows/ |
H A D | test_task.bat | 22 rem setup MySQL related exts 36 rem setup PostgreSQL related exts 46 rem setup ODBC related exts 52 rem setup Firebird related exts 71 rem prepare for ext/openssl 88 rem set SSLEAY_CONF= 90 rem prepare for OPcache 93 rem prepare for enchant 107 rem prepare for snmp 115 rem prepare for mail [all …]
|
H A D | build_task.bat | 16 rem SDK is cached, deps info is cached as well 21 rem Something went wrong, most likely when concurrent builds were to fetch deps 22 rem updates. It might be, that some locking mechanism is needed.
|
/php-src/ext/date/lib/ |
H A D | tm2unixtime.c | 277 timelib_sll count, dow, rem; in do_adjust_special_weekday() local 286 rem = (count % 5); in do_adjust_special_weekday() 289 if (rem == 0) { in do_adjust_special_weekday() 300 } else if (dow + rem > 5) { in do_adjust_special_weekday() 309 if (rem == 0) { in do_adjust_special_weekday() 317 } else if (dow + rem < 1) { in do_adjust_special_weekday() 322 time->d += rem; in do_adjust_special_weekday()
|
/php-src/ext/bcmath/tests/number/methods/ |
H A D | divmod.phpt | 25 [$quot, $rem] = $num->divmod($value2); 26 var_dump($quot, $rem);
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 442 bc_num first = NULL, second = NULL, quot = NULL, rem = NULL; in PHP_FUNCTION() local 472 if (!bc_divmod(first, second, ", &rem, scale)) { in PHP_FUNCTION() 479 ZVAL_STR(&z_rem, bc_num2str_ex(rem, scale)); in PHP_FUNCTION() 487 bc_free_num(&rem); in PHP_FUNCTION() 1537 bc_num rem = NULL; in PHP_METHOD() local 1545 if (!bc_divmod(intern->num, num, ", &rem, scale)) { in PHP_METHOD() 1550 bc_rm_trailing_zeros(rem); in PHP_METHOD() 1557 bcmath_number_obj_t *rem_intern = bcmath_number_new_obj(rem, scale); in PHP_METHOD()
|
/php-src/sapi/fpm/tests/ |
H A D | logtool.inc | 308 $rem = strlen($this->message) - $this->position; 318 if ($rem > $outLen) { // continuous line 320 if ($lineLen + ($rem - $outLen) < $this->limit) { 331 if ($rem !== $outLen) {
|
/php-src/Zend/ |
H A D | zend_strtod.c | 3610 size_t rem; local 3612 rem = sizeof(Bigint) - sizeof(ULong) - sizeof(int); 3616 if (i > ((INT_MAX >> 2) + rem)) 3617 i = (INT_MAX >> 2) + rem; 3619 rem + j <= (size_t)i; j <<= 1)
|
/php-src/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 320 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 26736 >1 string/cW rem DOS batch file text 27370 # show more instructions but not in samples like: rem.com (DJGPP) 27502 # look for interrupt instruction like in rem.com (DJGPP) LOADER.COM (DR-DOS 7.x) 27527 # like: LOADER.COM SETENHKB.COM banner.com copybs.com gif2raw.com poweroff.com rem.com 39383 # ADM with remark (by adm-rem.trid.xml) already done by generic ASCII variant
|
H A D | magic | 26736 >1 string/cW rem DOS batch file text 27370 # show more instructions but not in samples like: rem.com (DJGPP) 27502 # look for interrupt instruction like in rem.com (DJGPP) LOADER.COM (DR-DOS 7.x) 27527 # like: LOADER.COM SETENHKB.COM banner.com copybs.com gif2raw.com poweroff.com rem.com 39383 # ADM with remark (by adm-rem.trid.xml) already done by generic ASCII variant
|
Completed in 471 milliseconds