/external/armnn/src/armnn/ |
D | NetworkQuantizationScheme.hpp | 38 double highest = (1 << NumBits()) - 1; in ComputeScheme() local 73 double highest = (1 << NumBits()) - 1; in ComputeScheme() local 115 double highest = (1 << (NumBits()-1)) - 1; // (numbits-1) accounts for the sign bit in ComputeScheme() local 143 double highest = (1 << (NumBits()-1)) - 1; // (numbits-1) accounts for the sign bit in ComputeScheme() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_pooling_ops.cc | 81 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T>::highest()); in Compute() local
|
D | reference_gemm.h | 67 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); in ReferenceGemm() local
|
D | quantized_conv_ops.cc | 65 const int32_t highest = static_cast<int32>(Eigen::NumTraits<T3>::highest()); in operator ()() local
|
D | quantization_utils.h | 121 const int64_t highest = static_cast<int64>(Eigen::NumTraits<T>::highest()); in FloatForOneQuantizedLevel() local
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_attributes.c | 53 unsigned highest = 32 - __builtin_clz(vertex_count); in panfrost_large_padded_vertex_count() local
|
/external/mesa3d/src/intel/vulkan/tests/ |
D | state_pool_no_free.c | 83 int highest = -1; in run_test() local
|
D | block_pool_no_free.c | 82 int highest = -1; in validate_monotonic() local
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_quantized_conv_ops.h | 27 int64 highest = static_cast<int64>(Eigen::NumTraits<T>::highest()); in MklFloatForOneQuantizedLevel() local
|
/external/elfutils/libdwfl/ |
D | segment.c | 161 int highest = -1; in reify_segments() local
|
D | dwfl_module_getdwarf.c | 474 GElf_Addr highest; in find_prelink_address_sync() local
|
/external/arm-trusted-firmware/drivers/nxp/ddr/nxp-ddr/ |
D | ddrc.c | 63 uint32_t map, shift, highest; in bist() local
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
D | main.c | 35 uint64_t highest; member
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
D | main.c | 21 uint64_t highest; member
|
/external/python/cpython3/Lib/test/ |
D | test_type_comments.py | 225 highest = sys.version_info[1] # Highest minor version variable in TypeCommentTests
|
/external/tensorflow/tensorflow/core/lib/bfloat16/ |
D | bfloat16.h | 363 static bfloat16 highest() { in highest() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | module.cpp | 236 uint32_t highest = 0; in ComputeIdBound() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.cpp | 236 uint32_t highest = 0; in ComputeIdBound() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.cpp | 236 uint32_t highest = 0; in ComputeIdBound() local
|
/external/rust/crates/nix/src/sys/ |
D | select.rs | 78 pub fn highest(&self) -> Option<RawFd> { in highest() method
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventRequestManagerImpl.java | 723 int highest = 0; in EventRequestManagerImpl() local
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 516 int highest = num_test_files - 1; in alloc_tf_buf() local
|
/external/selinux/libsemanage/src/ |
D | direct_api.c | 2182 semanage_module_info_t *highest = NULL; in semanage_direct_get_module_info() local
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 3268 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorRGBA8() local 3351 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorsRGBA8() local 3439 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorsRGB8() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 6267 uint16_t highest = 0; in edge_probability() local
|