/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 ); 257 if ( !integral && power_ten > 0 ) 290 if ( !integral && !decimal ) 300 if ( integral >= 0xCCCCCCCL ) 302 integral *= 10; 318 integral /= 10 [all...] |
/external/chromium_org/third_party/freetype/src/psaux/ |
psconv.c | 148 FT_Fixed integral; local 166 integral = PS_Conv_ToInt( &p, limit ) << 16; 168 integral = 0; 188 if ( !integral && power_ten > 0 ) 213 integral *= 10; 220 integral /= 10; 226 integral += FT_DivFix( decimal, divider ); 229 integral = -integral; 233 return integral; [all...] |
/external/pixman/pixman/ |
pixman-filter.c | 157 integral (pixman_kernel_t kernel1, double x1, function 169 integral (kernel1, x1, kernel2, scale, x2, - x1) + 170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1); 175 integral (kernel1, x1, kernel2, scale, x2, - x2) + 176 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2); 270 c = integral (reconstruct, ilow,
|
/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}} 305 expected-warning {{not an integral constant expression}} \ 308 expected-warning {{not an integral constant expression}} \ 311 expected-warning {{not an integral constant expression}} \ 314 expected-warning {{not an integral constant expression}} \ 317 expected-warning {{not an integral constant expression}} \ 320 expected-warning {{not an integral constant expression}} \ 323 expected-warning {{not an integral constant expression}} \ 531 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/chromium_org/third_party/libxml/src/ |
trionan.c | 409 double integral, fraction; 423 (fraction = modf(number, &integral), 424 integral == fraction)));
|
xmlschemastypes.c | [all...] |
/external/libxml2/ |
trionan.c | 409 double integral, fraction; 423 (fraction = modf(number, &integral), 424 integral == fraction)));
|
xmlschemastypes.c | [all...] |
/external/qemu/ |
cutils.c | 331 double val, mul, integral, fraction; local 338 fraction = modf(val, &integral);
|
/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 | 893 goto integral; 907 integral:
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
mosaic_mode.js | 198 // Calculates integral area from t1 to t2 of f(x) = sqrt(x) dx. 199 var integral = function(t1, t2) { 205 var factor = delta / integral(0, Mosaic.ANIMATED_SCROLL_DURATION); 213 integral(Math.max(0, Mosaic.ANIMATED_SCROLL_DURATION - position), [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | 674 case TemplateArgument::Integral: 675 OS << " integral " << A.getAsIntegral(); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
configure | [all...] |
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |