HomeSort by relevance Sort by last modified time
    Searched full:negate_value (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 748 // Returns true if negate_value is true and the next character on the
752 inline bool RejectParseDueToLeadingSign(std::istream& is, bool negate_value,
754 if (negate_value) {
769 // If negate_value is true then the number may not have a leading minus or
778 inline std::istream& ParseNormalFloat(std::istream& is, bool negate_value,
780 if (RejectParseDueToLeadingSign(is, negate_value, value)) {
785 if (negate_value) {
796 value.set_value((value.isNegative() | negate_value) ? T::lowest()
807 // If negate_value is true then the number may not have a leading minus or
818 std::istream& is, bool negate_value,
872 bool negate_value = false; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_generator.cpp     [all...]

Completed in 2569 milliseconds