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

  /src/external/lgpl3/mpfr/dist/tests/
tpow.c 382 mpfr_pown (x, x, 0, MPFR_RNDN);
385 mpfr_pown (x, x, 0, MPFR_RNDN);
388 mpfr_pown (x, x, 0, MPFR_RNDN);
391 mpfr_pown (x, x, 0, MPFR_RNDN);
394 mpfr_pown (x, x, 0, MPFR_RNDN);
397 mpfr_pown (x, x, 0, MPFR_RNDN);
400 mpfr_pown (x, x, 0, MPFR_RNDN);
406 mpfr_pown (x, x, -17, MPFR_RNDN);
410 mpfr_pown (x, x, -17, MPFR_RNDN);
416 mpfr_pown (x, x, -42, MPFR_RNDN)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 1175 /* define mpfr_pown (defined in IEEE 754-2019) as an alias for mpfr_pow_sj.
1179 #define mpfr_pown mpfr_pow_sj macro

Completed in 17 milliseconds