err.D_LQUANT_MATCHLIM.order.d revision 178476
1286434Sbapt/*
2286434Sbapt * CDDL HEADER START
3286434Sbapt *
4286434Sbapt * The contents of this file are subject to the terms of the
5286434Sbapt * Common Development and Distribution License (the "License").
6286434Sbapt * You may not use this file except in compliance with the License.
7286434Sbapt *
8286434Sbapt * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9286434Sbapt * or http://www.opensolaris.org/os/licensing.
10286434Sbapt * See the License for the specific language governing permissions
11286434Sbapt * and limitations under the License.
12286434Sbapt *
13286434Sbapt * When distributing Covered Code, include this CDDL HEADER in each
14286434Sbapt * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15286434Sbapt * If applicable, add the following below this CDDL HEADER, with the
16286434Sbapt * fields enclosed by brackets "[]" replaced with your own identifying
17286434Sbapt * information: Portions Copyright [yyyy] [name of copyright owner]
18286434Sbapt *
19286434Sbapt * CDDL HEADER END
20286434Sbapt */
21286434Sbapt
22286434Sbapt/*
23286434Sbapt * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24286434Sbapt * Use is subject to license terms.
25286434Sbapt */
26286434Sbapt
27286434Sbapt#pragma ident	"%Z%%M%	%I%	%E% SMI"
28286434Sbapt
29286434SbaptBEGIN
30286434Sbapt{
31286434Sbapt	@ = lquantize(0, 10, 20, 1);
32286434Sbapt	@ = lquantize(0, 10, 2000, 10);
33286434Sbapt}
34286434Sbapt