Searched refs:frexp (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c286 frexp, but operates on the long double data type. */
382 mant = frexp (dfrom, &exponent);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp599 (void) frexp(resolution, &m); /* A bit more elegant than log10 */
/freebsd-11-stable/contrib/lua/src/
H A Dltable.c86 ** n = frexp(n, &i); return (n * INT_MAX) + i
90 ** value of 'frexp' is smaller than 1 (unless 'n' is inf/NaN), the
91 ** absolute value of the product 'frexp * -INT_MIN' is smaller or equal
100 n = l_mathop(frexp)(n, &i) * -cast_num(INT_MIN);
H A Dlstrlib.c851 lua_Number m = l_mathop(frexp)(x, &e); /* 'x' fraction and exponent */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7446 float __ovld frexp(float x, int *exp);
7447 float2 __ovld frexp(float2 x, int2 *exp);
7448 float3 __ovld frexp(float3 x, int3 *exp);
7449 float4 __ovld frexp(float4 x, int4 *exp);
7450 float8 __ovld frexp(float8 x, int8 *exp);
7451 float16 __ovld frexp(float16 x, int16 *exp);
7453 double __ovld frexp(double x, int *exp);
7454 double2 __ovld frexp(double2 x, int2 *exp);
7455 double3 __ovld frexp(double3 x, int3 *exp);
7456 double4 __ovld frexp(double
[all...]
H A D__clang_cuda_device_functions.h1571 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } function
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h404 extern double frexp(double, int *);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3905 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) {
3918 // 1 is added because frexp is defined to return a normalized fraction in
4478 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp,
4481 APFloat First = frexp(Arg.Floats[0], Exp, RM);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1602 ept = frexp(fabs(ept)*0.70710678, &xlog2); /* ~ sqrt(0.5) */
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure12445 # Some systems have frexp only in -lm, not in -lc.
12446 echo "$as_me:$LINENO: checking for library containing frexp" >&5
12447 echo $ECHO_N "checking for library containing frexp... $ECHO_C" >&6
12466 char frexp ();
12470 frexp (); function
12521 char frexp ();
12525 frexp (); function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3491 APFloat Significand = frexp(C->getValueAPF(), Exp,

Completed in 313 milliseconds

12