/external/llvm/test/MC/Mips/ |
D | higher-highest-addressing.s | 15 lui $5, %highest(func) 25 # Test the calculation of %higher and %highest: 27 # ((x + 0x800080008000) >> 48) & 0xffff (highest). 36 lui $6, %highest($L2-$L1+0x300047FFF7FF7) 44 lui $7, %highest($L2-$L1+0x300047FFF7FF8) 50 # Check the case where both %higher and %highest are modified by adding +1. 51 lui $8, %highest(0x37FFF7FFF8000)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-10.ll | 21 ; Test a byte-granularity replicate with the highest useful value. 45 ; Test a halfword-granularity replicate with the highest useful value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 95 ; Test a word-granularity replicate with the highest useful negative value. 112 ; Test a doubleword-granularity replicate with the highest in-range value. 120 ; Test a doubleword-granularity replicate with the next highest value. 146 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | vec-const-09.ll | 21 ; Test a byte-granularity replicate with the highest useful value. 45 ; Test a halfword-granularity replicate with the highest useful value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 95 ; Test a word-granularity replicate with the highest useful negative value. 112 ; Test a doubleword-granularity replicate with the highest in-range value. 120 ; Test a doubleword-granularity replicate with the next highest value. 146 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | vec-const-12.ll | 21 ; Test a byte-granularity replicate with the highest useful value. 45 ; Test a halfword-granularity replicate with the highest useful value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 95 ; Test a word-granularity replicate with the highest useful negative value. 112 ; Test a doubleword-granularity replicate with the highest in-range value. 120 ; Test a doubleword-granularity replicate with the next highest value. 146 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | vec-const-11.ll | 23 ; Test a byte-granularity replicate with the highest useful value. 50 ; Test a halfword-granularity replicate with the highest useful value. 68 ; Test a word-granularity replicate with the highest in-range value. 77 ; Test a word-granularity replicate with the next highest value. 106 ; Test a word-granularity replicate with the highest useful negative value. 125 ; Test a doubleword-granularity replicate with the highest in-range value. 134 ; Test a doubleword-granularity replicate with the next highest value. 163 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | vec-const-08.ll | 23 ; Test a byte-granularity replicate with the highest useful value. 50 ; Test a halfword-granularity replicate with the highest useful value. 68 ; Test a word-granularity replicate with the highest in-range value. 77 ; Test a word-granularity replicate with the next highest value. 106 ; Test a word-granularity replicate with the highest useful negative value. 125 ; Test a doubleword-granularity replicate with the highest in-range value. 134 ; Test a doubleword-granularity replicate with the next highest value. 163 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | vec-const-07.ll | 27 ; Test a byte-granularity replicate with the highest useful value. 60 ; Test a halfword-granularity replicate with the highest useful value. 82 ; Test a word-granularity replicate with the highest in-range value. 93 ; Test a word-granularity replicate with the next highest value. 128 ; Test a word-granularity replicate with the highest useful negative value. 151 ; Test a doubleword-granularity replicate with the highest in-range value. 162 ; Test a doubleword-granularity replicate with the next highest value. 197 ; Test a doubleword-granularity replicate with the highest useful negative
|
D | atomicrmw-and-04.ll | 83 ; Check the highest NILL value outside the range of RISBG. 101 ; Check the highest useful NILF value. 110 ; Check the highest NILH value outside the range of RISBG. 137 ; Check the highest NIHL value outside the range of RISBG. 155 ; Check the highest NIHH value outside the range of RISBG. 164 ; Check the highest useful NIHF value.
|
D | atomicrmw-nand-04.ll | 89 ; Check the highest NILL value outside the range of RISBG. 107 ; Check the highest useful NILF value. 116 ; Check the highest NILH value outside the range of RISBG. 143 ; Check the highest NIHL value outside the range of RISBG. 161 ; Check the highest NIHH value outside the range of RISBG. 170 ; Check the highest useful NIHF value.
|
D | insert-04.ll | 28 ; Check the highest useful IILL value. (We use OILL rather than IILL 62 ; Check the highest useful IILH value. 95 ; Check the highest useful IIHL value. 128 ; Check the highest useful IIHH value.
|
D | and-04.ll | 86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff). 95 ; Check the highest useful NIHF value (0xfffefffe_ffffffff). 113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff). 149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff). 176 ; Check the highest NILL value outside the RISBG range.
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reference_gemm.h | 66 const int32 highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); in ReferenceGemm() local 83 if (output > highest) { in ReferenceGemm() 84 output = highest; in ReferenceGemm()
|
D | quantized_pooling_ops.cc | 76 const int32 highest = static_cast<int32>(Eigen::NumTraits<T>::highest()); in Compute() local 91 .cwiseMin(highest) in Compute()
|
/external/autotest/server/site_tests/security_kASLR/ |
D | security_kASLR.py | 106 highest = 0 109 if address_count[addr] > highest: 110 highest = address_count[addr] 115 if highest > (unique / 10):
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedBatchNormWithGlobalNormalization.pbtxt | 18 The value represented by the highest quantized input. 38 The value represented by the highest quantized mean. 58 The value represented by the highest quantized variance. 77 The value represented by the highest quantized offset. 97 The value represented by the highest quantized gamma.
|
D | api_def_QuantizedConv2D.pbtxt | 18 The float value that the highest quantized input value represents. 30 The float value that the highest quantized filter value represents. 42 The float value that the highest quantized output value represents. 71 number of the associated minimum, and the highest represents the maximum.
|
D | api_def_QuantizedAdd.pbtxt | 12 The float value that the highest quantized `x` value represents. 24 The float value that the highest quantized `y` value represents. 36 The float value that the highest quantized output value represents.
|
D | api_def_QuantizedMul.pbtxt | 12 The float value that the highest quantized `x` value represents. 24 The float value that the highest quantized `y` value represents. 36 The float value that the highest quantized output value represents.
|
D | api_def_QuantizedBiasAdd.pbtxt | 18 The float value that the highest quantized input value represents. 30 The float value that the highest quantized bias value represents. 42 The float value that the highest quantized output value represents.
|
D | api_def_QuantizedMatMul.pbtxt | 24 The float value that the highest quantized `a` value represents. 36 The float value that the highest quantized `b` value represents. 48 The float value that the highest quantized output value represents.
|
D | api_def_QuantizedRelu.pbtxt | 12 The float value that the highest quantized value represents. 30 The float value that the highest quantized value represents.
|
D | api_def_QuantizedReluX.pbtxt | 12 The float value that the highest quantized value represents. 30 The float value that the highest quantized value represents.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WNafL2RMultiplier.java | 48 int highest = LongArray.bitLengths[n]; in multiplyPositive() 51 int scale = width - highest; in multiplyPositive() 52 int lowBits = n ^ (1 << (highest - 1)); in multiplyPositive()
|
/external/mesa3d/src/intel/vulkan/tests/ |
D | state_pool_no_free.c | 80 int highest = -1; in run_test() local 102 assert(jobs[max_thread_idx].offsets[next[max_thread_idx]] > highest); in run_test() 104 highest = jobs[max_thread_idx].offsets[next[max_thread_idx]]; in run_test()
|
D | block_pool_no_free.c | 79 int highest = -1; in validate_monotonic() local 101 assert(blocks[max_thread_idx][next[max_thread_idx]] > highest); in validate_monotonic() 103 highest = blocks[max_thread_idx][next[max_thread_idx]]; in validate_monotonic()
|