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

  /src/external/lgpl3/mpc/dist/src/
pow.c 513 int inex, cx1; local
515 /* cx1 < 0 if |x| < 1
516 cx1 = 0 if |x| = 1
517 cx1 > 0 if |x| > 1
521 cx1 = mpfr_cmp_ui (n, 1);
522 if (cx1 == 0 && inex != 0)
523 cx1 = -inex;
525 sign_zi = (cx1 < 0 && mpfr_signbit (mpc_imagref (y)) == 0)
526 || (cx1 == 0
528 || (cx1 > 0 && mpfr_signbit (mpc_imagref (y)))
784 int inex, cx1; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
add1sp1_extracted.c 104 int64_t cx1 = c0.mpfr_exp; local
105 int64_t d = bx1 - cx1;
181 int64_t cx1 = b0.mpfr_exp; local
182 int64_t d = bx1 - cx1;
sub1sp1_extracted.c 328 int64_t cx1 = scrut.f3; local
331 int64_t d = bx1 - cx1;
355 cx1,

Completed in 29 milliseconds