HomeSort by relevance Sort by last modified time
    Searched full:fixedpoint (Results 1 - 25 of 25) sorted by null

  /external/gemmlowp/fixedpoint/
fixedpoint.h 15 // fixedpoint.h: fixed-point arithmetic, with basic operations and
36 // abstractions, namely the FixedPoint class and its arithmetic
339 // Part 2: the FixedPoint class.
341 // A FixedPoint object represents a fixed-point value stored in the underlying
344 // case a FixedPoint object represents a corresponding SIMD vector of fixed
369 class FixedPoint {
382 typedef FixedPoint<ScalarRawType, kIntegerBits> ScalarFixedPointType;
400 static FixedPoint FromRaw(RawType x) {
401 FixedPoint retval;
406 static FixedPoint FromScalarRaw(ScalarRawType x)
    [all...]
fixedpoint_sse.h 16 // in fixedpoint.h.
22 #include "fixedpoint.h"
fixedpoint_neon.h 16 // in fixedpoint.h.
  /external/gemmlowp/test/
test_fixedpoint.cc 15 // test_fixedpoint.cc: unit tests covering the fixedpoint/ directory.
25 #include "../fixedpoint/fixedpoint.h"
33 // The fixedpoint stuff being tested here is generic in an underlying
61 // Most (though not all) of the fixedpoint functionality being tested
62 // consists of functions taking one fixedpoint value and returning one
63 // fixedpoint value, e.g. "exp" or "tanh". We call them "unary operators".
71 // as higher-level FixedPoint objects. The motivation for this design is 1) to
73 // class FixedPoint, and 2) to allow directly testing low-level functions
76 // wrapping raw values in FixedPoint objects
    [all...]
test.cc     [all...]
  /external/gemmlowp/
Android.bp 19 export_include_dirs: ["fixedpoint"],
  /external/gemmlowp/internal/
output.h 26 #include "../fixedpoint/fixedpoint.h"
239 inverse_amplitude_normalized = FixedPoint<DataType, 0>::FromDouble(
249 FixedPoint<DataType, 0>::FromDouble(amplitude_normalized_double);
255 typedef FixedPoint<DataType, 3> F3;
256 typedef FixedPoint<DataType, 0> F0;
292 FixedPoint<DataType, 0> inverse_amplitude_normalized;
294 FixedPoint<DataType, 0> amplitude_normalized;
simd_wrappers.h 16 // extending the set of such functions from fixedpoint.h.
23 #include "../fixedpoint/fixedpoint.h"
  /external/r8/src/test/java/com/android/tools/r8/internal/
R8GMSCoreFixedPointTest.java 21 public void fixedPoint()
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DigitList.java 360 * @param fixedPoint If true, then maximumDigits is the maximum
363 final void set(double source, int maximumDigits, boolean fixedPoint)
374 if (fixedPoint) {
402 round(fixedPoint ? (maximumDigits + decimalAt) : maximumDigits == 0 ? -1 : maximumDigits);
641 * @param fixedPoint If true, then maximumDigits is the maximum
645 int maximumDigits, boolean fixedPoint) {
706 round(fixedPoint ? (maximumDigits + decimalAt) : maximumDigits == 0 ? -1 : maximumDigits);
716 * @param fixedPoint If true, then maximumDigits is the maximum
720 int maximumDigits, boolean fixedPoint) {
721 setBigDecimalDigits(source.toString(), maximumDigits, fixedPoint);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList.java 358 * @param fixedPoint If true, then maximumDigits is the maximum
361 final void set(double source, int maximumDigits, boolean fixedPoint)
372 if (fixedPoint) {
400 round(fixedPoint ? (maximumDigits + decimalAt) : maximumDigits == 0 ? -1 : maximumDigits);
639 * @param fixedPoint If true, then maximumDigits is the maximum
643 int maximumDigits, boolean fixedPoint) {
704 round(fixedPoint ? (maximumDigits + decimalAt) : maximumDigits == 0 ? -1 : maximumDigits);
714 * @param fixedPoint If true, then maximumDigits is the maximum
718 int maximumDigits, boolean fixedPoint) {
719 setBigDecimalDigits(source.toString(), maximumDigits, fixedPoint);
    [all...]
  /external/skia/src/core/
SkDeviceLooper.h 84 kBW_Delta = 1 << 14, // 16K, gives room to spare for fixedpoint
SkAnalyticEdge.cpp 196 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint
203 // we want to SkASSERT(snappedNewY <= fCEdge.fCLastY), but our finite fixedpoint
SkEdge.cpp 486 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint
SkScan_Antihair.cpp 757 XRect (fixedpoint), as it won't overflow.
  /external/aac/libFDK/include/
common_fix.h 151 /* macros for compile-time conversion of constant float values to fixedpoint */
167 /* macros for runtime conversion of float values to integer fixedpoint. NO OVERFLOW CHECK!!! */
172 /* macros for runtime conversion of fixedpoint values to other fixedpoint. NO ROUNDING!!! */
181 /* macros for runtime conversion of integer fixedpoint values to float. */
  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_uint8.h 20 #include "fixedpoint.h"
reference_ops.h 29 #include "fixedpoint.h"
627 using gemmlowp::FixedPoint;
632 using F3 = FixedPoint<int32, 3>;
633 using F0 = FixedPoint<int32, 0>;
    [all...]
  /external/gemmlowp/public/
output_stages.h 86 // such as VQRDMULH on ARM. See in fixedpoint.h the generic function,
  /external/skia/tests/
DrawPathTest.cpp 15 // test that we can draw an aa-rect at coordinates > 32K (bigger than fixedpoint)
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h 31 #include "fixedpoint.h"
    [all...]
depthwiseconv_uint8.h 20 #include "fixedpoint.h"
    [all...]
  /external/robolectric/v1/lib/main/
maps_v16.jar 
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 201 "ProcessSerialNumber", "Point", "Rect", "FixedPoint", "FixedRect", "Style",
    [all...]
  /external/svox/pico/lib/
picocep.c 101 * Fixedpoint arithmetic (might go into a separate module if general enough and needed by other modules)
    [all...]

Completed in 1702 milliseconds