Searched refs:sign (Results 251 - 253 of 253) sorted by relevance

<<11

/freebsd-10.0-release/contrib/libreadline/
H A Dconfigure5658 a system to return different values, as long as the sign is the
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c3336 ** percent sign - "%" - followed by exactly two hexadecimal digits
19939 if( prefix ) *(--bufpt) = prefix; /* Add sign */
20036 /* The sign in front of the number */
21495 /* sign * significand * (10 ^ (esign * exponent)) */
21496 int sign = 1; /* sign of significand */ local
21499 int esign = 1; /* sign of exponent */
21525 /* get sign of significand */
21527 sign = -1;
21566 /* get sign o
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c3114 ** percent sign - "%" - followed by exactly two hexadecimal digits
19330 if( prefix ) *(--bufpt) = prefix; /* Add sign */
19418 /* The sign in front of the number */
20881 /* sign * significand * (10 ^ (esign * exponent)) */
20882 int sign = 1; /* sign of significand */ local
20885 int esign = 1; /* sign of exponent */
20899 /* get sign of significand */
20901 sign = -1;
20940 /* get sign o
[all...]

Completed in 785 milliseconds

<<11