HomeSort by: relevance | last modified time | path
    Searched refs:__mpfr_struct (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tl2b.c 32 static __mpfr_struct l2b[BASE_MAX-1][2];
149 if (printf ("const __mpfr_struct __gmpfr_l2b[BASE_MAX-1][2] = {\n")
  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 237 } __mpfr_struct; typedef in typeref:struct:__anon23605
258 typedef __mpfr_struct mpfr_t[1];
259 typedef __mpfr_struct *mpfr_ptr;
260 typedef const __mpfr_struct *mpfr_srcptr;
mul_1_extracted.c 40 #define MPFR_Lib_mpfr_struct __mpfr_struct
add1sp1_extracted.c 61 #define MPFR_Lib_mpfr_struct __mpfr_struct
sub1sp1_extracted.c 34 #define MPFR_Lib_mpfr_struct __mpfr_struct
mpfr-impl.h 329 __MPFR_DECLSPEC extern const __mpfr_struct __gmpfr_l2b[BASE_MAX-1][2];
2644 as strong as the one for __mpfr_struct (MPFR number); this is not required
2646 __mpfr_ubf_struct starts with the same members as those of __mpfr_struct.
2691 __mpfr_struct m[1];
2714 on the __mpfr_ubf_struct and __mpfr_struct types (though it would be
get_str.c 2329 const __mpfr_struct __gmpfr_l2b[BASE_MAX-1][2] = {

Completed in 67 milliseconds