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

1 2

  /src/external/gpl3/gcc/dist/libquadmath/math/
conjq.c 22 __complex128
23 conjq (__complex128 z)
cimagq.c 23 cimagq (__complex128 z)
crealq.c 23 crealq (__complex128 z)
complex.c 34 cabsq (__complex128 z)
40 __complex128
44 __complex128 v;
52 cargq (__complex128 z)
58 __complex128
59 cpowq (__complex128 base, __complex128 power)
65 __complex128
66 ccosq (__complex128 x)
68 __complex128 y
    [all...]
cprojq.c 22 __complex128
23 cprojq (__complex128 x)
27 __complex128 res;
cacosq.c 22 __complex128
23 cacosq (__complex128 x)
25 __complex128 y;
26 __complex128 res;
casinq.c 22 __complex128
23 casinq (__complex128 x)
25 __complex128 res;
46 __complex128 y;
casinhq.c 22 __complex128
23 casinhq (__complex128 x)
25 __complex128 res;
cacoshq.c 22 __complex128
23 cacoshq (__complex128 x)
25 __complex128 res;
70 __complex128 y;
ccoshq.c 22 __complex128
23 ccoshq (__complex128 x)
25 __complex128 retval;
cexpq.c 22 __complex128
23 cexpq (__complex128 x)
25 __complex128 retval;
clog10q.c 28 __complex128
29 clog10q (__complex128 x)
31 __complex128 result;
clogq.c 22 __complex128
23 clogq (__complex128 x)
25 __complex128 result;
csinhq.c 22 __complex128
23 csinhq (__complex128 x)
25 __complex128 retval;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
conjq.c 22 __complex128
23 conjq (__complex128 z)
cimagq.c 23 cimagq (__complex128 z)
crealq.c 23 crealq (__complex128 z)
complex.c 34 cabsq (__complex128 z)
40 __complex128
44 __complex128 v;
52 cargq (__complex128 z)
58 __complex128
59 cpowq (__complex128 base, __complex128 power)
65 __complex128
66 ccosq (__complex128 x)
68 __complex128 y
    [all...]
cprojq.c 22 __complex128
23 cprojq (__complex128 x)
27 __complex128 res;
cacosq.c 22 __complex128
23 cacosq (__complex128 x)
25 __complex128 y;
26 __complex128 res;
casinq.c 22 __complex128
23 casinq (__complex128 x)
25 __complex128 res;
46 __complex128 y;
casinhq.c 22 __complex128
23 casinhq (__complex128 x)
25 __complex128 res;
cacoshq.c 22 __complex128
23 cacoshq (__complex128 x)
25 __complex128 res;
70 __complex128 y;
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath.h 33 typedef _Complex float __attribute__((mode(TC))) __complex128; typedef
35 typedef _Complex float __attribute__((mode(KC))) __complex128; typedef
118 extern __float128 cabsq (__complex128) __quadmath_throw;
119 extern __float128 cargq (__complex128) __quadmath_throw;
120 extern __float128 cimagq (__complex128) __quadmath_throw;
121 extern __float128 crealq (__complex128) __quadmath_throw;
122 extern __complex128 cacosq (__complex128) __quadmath_throw;
123 extern __complex128 cacoshq (__complex128) __quadmath_throw
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath.h 33 typedef _Complex float __attribute__((mode(TC))) __complex128; typedef
35 typedef _Complex float __attribute__((mode(KC))) __complex128; typedef
118 extern __float128 cabsq (__complex128) __quadmath_throw;
119 extern __float128 cargq (__complex128) __quadmath_throw;
120 extern __float128 cimagq (__complex128) __quadmath_throw;
121 extern __float128 crealq (__complex128) __quadmath_throw;
122 extern __complex128 cacosq (__complex128) __quadmath_throw;
123 extern __complex128 cacoshq (__complex128) __quadmath_throw
    [all...]

Completed in 38 milliseconds

1 2