HomeSort by: relevance | last modified time | path
    Searched defs:__complex128 (Results 1 - 3 of 3) sorted by relevancy

  /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...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 481 typedef _Complex float __attribute__((mode(TC))) __complex128; typedef
483 typedef __complex128 complex128t;

Completed in 27 milliseconds