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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
bitutils.h 37 Dest BitwiseCast(Src source) {
40 "BitwiseCast: Source and destination must have the same size");
hex_float.h 123 FloatProxy(T val) { data_ = BitwiseCast<uint_type>(val); }
136 T getAsFloat() const { return BitwiseCast<T>(data_); }
324 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); }
328 return static_cast<uint_type>(spvutils::BitwiseCast<uint_type>(value_) &
430 value_ = BitwiseCast<T>(new_value);
614 other.set_value(BitwiseCast<typename other_T::underlying_type>(
629 other.set_value(BitwiseCast<typename other_T::underlying_type>(
689 const uint_type bits = spvutils::BitwiseCast<uint_type>(value.value());
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 45 using spvutils::BitwiseCast;
379 return binaryEncodeU32(BitwiseCast<uint32_t>(fVal), pInst);
386 return binaryEncodeU64(BitwiseCast<uint64_t>(dVal), pInst);

Completed in 297 milliseconds