HomeSort by relevance Sort by last modified time
    Searched refs:is16Bit (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 361 bool is16Bit() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 516 bool is16Bit() const {
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 285 bool contains (const typename Traits<T>::IVal& ival, const T& value, bool is16Bit = false)
287 return Traits<T>::doContains(ival, value, is16Bit);
469 static Interval doConvert (const FloatFormat& fmt, const IVal& ival, bool is16Bit)
471 DE_UNREF(is16Bit);
536 static bool doContains (const Interval& a, const float& value, bool is16Bit = false)
538 if(is16Bit)
574 static bool doContains (const Interval& a, const deFloat16& value, bool is16Bit = false)
576 DE_UNREF(is16Bit);
640 static bool doContains (const Interval& a, const int& value, bool is16Bit)
642 DE_UNREF(is16Bit);
    [all...]

Completed in 74 milliseconds