parity             48 ext/bcmath/libbcmath/src/raisemod.c   bc_num power, exponent, parity, temp;
parity             59 ext/bcmath/libbcmath/src/raisemod.c   bc_init_num(&parity);
parity             80 ext/bcmath/libbcmath/src/raisemod.c       (void) bc_divmod (exponent, BCG(_two_), &exponent, &parity, 0);
parity             81 ext/bcmath/libbcmath/src/raisemod.c       if ( !bc_is_zero(parity) )
parity             95 ext/bcmath/libbcmath/src/raisemod.c   bc_free_num (&parity);