Home
last modified time | relevance | path

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

123

/PHP-8.3/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 Dstr2num.c103 (*num)->n_sign = PLUS; in bc_str2num()
129 (*num)->n_sign = PLUS; in bc_str2num()
H A Dnum2long.c60 if (num->n_sign == PLUS) { in bc_num2long()
H A Ddiv.c99 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_divide()
236 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_divide()
238 qval->n_sign = PLUS; in bc_divide()
H A Doutput.c128 int_part->n_sign = PLUS; in bc_out_num()
129 frac_part->n_sign = PLUS; in bc_out_num()
H A Dnum2str.c45 signch = num->n_sign != PLUS && !bc_is_zero_for_scale(num, MIN(num->n_scale, scale)); in bc_num2str_ex()
H A Drecmul.c55 temp->n_sign = PLUS; in new_sub_num()
275 pval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_multiply()
281 pval->n_sign = PLUS; in bc_multiply()
H A Dinit.c43 temp->n_sign = PLUS; in _bc_new_num_ex()
H A Dbcmath.h37 typedef enum {PLUS, MINUS} sign; enumerator
/PHP-8.3/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 DCP1252.txt62 0x2B 0x002B #PLUS SIGN
196 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 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
H A D8859-16.txt81 0x2B 0x002B # PLUS SIGN
215 0xB1 0x00B1 # PLUS-MINUS SIGN
/PHP-8.3/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
H A D8859-1.TXT91 0x2B 0x002B # PLUS SIGN
225 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-15.TXT90 0x2B 0x002B # PLUS SIGN
224 0xB1 0x00B1 # PLUS-MINUS SIGN

Completed in 52 milliseconds

123