HomeSort by relevance Sort by last modified time
    Searched refs:integral (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/sfntly/cpp/src/sfntly/math/
fixed1616.h 26 static inline int32_t Integral(int32_t fixed) {
34 static inline int32_t Fixed(int32_t integral, int32_t fractional) {
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff);
  /external/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
258 if ( !integral && power_ten > 0 )
291 if ( !integral && !decimal )
301 if ( integral >= 0xCCCCCCCL )
303 integral *= 10;
319 integral /= 10
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
258 if ( !integral && power_ten > 0 )
291 if ( !integral && !decimal )
301 if ( integral >= 0xCCCCCCCL )
303 integral *= 10;
319 integral /= 10
    [all...]
  /external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py 53 * m is the integral part
64 def __init__(self, pfwClient, size, integral, fractional):
66 self._paramPath = '/Test/test/%d/q%d.%d' % (size, integral, fractional)
75 self._upperAllowedBound = (2 ** integral) - self._quantum
80 self._lowerAllowedBound = -(2 ** integral)
240 for integral in range(0, size):
241 for fractional in range (0, size - integral):
242 tester = FixedPointTester(pfw, size, integral, fractional)
  /prebuilts/go/darwin-x86/src/math/
frexp.go 8 // and an integral power of two.
atan.go 49 // integral.
tanh.go 51 // integral.
  /prebuilts/go/linux-x86/src/math/
frexp.go 8 // and an integral power of two.
atan.go 49 // integral.
tanh.go 51 // integral.
  /external/clang/test/Lexer/
cxx1y_digit_separators.cpp 8 namespace integral { namespace
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
make_integer_seq.cpp 39 expected-error{{must have integral element type}}
  /prebuilts/go/darwin-x86/src/math/cmplx/
exp.go 26 // integral.
log.go 26 // integral.
pow.go 26 // integral.
sqrt.go 26 // integral.
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 12 // Although the return value has type float64, it will always be an integral value.
  /prebuilts/go/linux-x86/src/math/cmplx/
exp.go 26 // integral.
log.go 26 // integral.
pow.go 26 // integral.
sqrt.go 26 // integral.
  /prebuilts/go/linux-x86/src/testing/
allocs.go 12 // Although the return value has type float64, it will always be an integral value.
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c     [all...]

Completed in 1043 milliseconds

1 2 3 4