/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/cldr/tools/scripts/uca/ |
D | blankweights.sed | 12 # fractional primary weights 16 # fractional secondary weights 19 # fractional tertiary weights
|
/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_FractionalMaxPool.pbtxt | 12 output tensor after fractional max pooling. 58 The result would be [20, 16] for fractional max pooling. 83 summary: "Performs fractional max pooling on the input." 89 expect from the word "fractional", means that the overall reduction ratio N 111 For more details on fractional max pooling, see this paper:
|
D | api_def_FractionalAvgPool.pbtxt | 12 output tensor after fractional avg pooling. 58 The result would be [41/3, 26/3] for fractional avg pooling. 83 summary: "Performs fractional average pooling on the input."
|
D | api_def_TruncateDiv.pbtxt | 5 Truncation designates that negative numbers will round fractional quantities
|
D | api_def_FractionalMaxPoolGrad.pbtxt | 54 The result would be [20, 16] for fractional max pooling.
|
D | api_def_FractionalAvgPoolGrad.pbtxt | 48 The result would be [41/3, 26/3] for fractional avg pooling.
|
/external/libcups/cups/ |
D | pwg-media.c | 1142 fractional = 0, /* Fractional value */ in pwg_scan_measurement() local 1164 fractional = fractional * 10 + (*buf++) - '0'; in pwg_scan_measurement() 1179 return (value * numer / denom + fractional * numer / denom / divisor); in pwg_scan_measurement()
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | st,stm32h7-rcc.txt | 82 When the PLL is configured in fractional mode: 99 - 1 Pll is configure in fractional mode
|
/external/mesa3d/src/gallium/docs/source/drivers/openswr/ |
D | knobs.rst | 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning.
|
/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
|
/external/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 117 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
|
D | jsimdcfg.inc | 82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM_synth_constants_gnu.inc | 61 @/* macros for fractional phase accumulator */
|
/external/skqp/third_party/libjpeg-turbo/ |
D | jsimdcfg.inc | 82 %define IFAST_SCALE_BITS 2 ; fractional bits in scale factors
|
/external/skia/third_party/libjpeg-turbo/ |
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/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc1.rst | 73 Handle fractional time in cookie expiry. Patch by ssh.
|
/external/skia/docs/ |
D | SkRect_Reference.bmh | 1552 Sets IRect by adding 0.5 and discarding the fractional portion of Rect 1578 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding 1604 Sets Rect by discarding the fractional portion of fLeft and fTop; and rounding 1631 Sets Rect by rounding up fLeft and fTop; and discarding the fractional portion 1657 Returns IRect by adding 0.5 and discarding the fractional portion of Rect 1681 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 1552 Sets IRect by adding 0.5 and discarding the fractional portion of Rect 1578 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding 1604 Sets Rect by discarding the fractional portion of fLeft and fTop; and rounding 1631 Sets Rect by rounding up fLeft and fTop; and discarding the fractional portion 1657 Returns IRect by adding 0.5 and discarding the fractional portion of Rect 1681 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddReduce.decTest | 81 -- some trailing fractional zeros with zeros in units
|
D | dqReduce.decTest | 82 -- some trailing fractional zeros with zeros in units
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | ddReduce.decTest | 81 -- some trailing fractional zeros with zeros in units
|