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

12

/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/clang/test/CodeCompletion/
H A Doperator.cpp8 typedef float Float; typedef
13 // CHECK-CC1: Float
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp11 typedef float Float; typedef
13 bool b2 = __is_trivially_constructible(Integer, Float, Bool);
36 // CHECK-TRAIT: Identifier: "Float" [13:51 - 13:56] TypeRef=Float:11:17
/external/chromium_org/cc/animation/
H A Danimation_curve.h23 enum CurveType { Float, Transform, Filter }; enumerator in enum:cc::AnimationCurve::CurveType
/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/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/main/VEX/pub/
H A Dlibvex_basictypes.h79 typedef float Float; /* IEEE754 single-precision (32-bit) value */ typedef
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h464 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/llvm/include/llvm/IR/
H A DIntrinsics.h80 Void, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DRegisterType.java104 Float, enum constant in enum:RegisterType.Category
125 /* Unknown Uninit Null One, Boolean Byte PosByte Short PosShort Char Integer, Float, LongLo LongHi DoubleLo DoubleHi UninitRef UninitThis Reference Conflicted*/
126 /*Unknown*/ {Unknown, Uninit, Null, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, LongLo, LongHi, DoubleLo, DoubleHi, UninitRef, UninitThis, Reference, Conflicted},
128 /*Null*/ {Null, Conflicted, Null, Boolean, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Reference, Conflicted},
129 /*One*/ {One, Conflicted, Boolean, One, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
130 /*Boolean*/ {Boolean, Conflicted, Boolean, Boolean, Boolean, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
131 /*Byte*/ {Byte, Conflicted, Byte, Byte, Byte, Byte, Byte, Short, Short, Integer, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
132 /*PosByte*/ {PosByte, Conflicted, PosByte, PosByte, PosByte, Byte, PosByte, Short, PosShort, Char, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
133 /*Short*/ {Short, Conflicted, Short, Short, Short, Short, Short, Short, Short, Integer, Integer, Float, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted, Conflicted},
134 /*PosShort*/ {PosShort, Conflicted, PosShort, PosShort, PosShort, Short, PosShort, Short, PosShort, Char, Integer, Float, Conflicte
[all...]
/external/valgrind/main/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/compiler-rt/lib/ubsan/
H A Dubsan_diag.h145 Arg(FloatMax Float) : Kind(AK_Float), Float(Float) {} argument
153 FloatMax Float; member in union:__ubsan::Diag::Arg::__anon16748
/external/llvm/include/llvm/Support/
H A DMathExtras.h515 inline uint32_t FloatToBits(float Float) { argument
520 T.F = Float;
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h123 Float enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/external/clang/include/clang/AST/
H A DAPValue.h45 Float, enumerator in enum:clang::APValue::ValueKind
184 bool isFloat() const { return Kind == Float; }
413 Kind = Float;
/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/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h483 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h481 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/srec/shared/src/
H A DSessionTypeImpl.c1162 VariableTypes Float = TYPES_FLOAT; local
1219 CHKLOG(rc, parameterList->put(parameterList, "CREC.ParVersion", &Float));
1231 CHKLOG(rc, parameterList->put(parameterList, "CREC.Frontend.premel", &Float));
1234 CHKLOG(rc, parameterList->put(parameterList, "CREC.Frontend.window_factor", &Float));
1235 CHKLOG(rc, parameterList->put(parameterList, "CREC.Frontend.offset", &Float));
1237 CHKLOG(rc, parameterList->put(parameterList, "CREC.Frontend.peakdecayup", &Float));
1238 CHKLOG(rc, parameterList->put(parameterList, "CREC.Frontend.peakdecaydown", &Float));
1275 CHKLOG(rc, parameterList->put(parameterList, "CREC.Pattern.mix_score_scale", &Float));
1280 CHKLOG(rc, parameterList->put(parameterList, "CREC.Pattern.mix_score_scale", &Float));
1281 CHKLOG(rc, parameterList->put(parameterList, "CREC.Pattern.imelda_scale", &Float));
[all...]
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h459 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h404 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp527 Float enumerator in enum:__anon15240::X86_32ABIInfo::Class
826 if (K == BuiltinType::Float || K == BuiltinType::Double)
827 return Float;
836 if (C == Float)
1446 } else if ((k == BuiltinType::Float || k == BuiltinType::Double) ||
3220 if (BT->getKind() != BuiltinType::Float &&
3325 BT->getKind() == BuiltinType::Float)
3361 } else if (Base->isSpecificBuiltinType(BuiltinType::Float))
3421 // Float types are never treated as "integer like".
4281 case BuiltinType::Float
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<float> Float; typedef in namespace:testing::internal

Completed in 744 milliseconds

12