Searched defs:kappa (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dfast-dtoa.cc33 // Input: * buffer containing the digits of too_high / 10^kappa
37 // * rest = (too_high - buffer * 10^kappa).f() * unit
38 // * ten_kappa = 10^kappa * unit
154 // The rounding might shift the whole buffer in which case the kappa is
155 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4.
168 int* kappa) {
175 // 10^kappa == 40 then there is no way to tell which way to round.
177 // Even if unit is just half the size of 10^kappa we are already completely
181 // If 2 * (rest + unit) <= 10^kappa w
163 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) argument
362 DigitGen(DiyFp low, DiyFp w, DiyFp high, Vector<char> buffer, int* length, int* kappa) argument
488 DigitGenCounted(DiyFp w, int requested_digits, Vector<char> buffer, int* length, int* kappa) argument
629 int kappa; local
678 int kappa; local
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_internal.cc250 const double kappa = example_state_data(example_id, 0) + local
257 std::abs(kappa);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 593 milliseconds