freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] what's the mean of CEIL( x )?


From: Peter Montgomery
Subject: Re: [ft] what's the mean of CEIL( x )?
Date: Fri, 19 May 2006 11:58:37 +0800
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

luoyi,

Looks like the fixed point (26.6) version of the C language "ceil( )" function. Here's a page if you're not familiar with it.

http://www.cplusplus.com/ref/cmath/ceil.html

        Thanks,
        PeterM

luoyi wrote:
> Hi, can anyone tell me the mean of the macro:
>
> #define CEIL( x )   ( ( (x) + 63 ) >> 6 )
>
> ?
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]