Home
last modified time | relevance | path

Searched defs:isHalf (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dhalf_support.h200 static bool isHalf(ScalarType st) { in isHalf() function
204 static bool isHalf(const ExprPtr& v) { in isHalf() function
/aosp_15_r20/external/clang/include/clang/Lex/
H A DLiteralSupport.h65 bool isHalf : 1; // 1.0h variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLiteralSupport.h76 bool isHalf : 1; // 1.0h variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLiteralSupport.h76 bool isHalf : 1; // 1.0h variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLiteralSupport.h76 bool isHalf : 1; // 1.0h variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLiteralSupport.h76 bool isHalf : 1; // 1.0h variable
/aosp_15_r20/external/clang/utils/TableGen/
H A DNeonEmitter.cpp178 bool isHalf() const { return Float && ElementBitwidth == 16; } in isHalf() function in __anon9e696c270111::Type