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

1 2

  /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/test/test-fixed-point-parameter/
Main.py 51 * m is the integral part
62 def __init__(self, pfwClient, size, integral, fractional):
64 self._paramPath = '/Test/test/%d/q%d.%d' % (size, integral, fractional)
73 self._upperAllowedBound = (2 ** integral) - self._quantum
78 self._lowerAllowedBound = -(2 ** integral)
238 for integral in range(0, size):
239 for fractional in range (0, size - integral):
240 tester = FixedPointTester(pfw, size, integral, fractional)
  /external/clang/test/Lexer/
cxx1y_digit_separators.cpp 8 namespace integral { namespace
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
constant-expression-cxx11.cpp 6 static_assert(++x, "test"); // expected-error {{not an integral constant expression}}
307 expected-warning {{not an integral constant expression}} \
310 expected-warning {{not an integral constant expression}} \
313 expected-warning {{not an integral constant expression}} \
316 expected-warning {{not an integral constant expression}} \
319 expected-warning {{not an integral constant expression}} \
322 expected-warning {{not an integral constant expression}} \
325 expected-warning {{not an integral constant expression}} \
533 expected-error {{static_assert expression is not an integral constant expression}} \
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
comparison_op.hpp 39 # include <boost/mpl/aux_/config/integral.hpp>
largest_int.hpp 19 #include <boost/mpl/aux_/config/integral.hpp>
value_wknd.hpp 18 #include <boost/mpl/aux_/config/integral.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
negate.hpp 22 #include <boost/mpl/aux_/config/integral.hpp>
if.hpp 21 #include <boost/mpl/aux_/config/integral.hpp>
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 700 Returns the result of dividing o1 by o2 giving an integral result,
863 Returns the Integral instance converted to an int. The
865 method. Steals integral's reference. error_format will be
866 used to create the TypeError if integral isn't actually an
867 Integral instance. error_format should be a format string
868 that can accept a char* naming integral's type.
872 PyObject *integral,
951 Returns the result of dividing o1 by o2 giving an integral result,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 700 Returns the result of dividing o1 by o2 giving an integral result,
863 Returns the Integral instance converted to an int. The
865 method. Steals integral's reference. error_format will be
866 used to create the TypeError if integral isn't actually an
867 Integral instance. error_format should be a format string
868 that can accept a char* naming integral's type.
872 PyObject *integral,
951 Returns the result of dividing o1 by o2 giving an integral result,
    [all...]
  /external/mksh/src/
shf.c 891 goto integral;
905 integral:
  /external/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 106 ; restore integral registerrs
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 106 ; restore integral registerrs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 113 int32_t integral; member in struct:__anon30021
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 111 int32_t integral; member in struct:__anon31884
    [all...]
  /frameworks/rs/api/
rs_math.spec 1198 arg: #2#1* integral_part, "*integral_part will be set to the integral portion of the number."
1199 summary: Integral and fractional components
1201 Returns the integral and fractional components of a number.
    [all...]
  /external/v8/src/
v8natives.js     [all...]
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding.s 365 ; Floating-point round to integral
  /external/clang/lib/AST/
ASTDumper.cpp 932 case TemplateArgument::Integral:
933 OS << " integral " << A.getAsIntegral();
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 489 222B;integral;INTEGRAL
490 2321;integralbt;BOTTOM HALF INTEGRAL
491 2320;integraltp;TOP HALF INTEGRAL

Completed in 721 milliseconds

1 2