bc_precision      138 ext/bcmath/bcmath.c 	STD_PHP_INI_ENTRY("bcmath.scale", "0", PHP_INI_ALL, OnUpdateLongGEZero, bc_precision, zend_bcmath_globals, bcmath_globals)
bc_precision      149 ext/bcmath/bcmath.c 	bcmath_globals->bc_precision = 0;
bc_precision      218 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      255 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      292 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      329 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      405 ext/bcmath/bcmath.c 	zend_long scale = BCG(bc_precision);
bc_precision      447 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      484 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      519 ext/bcmath/bcmath.c 	int scale = (int)BCG(bc_precision), argc = ZEND_NUM_ARGS();
bc_precision      552 ext/bcmath/bcmath.c 	BCG(bc_precision) = ((int)new_scale < 0) ? 0 : new_scale;
bc_precision       51 ext/bcmath/php_bcmath.h 	zend_long bc_precision;