Home
last modified time | relevance | path

Searched refs:fractional (Results 1 – 25 of 36) sorted by relevance

12

/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py64 def __init__(self, pfwClient, size, integral, fractional): argument
66 self._paramPath = '/Test/test/%d/q%d.%d' % (size, integral, fractional)
70 self._quantum = 2 ** -fractional
91 littleValue = 10 ** -(int(fractional * log10(2)))
241 for fractional in range (0, size - integral):
242 tester = FixedPointTester(pfw, size, integral, fractional)
/external/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in Fixed()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.td66 // result of 1 / a as a fractional unsigned integer.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt31 + Separate verification of fractional spacing modes
75 The tests for the fractional spacing modes (fractional_odd_spacing,
156 using a fractional spacing mode and a tessellation level that isn't already
Dfunctional.shaders.multisample_interpolation.txt98 screen-space location (in pixels) varying. The fractional part of the returned
Dfunctional.shaders.sample_variables.txt61 varying. gl_SamplePosition should be equal to the fractional part of the
/external/skia/site/user/api/
Dskrect.md41 fractional values to integers.
/external/sonivox/arm-wt-22k/lib_src/
DARM_synth_constants_gnu.inc61 @/* macros for fractional phase accumulator */
/external/libjpeg-turbo/simd/
Djsimdcfg.inc82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
/external/libjpeg-turbo/win/
Djsimdcfg.inc82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
/external/pdfium/testing/resources/javascript/
Dglobals.in48 // Include both zero and a number with some fractional digits.
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_armv6.S70 @ Filter to get fractional pitch.
/external/eigen/unsupported/Eigen/
DMatrixFunctions245 into integral part and fractional part, where the fractional part is
250 Lijing Lin, "A Schur-Pad&eacute; algorithm for fractional powers of a
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td147 // result of 1 / a as a fractional unsigned integer.
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp282 FX_DWORD fractional = 0,
407 FX_DWORD fractional, in CFX_LCNumeric() argument
410 m_Fractional = fractional; in CFX_LCNumeric()
/external/skia/src/animator/
DSkAnimateSchema.xsd438 A signed fractional value.
447 An array of one or more signed fractional values.
535 A fractional second with millisecond resolution.
961 (May be fractional.) -->
1519 Float contains a signed fractional value. The float element cannot be added to a display list,
/external/libogg/doc/
Drfc3533.txt736 chunks of 255 bytes plus a last fractional chunk of less than 255
/external/iputils/
DRELNOTES643 * Option "-i" to ping/ping6 takes fractional time now, so that
/external/libevent/
DChangeLog828 o Always round up when there's a fractional number of msecs. (8f9e60c Christopher Davis)
/external/libcxx/include/
Dlocale3408 // print fractional part
/external/libxml2/
DNEWS1472 - bugfixes: xpath number with > 19 fractional (William Brack), push
/external/e2fsprogs/debian/
Dchangelog1885 * Allow mke2fs and tune2fs to take fractional percentages to the -m
/external/opencv3/3rdparty/libtiff/
DChangeLog631 where a page size specified with a fractional part was being
/external/v8/
DChangeLog3008 Fix user options for fractional digits in Intl.NumberFormatter (Chromium
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td3200 // Convert, with fractional bits immediate,

12