Home
last modified time | relevance | path

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

/PHP-5.6/ext/bcmath/libbcmath/src/
H A Dcompare.c58 if (n1->n_sign == PLUS)
70 if (!use_sign || n1->n_sign == PLUS)
78 if (!use_sign || n1->n_sign == PLUS)
104 if (!use_sign || n1->n_sign == PLUS)
112 if (!use_sign || n1->n_sign == PLUS)
128 if (!use_sign || n1->n_sign == PLUS)
140 if (!use_sign || n1->n_sign == PLUS)
H A Dsub.c70 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
H A Dnum2long.c65 if (num->n_sign == PLUS)
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()
262 if (bc_is_zero (qval TSRMLS_CC)) qval->n_sign = PLUS; in bc_divide()
H A Dnum2str.c52 signch = ( num->n_sign == PLUS ? 0 : 1 ); /* Number of sign chars. */
H A Doutput.c143 int_part->n_sign = PLUS; in bc_out_num()
144 frac_part->n_sign = PLUS; in bc_out_num()
H A Dstr2num.c87 (*num)->n_sign = PLUS; in bc_str2num()
H A Drecmul.c71 temp->n_sign = PLUS;
294 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_multiply()
300 pval->n_sign = PLUS; in bc_multiply()
H A Dinit.c67 temp->n_sign = PLUS;
H A Dbcmath.h35 typedef enum {PLUS, MINUS} sign; enumerator
/PHP-5.6/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-5.6/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 25 milliseconds