Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Dneg.c46 return num->n_sign == MINUS;
H A Dint2num.c76 if (neg) (*num)->n_sign = MINUS;
H A Dsub.c69 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
H A Dstr2num.c81 (*num)->n_sign = MINUS; in bc_str2num()
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()
H A Dbcmath.h35 typedef enum {PLUS, MINUS} sign; enumerator
H A Doutput.c88 if (num->n_sign == MINUS) (*out_char) ('-'); in bc_out_num()
H A Drecmul.c282 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS ); in bc_multiply()
/PHP-8.1/ext/mbstring/tests/
H A Dcp51932_encoding.phpt45 /* We map the JIS X 0208 MINUS SIGN to U+FF0D (FULLWIDTH HYPHEN-MINUS SIGN),
46 * but when converting Unicode to CP51932, we also accept U+2212 (MINUS SIGN) */
H A Deucjp_encoding.phpt36 /* Convert Unicode FULLWIDTH HYPHEN-MINUS to JIS X 0208 MINUS SIGN */
H A Dcp932_encoding.phpt45 /* We map the JIS X 0208 MINUS SIGN to U+FF0D (FULLWIDTH HYPHEN-MINUS SIGN),
46 * but when converting Unicode to CP932, we also accept U+2212 (MINUS SIGN) */
H A Dsjis_encoding.phpt66 /* Convert Unicode FULLWIDTH HYPHEN-MINUS to JIS X 0208 MINUS SIGN */
/PHP-8.1/ext/mbstring/tests/data/
H A D8859-8.txt84 0x2D 0x002D # HYPHEN-MINUS
215 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DARMSCII-8.txt173 0xAC 0x002D # HYPHEN-MINUS
H A DCP1251.txt64 0x2D 0x002D #HYPHEN-MINUS
196 0xB1 0x00B1 #PLUS-MINUS SIGN
H A DCP850.txt63 0x2d 0x002d #HYPHEN-MINUS
259 0xf1 0x00b1 #PLUS-MINUS SIGN
H A D8859-1.txt82 0x2D 0x002D # HYPHEN-MINUS
214 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-13.txt81 0x2D 0x002D # HYPHEN-MINUS
213 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-15.txt84 0x2D 0x002D # HYPHEN-MINUS
216 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-7.txt92 0x2D 0x002D # HYPHEN-MINUS
223 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-9.txt84 0x2D 0x002D # HYPHEN-MINUS
216 0xB1 0x00B1 # PLUS-MINUS SIGN
H A DCP1254.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
/PHP-8.1/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

Completed in 59 milliseconds

123