Home
last modified time | relevance | path

Searched defs:ExponentWidth (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dprimitive_util.cc46 int ExponentWidth(PrimitiveType type) { in ExponentWidth() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp119 unsigned ExponentWidth = FloatWidth - FPMantissaWidth - 1; in expandFPToI() local