Home
last modified time | relevance | path

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

/PHP-8.0/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.c108 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_divide()
257 qval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_divide()
258 if (bc_is_zero (qval)) qval->n_sign = PLUS; in bc_divide()
H A Doutput.c142 int_part->n_sign = PLUS; in bc_out_num()
143 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.c62 temp->n_sign = PLUS;
285 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_multiply()
291 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.0/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
H A DROMAN.TXT158 0x2B 0x002B # PLUS SIGN
292 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-5.TXT91 0x2B 0x002B # PLUS SIGN
H A DCP866.TXT61 0x2b 0x002b #PLUS SIGN
H A DKOI8-R.TXT90 0x2B 0x002B # PLUS SIGN
/PHP-8.0/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt23 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
169 PLUS-MINUS SIGN: ± => b1
H A Dhtml_entity_decode_win1251.phpt55 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
301 PLUS-MINUS SIGN: ± => b1
H A Dhtml_entity_decode_macroman.phpt55 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
304 PLUS-MINUS SIGN: ± => b1

Completed in 29 milliseconds