Searched defs:Float (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/test/CodeCompletion/
H A Doperator.cpp8 typedef float Float; typedef
13 // CHECK-CC1: Float
/external/clang/test/SemaCXX/
H A Doverload-decl.cpp8 typedef float Float; typedef
9 void f(int, Float); // expected-note {{previous declaration is here}}
11 int f(int, Float); // expected-error {{functions that differ only in their return type cannot be overloaded}}
27 int g(int, Float); // expected-error {{functions that differ only in their return type cannot be overloaded}}
/external/llvm/unittests/ADT/
H A DPointerSumTypeTest.cpp17 enum Kinds { Float, Int1, Int2 }; enumerator in enum:__anon13586::PointerSumTypeTest::Kinds
21 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
28 : f(3.14f), i1(42), i2(-1), a(SumType::create<Float>(&f)),
40 EXPECT_EQ(Float, a.getTag());
47 EXPECT_TRUE(a.is<Float>());
50 EXPECT_FALSE(b.is<Float>());
53 EXPECT_FALSE(c.is<Float>());
59 EXPECT_EQ(&f, a.get<Float>());
62 EXPECT_EQ(nullptr, b.get<Float>());
65 EXPECT_EQ(nullptr, c.get<Float>());
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs47 Float, enumerator in enum:Google.Protobuf.Reflection.FieldType
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c2 typedef float Float; typedef
7 Float field2;
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp11 typedef float Float; typedef
13 bool b2 = __is_trivially_constructible(Integer, Float, Bool);
77 // CHECK-TRAIT: Identifier: "Float" [13:51 - 13:56] TypeRef=Float:11:17
/external/clang/test/Sema/
H A Dcast.c22 typedef float Float; typedef
35 (void) (Float) v;
49 (void) (Float) v;
71 (void) (Float) v;
81 void testFloat(Float v) {
85 (void) (Float) v;
97 (void) (Float) v;
109 (void) (Float) v;
121 (void) (Float) v;
133 (void) (Float)
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h95 typedef float Float; /* IEEE754 single-precision (32-bit) value */ typedef
/external/deqp/framework/common/
H A DtcuFloat.hpp48 class Float class in namespace:tcu
61 Float (void);
62 explicit Float (StorageType value);
63 explicit Float (float v);
64 explicit Float (double v);
67 static Float convert (const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src);
69 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src) { return src; } argument
88 static inline Float construc
136 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) function in class:tcu::Float
142 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType value) function in class:tcu::Float
148 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value) function in class:tcu::Float
157 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (double value) function in class:tcu::Float
242 convert(const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& other) argument
[all...]
H A DtcuTestLog.hpp102 typedef LogNumber<float> Float; typedef in class:tcu::TestLog
/external/llvm/include/llvm/IR/
H A DIntrinsics.h91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h384 inline uint32_t FloatToBits(float Float) { argument
389 T.F = Float;
/external/valgrind/perf/
H A Dffbench.c35 follows: Float = double, Asize = 256, Passes = 20, CAPOUT not
146 /* The program may be run with Float defined as either float or
150 #define Float double /* Floating point type used in FFT */ macro
169 Float data[];
175 Float tempi, tempr;
241 Float *fdata /* , *fd */ ;
248 fasize = ((fanum + 1) * 2 * sizeof(Float)); /* FFT array size */
251 fdata = (Float *) malloc(fasize);
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h112 Float enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/external/clang/include/clang/AST/
H A DAPValue.h45 Float, enumerator in enum:clang::APValue::ValueKind
183 bool isFloat() const { return Kind == Float; }
412 Kind = Float;
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h158 Arg(FloatMax Float) : Kind(AK_Float), Float(Float) {} argument
166 FloatMax Float; member in union:__ubsan::Diag::Arg::__anon3476
/external/llvm/include/llvm/Support/
H A DMathExtras.h564 inline uint32_t FloatToBits(float Float) { argument
569 T.F = Float;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h111 static NewSense Def(unsigned PR, bool True, bool Float) { argument
112 NewSense NS = { /*PredReg=*/ PR, /*IsFloat=*/ Float, /*IsNVJ=*/ false,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h481 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h37 Float = 11, enumerator in enum:reflection::BaseType
58 "Float",
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h420 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h420 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h494 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal

Completed in 1155 milliseconds

123