Home
last modified time | relevance | path

Searched refs:PLUS (Results 1 – 25 of 62) sorted by relevance

123

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Dcompare.c48 if (n1->n_sign == PLUS) { in _bc_do_compare()
61 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
68 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
94 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
101 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
115 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
126 if (!use_sign || n1->n_sign == PLUS) { in _bc_do_compare()
H A Dsub.c56 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS); in bc_sub()
H A Dfloor_or_ceil.c32 if (num->n_scale == 0 || result->n_sign == (is_floor ? PLUS : MINUS)) { in bc_floor_or_ceil()
57 result->n_sign = PLUS; in bc_floor_or_ceil()
H A Dnum2long.c60 if (num->n_sign == PLUS) { in bc_num2long()
H A Dround.c95 if (num->n_sign != PLUS) { in bc_round()
182 (*result)->n_sign = PLUS; in bc_round()
H A Dlong2num.c56 num->n_sign = negative ? MINUS : PLUS; in bc_long2num()
H A Dnum2str.c46 signch = num->n_sign != PLUS && !bc_is_zero_for_scale(num, min_scale); in bc_num2str_ex()
H A Ddivmod.c76 (*rem)->n_sign = PLUS; in bc_divmod()
H A Drecmul.c261 prod->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_multiply()
266 prod->n_sign = PLUS; in bc_multiply()
285 prod->n_sign = PLUS; in bc_square()
H A Ddiv.c352 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
466 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
483 (*quot)->n_sign = PLUS; in bc_divide()
485 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
H A Dinit.c54 temp->n_sign = PLUS; in _bc_new_num_nonzeroed_ex_internal()
H A Dstr2num.c195 (*num)->n_sign = *str == '-' ? MINUS : PLUS; in bc_str2num()
H A Dbcmath.h37 typedef enum {PLUS, MINUS} sign; enumerator
/PHP-8.4/ext/mbstring/tests/data/
H A D8859-8.txt82 0x2B 0x002B # PLUS SIGN
215 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DCP1251.txt62 0x2B 0x002B #PLUS SIGN
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A D8859-1.txt80 0x2B 0x002B # PLUS SIGN
214 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-13.txt79 0x2B 0x002B # PLUS SIGN
213 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-15.txt82 0x2B 0x002B # PLUS SIGN
216 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-7.txt90 0x2B 0x002B # PLUS SIGN
223 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-9.txt82 0x2B 0x002B # PLUS SIGN
216 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DCP1252.txt62 0x2B 0x002B #PLUS SIGN
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DCP1254.txt62 0x2B 0x002B #PLUS SIGN
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DCP850.txt61 0x2b 0x002b #PLUS SIGN
259 0xf1 0x00b1 #PLUS-MINUS SIGN
/PHP-8.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT62 0x2B 0x002B #PLUS SIGN
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DCP1252.TXT62 0x2B 0x002B #PLUS SIGN
196 0xB1 0x00B1 #PLUS-MINUS SIGN

Completed in 37 milliseconds

123