Lines Matching defs:number
18 * Return the number of bits in the mantissa of a double. This is used to
66 /* Return non-zero if the signed number is negative */
67 static int is_negative(const void *number, size_t s)
69 const unsigned char *n = number;
134 /* Copy a signed number to a signed number of possibly different length */
142 /* Copy an unsigned number to a signed number of possibly different length */
149 /* Copy a signed number to an unsigned number of possibly different length */
158 /* Copy an unsigned number to an unsigned number of possibly different length */