Home
last modified time | relevance | path

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

123

/php-src/ext/bcmath/libbcmath/src/
H A Dlong2num.c37 num->n_sign = MINUS; in bc_long2num()
56 num->n_sign = negative ? MINUS : PLUS; in bc_long2num()
H A Dneg.c38 return num->n_sign == MINUS; in bc_is_neg()
H A Dint2num.c66 (*num)->n_sign = MINUS; in bc_int2num()
H A Dsub.c56 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS); in bc_sub()
H A Dfloor_or_ceil.c32 if (num->n_scale == 0 || result->n_sign == (is_floor ? PLUS : MINUS)) { in bc_floor_or_ceil()
H A Ddiv.c352 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
471 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
490 (*quot)->n_sign = numerator->n_sign == divisor->n_sign ? PLUS : MINUS; in bc_divide()
H A Dround.c104 if (num->n_sign != MINUS) { in bc_round()
H A Dstr2num.c195 (*num)->n_sign = *str == '-' ? MINUS : PLUS; in bc_str2num()
H A Dbcmath.h37 typedef enum {PLUS, MINUS} sign; enumerator
H A Drecmul.c261 prod->n_sign = (n1->n_sign == n2->n_sign ? PLUS : MINUS); in bc_multiply()
/php-src/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 Dsjis_encoding.phpt66 /* 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) */
/php-src/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 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 DCP850.txt63 0x2d 0x002d #HYPHEN-MINUS
259 0xf1 0x00b1 #PLUS-MINUS SIGN
/php-src/ext/standard/html_tables/mappings/
H A DCP1251.TXT64 0x2D 0x002D #HYPHEN-MINUS
196 0xB1 0x00B1 #PLUS-MINUS SIGN

Completed in 23 milliseconds

123