Searched refs:highest (Results 1 - 25 of 79) sorted by relevance

1234

/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s15 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/tensorflow/tensorflow/core/kernels/
H A Dreference_gemm.h66 const int32 highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); local
83 if (output > highest) {
84 output = highest;
H A Dquantized_pooling_ops.cc76 const int32 highest = static_cast<int32>(Eigen::NumTraits<T>::highest()); variable
91 .cwiseMin(highest)
H A Dslice_op.h33 bool use_64bit = (input.size() > Eigen::NumTraits<int>::highest());
H A Dstrided_slice_op.h37 const bool use_64bit = input.size() > Eigen::NumTraits<int>::highest();
86 const bool use_64bit = input.size() > Eigen::NumTraits<int>::highest();
111 const bool use_64bit = input.size() > Eigen::NumTraits<int>::highest();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafL2RMultiplier.java48 int highest = LongArray.bitLengths[n];
51 int scale = width - highest;
52 int lowBits = n ^ (1 << (highest - 1));
/external/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_no_free.c80 int highest = -1; local
82 /* First, we find which thread has the highest next element */
101 /* That next element had better be higher than the previous highest */
102 assert(jobs[max_thread_idx].offsets[next[max_thread_idx]] > highest);
104 highest = jobs[max_thread_idx].offsets[next[max_thread_idx]];
H A Dblock_pool_no_free.c79 int highest = -1; local
81 /* First, we find which thread has the highest next element */
100 /* That next element had better be higher than the previous highest */
101 assert(blocks[max_thread_idx][next[max_thread_idx]] > highest);
103 highest = blocks[max_thread_idx][next[max_thread_idx]];
/external/autotest/server/site_tests/security_kASLR/
H A Dsecurity_kASLR.py106 highest = 0
109 if address_count[addr] > highest:
110 highest = address_count[addr]
115 if highest > (unique / 10):
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/valgrind/memcheck/tests/
H A Ddescr_belowsp.stderr.exp18 describing 0x........ byte just above highest guardpage byte
21 describing 0x........ highest guardpage byte
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/tensorflow/tensorflow/core/framework/
H A Dnumeric_types.h69 static EIGEN_STRONG_INLINE tensorflow::bfloat16 highest() { function in struct:Eigen::NumTraits
70 return FloatToBFloat16(NumTraits<float>::highest());
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h9 lis reg, (expr)@highest; \
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/eigen/Eigen/src/Core/
H A DStableNorm.h26 if(tmp > NumTraits<Scalar>::highest())
28 invScale = NumTraits<Scalar>::highest();
31 else if(maxCoeff>NumTraits<Scalar>::highest()) // we got a INF

Completed in 1352 milliseconds

1234