Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Ddivmod.c44 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 Dbcmath.h159 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quo, bc_num *rem, size_t scale);
/PHP-8.4/ext/bcmath/tests/
H A Dbcdivmod.phpt25 [$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-8.4/.github/scripts/windows/
H A Dtest_task.bat22 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
95 rem prepare for enchant
109 rem prepare for snmp
117 rem prepare for mail
[all …]
H A Dbuild_task.bat16 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.
34 rem Some undefined behavior is reported on 32-bit, this should be fixed
/PHP-8.4/ext/date/lib/
H A Dtm2unixtime.c277 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-8.4/ext/bcmath/tests/number/methods/
H A Ddivmod.phpt25 [$quot, $rem] = $num->divmod($value2);
26 var_dump($quot, $rem);
/PHP-8.4/ext/bcmath/
H A Dbcmath.c442 bc_num first = NULL, second = NULL, quot = NULL, rem = NULL; in PHP_FUNCTION() local
472 if (!bc_divmod(first, second, &quot, &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, &quot, &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-8.4/sapi/fpm/tests/
H A Dlogtool.inc308 $rem = strlen($this->message) - $this->position;
318 if ($rem > $outLen) { // continuous line
320 if ($lineLen + ($rem - $outLen) < $this->limit) {
331 if ($rem !== $outLen) {
/PHP-8.4/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt320 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic26736 >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 Dmagic私はガラスを食べられます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 240 milliseconds