Searched refs:biased (Results 1 – 25 of 53) sorted by relevance
123
/external/webp/src/enc/ |
D | near_lossless_enc.c | 33 const uint32_t biased = a + (mask >> 1) + ((a >> bits) & 1); in FindClosestDiscretized() local 35 if (biased > 0xff) return 0xff; in FindClosestDiscretized() 36 return biased & ~mask; in FindClosestDiscretized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 124 // Extract biased exponent. 191 // Insert biased exponent. 212 // Compare biased exponent.
|
D | SystemZScheduleZ196.td | 1020 // Extract biased exponent 1060 // Insert biased exponent 1072 // Compare biased exponent
|
D | SystemZScheduleZEC12.td | 1064 // Extract biased exponent 1104 // Insert biased exponent 1116 // Compare biased exponent
|
D | SystemZScheduleZ13.td | 1098 // Extract biased exponent 1138 // Insert biased exponent 1150 // Compare biased exponent
|
D | SystemZScheduleZ14.td | 1115 // Extract biased exponent 1155 // Insert biased exponent 1167 // Compare biased exponent
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StatefulUniformInt.pbtxt | 52 The random integers are slightly biased unless `maxval - minval` is an exact
|
D | api_def_RandomUniformInt.pbtxt | 47 The random integers are slightly biased unless `maxval - minval` is an exact
|
/external/wycheproof/doc/ |
D | dsa.md | 149 Hence, k severely biased. Attacks against DSA with biased k are well known.
|
D | index.md | 47 cryptographic libraries based on the bugs found would be biased:
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 202 ### Naive, bad rounding, that's plainly biased 207 Both of those are biased in some way: 1. has the wrong "derivative", since it 295 ARM devices) but we need as perfect un-biased-ness as we can get.
|
/external/mesa3d/docs/specs/ |
D | MESA_texture_signed_rgba.spec | 119 [0, 127] (and not scaled and biased).
|
/external/gemmlowp/test/ |
D | test.cc | 1388 std::int32_t biased = raw + col_vector_data[r]; in TestOutputStages() local 1390 std::min(std::max(biased, clamp_stage.min), clamp_stage.max); in TestOutputStages()
|
/external/python/cpython3/Doc/library/ |
D | statistics.rst | 361 σ². When called on a sample instead, this is the biased sample variance
|
D | random.rst | 387 >>> # of a biased coin that settles on heads 60% of the time.
|
D | email.message.rst | 167 These semantic differences are intentional and are biased toward
|
D | email.compat32-message.rst | 291 These semantic differences are intentional and are biased toward maximal
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers_test.py | 1938 biased = variables.get_variables_by_name('biased')[0] 1942 self.assertEqual(biased.op.name, 'BatchNorm/BatchNorm/moving_mean/biased') 2032 biased = variables.get_variables_by_name('biased')[0] 2038 self.assertAllClose(biased.eval(), [0] * channels) 2050 self.assertAllClose(biased.eval(), expected_mean)
|
/external/python/cpython2/Doc/library/ |
D | email.message.rst | 181 These semantic differences are intentional and are biased toward maximal
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 481 ; Note that this branch must be strongly biased toward
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 488 ; Note that this branch must be strongly biased toward
|
/external/libexif/po/ |
D | en_GB.po | 2057 msgid "Creative program (biased toward depth of field)" 2058 msgstr "Creative programme (biased towards depth of field)" 2065 msgid "Creative program (biased toward fast shutter speed)" 2066 msgstr "Creative programme (biased towards fast shutter speed)"
|
D | en_AU.po | 2057 msgid "Creative program (biased toward depth of field)" 2058 msgstr "Creative programme (biased towards depth of field)" 2065 msgid "Creative program (biased toward fast shutter speed)" 2066 msgstr "Creative programme (biased towards fast shutter speed)"
|
D | libexif-12.pot | 2036 msgid "Creative program (biased toward depth of field)" 2044 msgid "Creative program (biased toward fast shutter speed)"
|
D | zh_CN.po | 2040 msgid "Creative program (biased toward depth of field)" 2048 msgid "Creative program (biased toward fast shutter speed)"
|
123