Searched refs:biased (Results 1 – 25 of 72) sorted by relevance
123
/external/llvm-project/flang/include/flang/Decimal/ |
D | binary-floating-point.h | 66 int biased{BiasedExponent()}; in UnbiasedExponent() 67 return biased - exponentBias + (biased == 0); in UnbiasedExponent()
|
/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-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 131 // Extract biased exponent. 206 // Insert biased exponent. 227 // Compare biased exponent.
|
D | SystemZScheduleZEC12.td | 1069 // Extract biased exponent 1109 // Insert biased exponent 1121 // Compare biased exponent
|
D | SystemZScheduleZ196.td | 1025 // Extract biased exponent 1065 // Insert biased exponent 1077 // Compare biased exponent
|
D | SystemZScheduleZ13.td | 1107 // Extract biased exponent 1147 // Insert biased exponent 1159 // Compare biased exponent
|
D | SystemZScheduleZ14.td | 1125 // Extract biased exponent 1165 // Insert biased exponent 1177 // Compare biased exponent
|
D | SystemZScheduleZ15.td | 1146 // Extract biased exponent 1186 // Insert biased exponent 1198 // Compare biased exponent
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 131 // Extract biased exponent. 206 // Insert biased exponent. 227 // Compare biased exponent.
|
D | SystemZScheduleZ196.td | 1025 // Extract biased exponent 1065 // Insert biased exponent 1077 // Compare biased exponent
|
D | SystemZScheduleZEC12.td | 1069 // Extract biased exponent 1109 // Insert biased exponent 1121 // Compare biased exponent
|
D | SystemZScheduleZ13.td | 1107 // Extract biased exponent 1147 // Insert biased exponent 1159 // Compare biased exponent
|
D | SystemZScheduleZ14.td | 1125 // Extract biased exponent 1165 // Insert biased exponent 1177 // Compare biased exponent
|
/external/rust/crates/tokio/tests/ |
D | macros_select.rs | 495 biased; in biased_one_not_ready() 523 biased; in biased_eventually_ready()
|
/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/rust/crates/tokio/src/macros/ |
D | select.rs | 542 (biased; $p:pat = $($t:tt)* ) => {
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-sampling.md | 94 biased such that underestimates are more penalised) but it’s easy to reason
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 84 the result will be biased.
|
/external/gemmlowp/test/ |
D | test.cc | 1429 std::int32_t biased = raw + col_vector_data[r]; in TestOutputStages() local 1431 std::min(std::max(biased, clamp_stage.min), clamp_stage.max); in TestOutputStages()
|
123