Home
last modified time | relevance | path

Searched refs:x (Results 1 – 2 of 2) sorted by relevance

/src/klibc/
A Drt_vsnprintf_std.c261 static inline double_with_bit_access get_bit_access(double x) in get_bit_access() argument
264 dwba.F = x; in get_bit_access()
268 static inline int get_sign_bit(double x) in get_sign_bit() argument
271 return (int) (get_bit_access(x).U >> (DOUBLE_SIZE_IN_BITS - 1)); in get_sign_bit()
274 static inline int get_exp2(double_with_bit_access x) in get_exp2() argument
280 return (int)((x.U >> DOUBLE_STORED_MANTISSA_BITS ) & DOUBLE_EXPONENT_MASK) - DOUBLE_BASE_EXPONENT; in get_exp2()
764 static int bastardized_floor(double x) in bastardized_floor() argument
766 if (x >= 0) { return (int) x; } in bastardized_floor()
767 int n = (int) x; in bastardized_floor()
768 return ( ((double) n) == x ) ? n : n-1; in bastardized_floor()
A DKconfig13 … %d,%i,%o,%x,%X,%u, and with the %p specifier). Note: 'L' (long double) is not supported.
94 int "the number of terms in a Taylor series expansion of log_10(x)"
98 The number of terms in a Taylor series expansion of log_10(x) to

Completed in 7 milliseconds