/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
D | Main.py | 64 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/ |
D | fixed1616.h | 34 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/ |
D | AMDGPUInstrInfo.td | 66 // result of 1 / a as a fractional unsigned integer.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 31 + 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
|
D | functional.shaders.multisample_interpolation.txt | 98 screen-space location (in pixels) varying. The fractional part of the returned
|
D | functional.shaders.sample_variables.txt | 61 varying. gl_SamplePosition should be equal to the fractional part of the
|
/external/skia/site/user/api/ |
D | skrect.md | 41 fractional values to integers.
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM_synth_constants_gnu.inc | 61 @/* macros for fractional phase accumulator */
|
/external/libjpeg-turbo/simd/ |
D | jsimdcfg.inc | 82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
|
/external/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
|
/external/pdfium/testing/resources/javascript/ |
D | globals.in | 48 // Include both zero and a number with some fractional digits.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_armv6.S | 70 @ Filter to get fractional pitch.
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 245 into integral part and fractional part, where the fractional part is 250 Lijing Lin, "A Schur-Padé algorithm for fractional powers of a
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 147 // result of 1 / a as a fractional unsigned integer.
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 282 FX_DWORD fractional = 0, 407 FX_DWORD fractional, in CFX_LCNumeric() argument 410 m_Fractional = fractional; in CFX_LCNumeric()
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 438 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/ |
D | rfc3533.txt | 736 chunks of 255 bytes plus a last fractional chunk of less than 255
|
/external/iputils/ |
D | RELNOTES | 643 * Option "-i" to ping/ping6 takes fractional time now, so that
|
/external/libevent/ |
D | ChangeLog | 828 o Always round up when there's a fractional number of msecs. (8f9e60c Christopher Davis)
|
/external/libcxx/include/ |
D | locale | 3408 // print fractional part
|
/external/libxml2/ |
D | NEWS | 1472 - bugfixes: xpath number with > 19 fractional (William Brack), push
|
/external/e2fsprogs/debian/ |
D | changelog | 1885 * Allow mke2fs and tune2fs to take fractional percentages to the -m
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 631 where a page size specified with a fractional part was being
|
/external/v8/ |
D | ChangeLog | 3008 Fix user options for fractional digits in Intl.NumberFormatter (Chromium
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 3200 // Convert, with fractional bits immediate,
|