Home
last modified time | relevance | path

Searched refs:uint64 (Results 1 – 13 of 13) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c433 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_9in()
487 out[(x * 3) + 0] = ((uint64) acc_r * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_9in()
488 out[(x * 3) + 0] = ((uint64) acc_g * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_9in()
489 out[(x * 3) + 0] = ((uint64) acc_b * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_9in()
495 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ in7, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_8in()
496 uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_8in()
548 out[(x * 3) + 0] = ((uint64) acc_r * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_8in()
549 out[(x * 3) + 1] = ((uint64) acc_g * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_8in()
550 out[(x * 3) + 2] = ((uint64) acc_b * weight_reciprocal + ((uint64) 1 << 31)) >> 32; in _scale_row_down_8in()
556 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_7in()
[all …]
/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h47 typedef uint64_t uint64; typedef
121 explicit PhiloxRandom(uint64 seed) { in PhiloxRandom()
127 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom()
139 void Skip(uint64 count) { in Skip()
212 const uint64 product = static_cast<uint64>(a) * b; in MultiplyHighLow()
Drandom_distributions.h219 : lo_(lo), range_(static_cast<uint64>(hi) - static_cast<uint64>(lo)) {} in UniformDistribution()
226 auto bits = sample[2 * i] | static_cast<uint64>(sample[2 * i + 1]) << 32; in operator()
237 uint64 range_;
267 void Skip(uint64 num_skips) { in Skip()
291 void SkipFromGenerator(uint64 num_skips) { in SkipFromGenerator()
729 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble()
730 const uint64 exp = static_cast<uint64>(1023); in Uint64ToDouble()
731 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
Drandom.h26 uint64 New64();
30 uint64 New64DefaultSeed();
Drandom.cc36 uint64 New64() { in New64()
43 uint64 New64DefaultSeed() { in New64DefaultSeed()
Dsimple_philox.h40 PHILOX_DEVICE_INLINE uint64 Rand64() { in Rand64()
42 return lo | static_cast<uint64>(hi) << 32; in Rand64()
/packages/modules/StatsD/statsd/src/
Dstats_log.proto36 uint64 value_str_hash = 8;
290 optional uint64 name_hash = 5;
294 optional uint64 version_string_hash = 7;
298 optional uint64 installer_hash = 9;
315 optional uint64 app_hash = 7;
318 optional uint64 new_version_string_hash = 10;
319 optional uint64 prev_version_string_hash = 11;
/packages/modules/GeoTZ/data_pipeline/src/main/proto/
Ds2_protos.proto56 repeated uint64 cellIds = 2;
62 required uint64 startCellId = 1;
64 required uint64 endCellId = 2;
/packages/modules/GeoTZ/s2storage/tools/src/proto/
Dgeotz_protos.proto45 required uint64 startCellId = 1;
48 required uint64 endCellId = 2;
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h64 typedef unsigned long long uint64; typedef
/packages/modules/GeoTZ/validation/geonames/src/main/proto/
Dvalidation_protos.proto32 required uint64 s2CellId = 2;
/packages/apps/ManagedProvisioning/proto/
Ddevicepolicy.proto35 optional uint64 time_period_millis = 5;
/packages/modules/Wifi/service/proto/src/
Dscorecard.proto136 optional uint64 value = 1;