Searched refs:integral (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-lang.c256 FIXME: Some compilers distinguish explicitly signed integral types
257 (signed short, signed int, signed long) from "regular" integral types
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrionan.c405 double integral, fraction;
419 (fraction = modf(number, &integral),
420 integral == fraction)));
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c195 real = integral + fraction
197 integral = ... + a(2)*10^2 + a(1)*10^1 + a(0)*10^0
208 * size of the buffer for the integral part
271 static double integral __P((double, double *));
476 * Find the integral part of the log in base 10
517 * and set in ip the integral part.
521 integral(real, ip) function
564 * return an ascii representation of the integral part of the number
566 * the container for the fraction and the integral part or staticly
606 fraction = integral(numbe
[all...]

Completed in 55 milliseconds