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

1 2

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-sqrt_ui.c 45 if (mpf_cmp_ui (r, x) != 0)
86 if (! (mpf_cmp_ui (s, x) <= 0))
100 if (! (mpf_cmp_ui (s, x) > 0))
reuse.c 128 if (i == 0 && mpf_cmp_ui (in2, 0) == 0)
177 && mpf_cmp_ui (in2, 0) == 0)
t-div.c 135 ASSERT_ALWAYS (mpf_cmp_ui (got, 1L) == 0);
158 ASSERT_ALWAYS (mpf_cmp_ui (got, 25L) == 0);
t-set_q.c 103 ASSERT_ALWAYS (mpf_cmp_ui (got, 1L) == 0);
t-ui_div.c 123 ASSERT_ALWAYS (mpf_cmp_ui (got, 25L) == 0);
  /src/external/lgpl3/gmp/dist/mpf/
cmp_ui.c 0 /* mpf_cmp_ui -- Compare a float with an unsigned integer.
34 mpf_cmp_ui (mpf_srcptr u, unsigned long int vval) __GMP_NOTHROW
  /src/external/lgpl3/mpfr/dist/tests/
tget_f.c 150 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_ui (x, 0))
158 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_ui (x, 0))
285 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_ui (x, i))
311 if (! SAME_SIGN (inex, - mpfr_cmp_f (y, x)) || mpf_cmp_ui (x, i))
335 if (inex != 0 || mpf_cmp_ui (x, 1) != 0)
351 if (inex != 0 || mpf_cmp_ui (x, 1) != 0)
mpf_compat.h 168 i = mpf_cmp_ui (y, 17);
225 if (mpf_cmp_ui (x, 17) != 0)
tfprintf.c 278 check_length_with_cmp (22, mpf, 19, mpf_cmp_ui (mpf, 19), Fg);
290 check_length_with_cmp (32, mpf, 25, mpf_cmp_ui (mpf, 25), Fg);
tprintf.c 381 check_length_with_cmp (31, mpf, 20, mpf_cmp_ui (mpf, 20), Fg);
  /src/external/lgpl3/mpfr/dist/src/
mpf2mpfr.h 57 #undef mpf_cmp_ui macro
58 #define mpf_cmp_ui mpfr_cmp_ui macro
  /src/external/lgpl3/gmp/dist/tests/rand/
findlc.c 211 if (mpf_cmp_ui (v[f], 1 << (30 / (f + 2) + (f == 2))) < 0)
  /src/external/lgpl3/gmp/dist/tests/misc/
t-printf.c 828 ASSERT_ALWAYS (mpf_cmp_ui (x[0], 3L) == 0);
829 ASSERT_ALWAYS (mpf_cmp_ui (x[1], 654L) == 0);
t-scanf.c 1397 ASSERT_ALWAYS (mpf_cmp_ui (x[0], 3L) == 0);
1398 ASSERT_ALWAYS (mpf_cmp_ui (x[1], 654L) == 0);
1407 ASSERT_ALWAYS (mpf_cmp_ui (x, 3L) == 0);
  /src/external/lgpl3/gmp/dist/
gmpxx.h 936 { return mpf_cmp_ui(f, l); }
938 { return -mpf_cmp_ui(f, l); }
1008 { return mpf_cmp_ui(f, l) == 0; }
1068 { return mpf_cmp_ui(f, l) < 0; }
1070 { return mpf_cmp_ui(f, l) > 0; }
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1261 #define mpf_cmp_ui __gmpf_cmp_ui macro
1262 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1278 #define mpf_cmp_ui __gmpf_cmp_ui macro
1279 __GMP_DECLSPEC int mpf_cmp_ui (mpf_srcptr, unsigned long int) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;

Completed in 67 milliseconds

1 2