Home
last modified time | relevance | path

Searched defs:Float (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_import_test.cc101 TEST_P(MslImportData_DualParam_ScalarTest, Float) { in TEST_P() argument
133 TEST_P(MslImportData_DualParam_VectorTest, Float) { in TEST_P() argument
178 TEST_P(MslImportData_TripleParam_ScalarTest, Float) { in TEST_P() argument
199 TEST_P(MslImportData_TripleParam_VectorTest, Float) { in TEST_P() argument
/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp56 class Float class
151 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float() function in tcu::Float
157 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float() function in tcu::Float
163 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value, Rou… in Float() function in tcu::Float
172 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (double value, Ro… in Float() function in tcu::Float
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_import_test.cc134 TEST_P(HlslImportData_DualParam_ScalarTest, Float) { in TEST_P() argument
156 TEST_P(HlslImportData_DualParam_VectorTest, Float) { in TEST_P() argument
201 TEST_P(HlslImportData_TripleParam_ScalarTest, Float) { in TEST_P() argument
222 TEST_P(HlslImportData_TripleParam_VectorTest, Float) { in TEST_P() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_import_test.cc134 TEST_P(GlslImportData_DualParam_ScalarTest, Float) { in TEST_P() argument
156 TEST_P(GlslImportData_DualParam_VectorTest, Float) { in TEST_P() argument
200 TEST_P(GlslImportData_TripleParam_ScalarTest, Float) { in TEST_P() argument
221 TEST_P(GlslImportData_TripleParam_VectorTest, Float) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h53 Float, enumerator
85 double Float; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dwhat_is_going_on.hpp3 typedef float Float; typedef
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.h23 Float, enumerator
DFormat.h51 Float = 0x1, enumerator
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.cc22 Operand Operand::Float(float val) { in Float() function in tint::writer::spirv::Operand
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwhat_is_going_on.rs26 pub type Float = f32; typedef
/third_party/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp41 TEST(ToString, Float) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp41 TEST(ToString, Float) { in TEST() argument
/third_party/spirv-tools/test/
Dstring_utils_test.cpp41 TEST(ToString, Float) { in TEST() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs47 Float, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DGLFormat.h33 enum ComponentType { Float, Int, Uint, DepthStencil }; enumerator
/third_party/typescript/tests/cases/compiler/
DexcessPropertyCheckWithMultipleDiscriminants.ts12 interface Float extends Base<number> { interface
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.cc64 std::unique_ptr<Number> Number::Float(uint32_t bits) { in Float() function in amber::type::Number
/third_party/rust/crates/minimal-lexical/src/
Drounding.rs19 F: Float, in round()
Dparse.rs146 pub fn parse_float<'a, F, Iter1, Iter2>(integer: Iter1, fraction: Iter2, exponent: i32) -> F in parse_float()
/third_party/node/benchmark/buffers/
Dbuffer-read-float.js22 Float: { property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp185 APFloat Float(APFloat::x87DoubleExtended(), APInt(80, RawBits)); in toStringAPFloat() local
191 static std::string stripTrailingZeros(const std::string &Float) { in stripTrailingZeros()
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto97 message Float { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto97 message Float { message
/third_party/rust/crates/minimal-lexical/etc/correctness/rng-tests/
D_common.rs111 F: minimal_lexical::Float, in parse_float()
/third_party/rust/crates/minimal-lexical/examples/
Dsimple.rs153 F: minimal_lexical::Float, in parse_float()

12345