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

12

/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/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DVarType.java37 Float, enum constant in enum:VarType
/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.hpp100 typedef LogNumber<float> Float; typedef in class:tcu::TestLog
/external/llvm/include/llvm/IR/
H A DIntrinsics.h77 Void, VarArg, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/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.h128 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::__anon2916
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java246 Float(4), enum constant in enum:VertexBuffer.Format
593 if (format != Format.Float)
652 case Float:
705 case Float:
707 fin.put(inPos + elementPos, (Float)val);
747 case Float:
828 case Float:
868 case Float:
962 oc.write(format, "format", Format.Float);
970 case Float
[all...]
/external/lldb/source/Core/
H A DScalar.cpp912 Scalar::Float(float fail_value) const function in class:Scalar
/external/llvm/include/llvm/Support/
H A DMathExtras.h528 inline uint32_t FloatToBits(float Float) { argument
533 T.F = Float;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h481 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h390 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
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.c16 typedef float Float; typedef
34 Float f32[4];
195 static Float randFloat ( void )
208 return (Float)s64;
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h532 T Float(int index) const { function in class:vixl::LogicVRegister
/external/clang/include/clang/Basic/
H A DTargetInfo.h126 Float = 0, enumerator in enum:clang::TargetInfo::RealType

Completed in 1005 milliseconds

12