Searched refs:biased (Results 1 – 25 of 55) 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/mesa3d/src/panfrost/midgard/ |
D | midgard_errata_lod.c | 73 nir_ssa_def *biased = nir_fadd(b, lod, lod_bias); in nir_lod_errata_instr() local 75 nir_fmax(b, biased, min_lod), max_lod); in nir_lod_errata_instr()
|
/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/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/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/_extra/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 | random.rst | 393 >>> # of a biased coin that settles on heads 60% of the time.
|
D | statistics.rst | 433 σ². When called on a sample instead, this is the biased sample variance
|
D | email.message.rst | 167 These semantic differences are intentional and are biased toward
|
D | email.compat32-message.rst | 292 These semantic differences are intentional and are biased toward maximal
|
/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_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 | 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 | libexif-12.pot | 2036 msgid "Creative program (biased toward depth of field)" 2044 msgid "Creative program (biased toward fast shutter speed)"
|
D | uk.po | 2038 msgid "Creative program (biased toward depth of field)" 2046 msgid "Creative program (biased toward fast shutter speed)"
|
123