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

  /external/vulkan-validation-layers/libs/glm/gtx/
io.hpp 93 GLM_FUNC_DECL unsigned& value_width();
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 603 BitWidth value_width) {
604 auto fits = (1U << value_width) <= byte_width;
613 BitWidth value_width) {
615 return Mutate(dest, static_cast<double>(t), byte_width, value_width);
617 return Mutate(dest, static_cast<float>(t), byte_width, value_width);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1401 uint32_t value_width = array_data[1]; local
    [all...]

Completed in 63 milliseconds