/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgVariableValue.hpp | 101 float asFloat (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->floatVal; } in asFloat() function in rsg::ConstStridedValueAccess 106 …float asFloat (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value… in asFloat() function in rsg::ConstStridedValueAccess 134 float& asFloat (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->floatVal; } in asFloat() function in rsg::StridedValueAccess 139 …float& asFloat (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value… in asFloat() function in rsg::StridedValueAccess
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuFloat.hpp | 181 inline float Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::asFloat (void) co… in asFloat() function in tcu::Float
|
D | tcuVector.hpp | 149 Vector<float, Size> asFloat (void) const { return cast<float>(); } in asFloat() function in tcu::Vector
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 456 public double asFloat() { in asFloat() method in FlexBuffers.Reference
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 779 float Value::asFloat() const { in asFloat() function in Json::Value
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES1.cpp | 743 GLfloat asFloat = FixedToFloat(param); in ValidateFogx() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 71 float asFloat; in ValidateFloatOneAsUint() member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES1.cpp | 840 GLfloat asFloat = in ValidateFogx() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 2589 spirv::IdRef asFloat = component; in writeComponentCapture() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3158 float Value::asFloat() const { in asFloat() function in Json::Value
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3158 float Value::asFloat() const { in asFloat() function in Json::Value
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3190 float Value::asFloat() const { in asFloat() function in Json::Value
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3158 float Value::asFloat() const { in asFloat() function in Json::Value
|