Home
last modified time | relevance | path

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

12345

/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp104 inline std::size_t float_hash_impl(Float v, in float_hash_impl()
114 inline std::size_t float_hash_impl(Float v, in float_hash_impl()
123 inline std::size_t float_hash_impl(Float v, in float_hash_impl()
132 inline std::size_t float_hash_impl(Float v, in float_hash_impl()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp80 using Float = SIMD128Impl::Float; typedef
136 using Float = SIMD256Impl::Float; typedef
191 using Float = SIMD512Impl::Float; typedef
207 using Float = typename Traits::Float; typedef
225 using Float = typename SIMD_T::Float; typedef
Dsimdlib_types.hpp170 union Float union
173 SIMDINLINE Float(__m128 in) : v(in) {} in Float() function
235 union Float union
238 SIMDINLINE Float(__m256 in) : v(in) {} in Float() function
239 SIMDINLINE Float(SIMD128Impl::Float const& in_lo, in Float() function
355 union Float union
358 SIMDINLINE Float(__m512 in) : v(in) {} in Float() function
359 SIMDINLINE Float(SIMD256Impl::Float const& in_lo, in Float() function
/third_party/boost/libs/numeric/conversion/test/
Dudt_example_0.cpp144 struct Float struct
146 Float( float v ) : mV(v) {} in Float() function
158 typedef conversion_traits<Int,Float> Float2IntTraits ; argument
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h53 Float, enumerator
85 double Float; member
/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/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/mindspore/mindspore/core/ir/dtype/
Dnumber.cc46 Float::Float(const int nbits) : Number(FloatBitsToTypeId(nbits), nbits, false) { in Float() function in mindspore::Float
Dnumber.h134 Float() : Number(kNumberTypeFloat, 0) {} in Float() function
137 MS_DECLARE_PARENT(Float, Number) in MS_DECLARE_PARENT() argument
/third_party/boost/libs/container_hash/test/
Dhash_complex_test.cpp69 void complex_float_tests(Float*) in complex_float_tests() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DVertexFormat.h23 Float, enumerator
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp42 TEST(ToString, Float) { in TEST() argument
/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/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/skia/third_party/externals/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/boost/boost/numeric/conversion/detail/
Dbounds.hpp32 class Float class
/third_party/node/benchmark/buffers/
Dbuffer-read-float.js22 Float: { property
/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

12345