Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Permuted Index
number to nearest long integer value /Rounds floating-point ....................................... lrint(3)
number to nearest long integer value /Rounds floating-point ....................................... lround(3)
number to nearest integral value /Rounds floating-point ....................................... nearbyint(3)
numbers to nearest integral value /Rounds floating-point ....................................... rint(3)
number to truncated integer value /Rounds floating-point ....................................... trunc(3)
number to nearest long integer value /Rounds long double .......................................... lroundl(3)
to nearest long long integer value /Rounds long double number ............................ llrintl(3)
to nearest long long integer value /Rounds long double number ............................ llroundl(3)
Tests sign of a floating-point value signbit: .................................................................
signbit(3)
decimal to/ /Converts SQL DECIMAL value stored in a C array of ........................................... dec_to_longlong(3)
a character string to a time value strptime: Converts .............................................. strptime(3)
a character string to an intmax_t value strtoimax: Converts ............................................ strtoimax(3)
is unordered relative to another value /Tests whether one value .................................... unordered(3)
true gamma function for a float value tgammaf: Computes the ..................................... tgammaf(3)
gamma function for a long double value tgammal: Computes the true .............................. tgammal(3)
function for a long double value /the base 10 logarithm ........................................ log10l(3)
function for a long double value /the base-2 exponential ...................................... exp2l(3)
function for a long double value /the base-2 logarithm .......................................... log2l(3)
minus 1.0 for a long double value /the exponential function ................................... expm1l(3)
function for a long double value /the hyperbolic tangent ...................................... tanhl(3)
cosine function for a float value /the inverse hyperbolic ....................................... acoshf
(3)
cosine function for a long double value /the inverse hyperbolic ....................................... acoshl(3)
sine function for a float value /the inverse hyperbolic ....................................... asinhf(3)
sine function for a long double value /the inverse hyperbolic ....................................... asinhl(3)
tangent function for a float value /the inverse hyperbolic ....................................... atanhf(3)
cosine function for a float value /the inverse trigonometric .................................. acosf(3)
cosine function for a long double value /the inverse trigonometric .................................. acosl(3)
sine function for a float value /the inverse trigonometric .................................. asinf(3)
sine function for a long double value /the inverse trigonometric .................................. asinl(3)
tangent function for a float value /the inverse trigonometric .................................. atanf(3)
gamma function for a long double value /the logarithm of the ........................................... lgammal(3)
function for a long double value /the natural logarithm ......................................... logl(3)
function for a long double value /the trigonometric tangent ................................. tanl(3)
stores it/ /Converts a C long long value to a SQL DECIMAL value and .......................... longlong_to_dec(3)
function for a long double value /trigonometric tangent ........................................ atanl(3)
oat number to truncated integer value truncf: Rounds .................................................... truncf(3)
number to truncated integer value truncl: Rounds long double ............................... truncl(3)
array of decimal to a C long long value /value stored in a C ............................................. dec_to_longlong(3)
distance function for float values /Computes the Euclidean ................................. hypotf(3)
distance function for long double values /Computes the Euclidean
................................. hypot
l(3)
operation for oating-point values /Computes the multiply-add ............................ fma(3)
operation for long double values /Computes the multiply-add ............................ fmal(3)
difference between two float values /Computes the positive ..................................... fdimf(3)
multiply-add operation for float values fmaf: Computes the ........................................... fmaf(3)
with quotient for float values /of a division operation .................................... remquof(3)
with quotient for long double values /of a division operation .................................... remquol(3)
operation for long double values /remainder of a division .................................... fmodl(3)
tangent function of y/x for float values /the inverse trigonometric ................................ atan2f(3)
of a division operation for float values /the modulo remainder ..................................... fmodf(3)
between two floating-point values /the positive difference ..................................... fdim(3)
between two long double values /the positive difference ..................................... fdiml(3)
function of y/x for long double values /trigonometric tangent ...................................... atan2l(3)
putenv: Sets an environment variable ........................................................................... putenv(3)
the value of an environment variable getenv: Returns .............................................. getenv(3)
the value of an environment variable getenv_r: Returns ........................................... getenv_r(3)
output vfprintf: Formats a variable number of parameters for ............................... vfprintf(3)
output vfwprintf: Formats a variable number of parameters for ............................... vfwprintf(3)
output vprintf: Formats a variable number of parameters for ............................... vprintf(3)
output to a/ vsnprintf: Formats a variable number of parameters for ............................... vsnprintf(3)
output to a/ vsprintf: Formats a variable number of parameters for ............................... vsprintf(3)
output to a/ vswprintf: Formats a variable number of parameters for ............................... vswprintf(3)
output vwprintf: Formats a variable number of parameters for ............................... vwprintf(3)
/Returns a parameter from a variable-length parameter list ...................................... va_arg(3)
va_end: Ends processing for a variable-length parameter list ...................................... va_end(3)
/Initializes processing for a variable-length parameter list
...................................... va_s
tart(3)
527192-018 Hewlett-Packard Company Pindex59