Searched refs:uint64 (Results 1 – 13 of 13) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_scaler.c | 433 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/ |
D | philox_random.h | 47 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()
|
D | random_distributions.h | 219 : 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()
|
D | random.h | 26 uint64 New64(); 30 uint64 New64DefaultSeed();
|
D | random.cc | 36 uint64 New64() { in New64() 43 uint64 New64DefaultSeed() { in New64DefaultSeed()
|
D | simple_philox.h | 40 PHILOX_DEVICE_INLINE uint64 Rand64() { in Rand64() 42 return lo | static_cast<uint64>(hi) << 32; in Rand64()
|
/packages/modules/StatsD/statsd/src/ |
D | stats_log.proto | 36 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/ |
D | s2_protos.proto | 56 repeated uint64 cellIds = 2; 62 required uint64 startCellId = 1; 64 required uint64 endCellId = 2;
|
/packages/modules/GeoTZ/s2storage/tools/src/proto/ |
D | geotz_protos.proto | 45 required uint64 startCellId = 1; 48 required uint64 endCellId = 2;
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wtypes.h | 64 typedef unsigned long long uint64; typedef
|
/packages/modules/GeoTZ/validation/geonames/src/main/proto/ |
D | validation_protos.proto | 32 required uint64 s2CellId = 2;
|
/packages/apps/ManagedProvisioning/proto/ |
D | devicepolicy.proto | 35 optional uint64 time_period_millis = 5;
|
/packages/modules/Wifi/service/proto/src/ |
D | scorecard.proto | 136 optional uint64 value = 1;
|