Home
last modified time | relevance | path

Searched refs:sign (Results 51 – 53 of 53) sorted by relevance

123

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6814 native notation is to precede the digits with a plus or minus sign. In
7213 plus or a minus sign it is taken as a relative reference. For example:
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4509 # If there is no `=' sign, assume just checking for whether the bit is set?
8117 # ftp://ftp.f-prot.com/pub/sign.zip
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23730 int sign = 1; /* sign of significand */
23761 sign = -1;
23834 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
23844 s = sign<0 ? -s : s;

Completed in 341 milliseconds

123