Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Dcompare.c57 if (n1->n_sign == PLUS)
69 if (!use_sign || n1->n_sign == PLUS)
77 if (!use_sign || n1->n_sign == PLUS)
103 if (!use_sign || n1->n_sign == PLUS)
111 if (!use_sign || n1->n_sign == PLUS)
127 if (!use_sign || n1->n_sign == PLUS)
139 if (!use_sign || n1->n_sign == PLUS)
H A Dsub.c69 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
H A Dstr2num.c86 (*num)->n_sign = PLUS; in bc_str2num()
109 (*num)->n_sign = PLUS; in bc_str2num()
H A Dnum2long.c71 if (num->n_sign == PLUS)
H A Ddiv.c104 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_divide()
253 qval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_divide()
254 if (bc_is_zero (qval)) qval->n_sign = PLUS; in bc_divide()
H A Doutput.c130 int_part->n_sign = PLUS; in bc_out_num()
131 frac_part->n_sign = PLUS; in bc_out_num()
H A Dnum2str.c53 …signch = num->n_sign != PLUS && !bc_is_zero_for_scale(num, MIN(num->n_scale, scale)); /* Number o…
H A Drecmul.c59 temp->n_sign = PLUS; in new_sub_num()
282 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_multiply()
288 pval->n_sign = PLUS; in bc_multiply()
H A Dinit.c49 temp->n_sign = PLUS;
H A Dbcmath.h35 typedef enum {PLUS, MINUS} sign; enumerator
/PHP-8.1/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 DCP850.txt61 0x2b 0x002b #PLUS SIGN
259 0xf1 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 DCP1254.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
/PHP-8.1/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
/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt23 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
169 PLUS-MINUS SIGN: ± => b1

Completed in 44 milliseconds

123