Searched refs:integral (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff);
/external/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsconv.c202 FT_INT64 integral = 0; local
205 FT_Long integral; local
237 integral = ((FT_INT64)PS_Conv_ToInt( &p, limit )) << 16;
243 integral = PS_Conv_ToInt( &p, limit );
246 if ( integral > 0x7FFF )
249 integral = integral << 16;
275 if ( !integral && power_ten > 0 )
308 if ( !integral && !decimal )
318 if ( integral >
[all...]
/external/libcxx/test/utilities/function.objects/unord.hash/
H A DAndroid.mk31 test_name := utilities/function.objects/unord.hash/integral
32 test_src := integral.pass.cpp
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsconv.c199 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 /
[all...]
/external/freetype/src/psaux/
H A Dpsconv.c199 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 /
[all...]
/external/libcxx/test/atomics/atomics.types.generic/
H A DAndroid.mk35 test_name := atomics/atomics.types.generic/integral
36 test_src := integral.pass.cpp
/external/pixman/pixman/
H A Dpixman-filter.c157 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/Lexer/
H A Dcxx1y_digit_separators.cpp8 namespace integral { namespace
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp38 namespace integral { namespace
H A Dconstant-expression-cxx11.cpp6 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}} \
1559 static_assert(get(arr, 0) == 4, ""); // expected-error{{not an integral constan
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_attr.js1200 // e.g. Sum, product, integral.
1224 INTEGRAL: 'integral',
1315 INTEGRAL: 'integral',
H A Dmath_semantic_tree.js681 * punctuation sequences, function/big operator/integral applications to
1326 * - integral: Integral expression.
1389 return 'integral';
1434 case 'integral':
1484 * Tail recursive function to obtain integral arguments.
1487 * @param {Array.<cvox.SemanticTree.Node>=} args List of integral arguments.
1491 * Result split into integrand, integral variable and the remaining
1555 * Create an integral node. It has three children: integral, integrand and
1557 * @param {!cvox.SemanticTree.Node} integral Th
[all...]
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A DAndroid.mk67 test_name := utilities/meta/meta.unary/meta.unary.cat/integral
68 test_src := integral.pass.cpp
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
H A DAndroid.mk63 test_name := utilities/meta/meta.unary/meta.unary.comp/integral
64 test_src := integral.pass.cpp
/external/chromium_org/third_party/libxml/src/
H A Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
/external/libxml2/
H A Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
/external/qemu/util/
H A Dcutils.c312 double val, mul, integral, fraction; local
319 fraction = modf(val, &integral);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js207 // Calculates integral area from t1 to t2 of f(x) = sqrt(x) dx.
208 var integral = function(t1, t2) {
214 var factor = delta / integral(0, Mosaic.ANIMATED_SCROLL_DURATION);
222 integral(Math.max(0, Mosaic.ANIMATED_SCROLL_DURATION - position),
/external/chromium_org/v8/src/
H A Dv8natives.js1667 var integral = TO_INTEGER(number);
1668 if (integral == number)
1669 return MathAbs(integral) <= $Number.MAX_SAFE_INTEGER;
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py391 integral = floating = numeric = _FusedType()
/external/mksh/src/
H A Dshf.c896 goto integral;
910 integral:
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersRestore.S106 ; restore integral registerrs
/external/clang/lib/AST/
H A DASTDumper.cpp752 OS << " integral " << A.getAsIntegral();
/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s365 ; Floating-point round to integral

Completed in 719 milliseconds

12