Home
last modified time | relevance | path

Searched refs:biased (Results 1 – 25 of 53) sorted by relevance

123

/external/webp/src/enc/
Dnear_lossless_enc.c33 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/
DSystemZInstrDFP.td124 // Extract biased exponent.
191 // Insert biased exponent.
212 // Compare biased exponent.
DSystemZScheduleZ196.td1020 // Extract biased exponent
1060 // Insert biased exponent
1072 // Compare biased exponent
DSystemZScheduleZEC12.td1064 // Extract biased exponent
1104 // Insert biased exponent
1116 // Compare biased exponent
DSystemZScheduleZ13.td1098 // Extract biased exponent
1138 // Insert biased exponent
1150 // Compare biased exponent
DSystemZScheduleZ14.td1115 // Extract biased exponent
1155 // Insert biased exponent
1167 // Compare biased exponent
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatefulUniformInt.pbtxt52 The random integers are slightly biased unless `maxval - minval` is an exact
Dapi_def_RandomUniformInt.pbtxt47 The random integers are slightly biased unless `maxval - minval` is an exact
/external/wycheproof/doc/
Ddsa.md149 Hence, k severely biased. Attacks against DSA with biased k are well known.
Dindex.md47 cryptographic libraries based on the bugs found would be biased:
/external/gemmlowp/doc/
Dless-than-8-bit.md202 ### 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/
DMESA_texture_signed_rgba.spec119 [0, 127] (and not scaled and biased).
/external/gemmlowp/test/
Dtest.cc1388 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/
Dstatistics.rst361 σ². When called on a sample instead, this is the biased sample variance
Drandom.rst387 >>> # of a biased coin that settles on heads 60% of the time.
Demail.message.rst167 These semantic differences are intentional and are biased toward
Demail.compat32-message.rst291 These semantic differences are intentional and are biased toward maximal
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py1938 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/
Demail.message.rst181 These semantic differences are intentional and are biased toward maximal
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll481 ; Note that this branch must be strongly biased toward
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dblock-placement.ll488 ; Note that this branch must be strongly biased toward
/external/libexif/po/
Den_GB.po2057 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)"
Den_AU.po2057 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)"
Dlibexif-12.pot2036 msgid "Creative program (biased toward depth of field)"
2044 msgid "Creative program (biased toward fast shutter speed)"
Dzh_CN.po2040 msgid "Creative program (biased toward depth of field)"
2048 msgid "Creative program (biased toward fast shutter speed)"

123