HomeSort by: relevance | last modified time | path
    Searched refs:isinfq (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libquadmath/math/
fdimq.c 29 if (isinfq (r) && !isinfq (x) && !isinfq (y))
cprojq.c 25 if (isinfq (__real__ x) || isinfq (__imag__ x))
isinfq.c 12 * isinfq(x) returns 1 if x is inf, -1 if x is -inf, else 0;
19 isinfq (__float128 x) function
casinq.c 33 else if (isinfq (__real__ x) || isinfq (__imag__ x))
exp2q.c 42 if (isinfq (x))
sincosq.c 39 if (isinfq (x))
ctanhq.c 29 if (isinfq (__real__ x))
53 if (isinfq (__imag__ x))
ctanq.c 29 if (isinfq (__imag__ x))
53 if (isinfq (__real__ x))
sqrtq.c 27 if (isnanq (x) || (isinfq (x) && x > 0))
expq.c 238 if (isinfq (x))
jnq.c 412 if (isinfq (ret))
tgammaq.c 207 if (isinfq (ret) && x != 0)
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
fdimq.c 29 if (isinfq (r) && !isinfq (x) && !isinfq (y))
cprojq.c 25 if (isinfq (__real__ x) || isinfq (__imag__ x))
isinfq.c 12 * isinfq(x) returns 1 if x is inf, -1 if x is -inf, else 0;
19 isinfq (__float128 x) function
casinq.c 33 else if (isinfq (__real__ x) || isinfq (__imag__ x))
exp2q.c 42 if (isinfq (x))
sincosq.c 39 if (isinfq (x))
ctanhq.c 29 if (isinfq (__real__ x))
53 if (isinfq (__imag__ x))
ctanq.c 29 if (isinfq (__imag__ x))
53 if (isinfq (__real__ x))
sqrtq.c 11 if (isnanq (x) || (isinfq (x) && x > 0))
expq.c 238 if (isinfq (x))
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath_weak.h 68 __qmath3 (isinfq)
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath_weak.h 68 __qmath3 (isinfq)
  /src/external/gpl3/gcc/lib/libquadmath/
defs.mk 5 G_libquadmath_la_SOURCES=math/x2y2m1q.c math/acoshq.c math/fmodq.c math/acosq.c math/frexpq.c math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c math/ceilq.c math/jnq.c math/sincos_table.c math/complex.c math/ldexpq.c math/sincosq.c math/copysignq.c math/lgammaq.c math/sincosq_kernel.c math/coshq.c math/llroundq.c math/sinhq.c math/cosq.c math/log10q.c math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c math/exp2q.c math/issignalingq.c math/lgammaq_neg.c math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c math/casinhq_kernel.c math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c math/csinhq.c math/csqrtq.c math/ctanq.c math/ctanhq.c printf/addmul_1.c printf/add_n.c printf/cmp.c printf/divrem.c printf/flt1282mpn.c printf/fpioconst.c printf/lshift.c printf/mul_1.c printf/mul_n.c printf/mul.c printf/printf_fphex.c printf/printf_fp.c printf/quadmath-printf.c printf/rshift.c printf/submul_1.c printf/sub_n.c strtod/strtoflt128.c strtod/mpn2flt128.c strtod/tens_in_limb.c

Completed in 48 milliseconds

1 2