Home
last modified time | relevance | path

Searched defs:negate_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DHexFloat.cpp1005 bool negate_value; member
1028 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1036 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DHexFloat.cpp1005 bool negate_value; member
1028 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1036 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dhex_float_test.cpp1103 bool negate_value; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp1103 bool negate_value; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dhex_float_test.cpp1103 bool negate_value; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp35 static double negate_value(double value) { in negate_value() function