Home
last modified time | relevance | path

Searched refs:MINUS (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dneg.c47 return num->n_sign == MINUS;
H A Dint2num.c77 if (neg) (*num)->n_sign = MINUS;
H A Dsub.c70 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
H A Dstr2num.c82 (*num)->n_sign = MINUS; in bc_str2num()
H A Ddiv.c109 qval->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_divide()
261 qval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_divide()
H A Dbcmath.h35 typedef enum {PLUS, MINUS} sign; enumerator
H A Doutput.c101 if (num->n_sign == MINUS) (*out_char) ('-'); in bc_out_num()
H A Drecmul.c294 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_multiply()
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT64 0x2D 0x002D #HYPHEN-MINUS
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DCP1252.TXT64 0x2D 0x002D #HYPHEN-MINUS
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A D8859-1.TXT93 0x2D 0x002D # HYPHEN-MINUS
225 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-15.TXT92 0x2D 0x002D # HYPHEN-MINUS
224 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DROMAN.TXT160 0x2D 0x002D # HYPHEN-MINUS
292 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-5.TXT93 0x2D 0x002D # HYPHEN-MINUS
H A DCP866.TXT63 0x2d 0x002d #HYPHEN-MINUS
H A DKOI8-R.TXT92 0x2D 0x002D # HYPHEN-MINUS
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt23 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
168 PLUS-MINUS SIGN: ± => b1
H A Dhtml_entity_decode_macroman.phpt55 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
303 PLUS-MINUS SIGN: ± => b1
H A Dhtml_entity_decode_win1251.phpt55 0x00B1 => array(0xB1, "PLUS-MINUS SIGN"),
300 PLUS-MINUS SIGN: ± => b1

Completed in 33 milliseconds