one              3301 bignum.c           BDIGIT one[1] = { 1 };
one              3328 bignum.c               BARY_ADD(div_bary, div_bary, one);
one              1456 enum.c             rb_block_call(obj, id_each, 0, 0, ENUMFUNC(one), (VALUE)memo);
one              2761 ext/bigdecimal/bigdecimal.c     VALUE one, d, y;
one              2836 ext/bigdecimal/bigdecimal.c     one = ToValue(VpCreateRbObject(1, "1"));
one              2837 ext/bigdecimal/bigdecimal.c     y   = one;
one              2862 ext/bigdecimal/bigdecimal.c 	return BigDecimal_div2(one, y, vprec);
one              2869 ext/bigdecimal/bigdecimal.c     RB_GC_GUARD(one);
one              2893 ext/bigdecimal/bigdecimal.c     VALUE vn, one, two, w, x2, y, d;
one              2985 ext/bigdecimal/bigdecimal.c     RB_GC_GUARD(one) = ToValue(VpCreateRbObject(1, "1"));
one              2999 ext/bigdecimal/bigdecimal.c     w = BigDecimal_sub(x, one);
one              3000 ext/bigdecimal/bigdecimal.c     x = BigDecimal_div2(w, BigDecimal_add(x, one), vn);
one               293 ext/openssl/ossl_ocsp.c     OCSP_ONEREQ *one;
one               302 ext/openssl/ossl_ocsp.c 	one = OCSP_request_onereq_get0(req, i);
one               304 ext/openssl/ossl_ocsp.c 	if(!(id = OCSP_CERTID_dup(OCSP_onereq_get0_id(one))))
one                53 missing/isinf.c static double inf (void) { return one() / zero(); }
one               826 util.c         Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined.