HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT (Results 1 - 25 of 407) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p8.cpp 5 template<int f(float, double)> struct B;
6 typedef float FLOAT;
7 template<int (*f)(FLOAT, double)> struct B;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2dbasetypes.h 20 FLOAT _11;
21 FLOAT _12;
22 FLOAT _21;
23 FLOAT _22;
24 FLOAT _31;
25 FLOAT _32;
29 FLOAT x;
30 FLOAT y;
39 FLOAT left;
40 FLOAT top
    [all...]
d3dx9math.h 28 #define D3DX_PI ((FLOAT)3.141592654)
29 #define D3DX_1BYPI ((FLOAT)0.318309886)
41 D3DXVECTOR2(const FLOAT *pf);
42 D3DXVECTOR2(FLOAT fx, FLOAT fy);
44 operator FLOAT* ();
45 operator const FLOAT* () const;
49 D3DXVECTOR2& operator *= (FLOAT);
50 D3DXVECTOR2& operator /= (FLOAT);
57 D3DXVECTOR2 operator * (FLOAT) const
    [all...]
wcsplugin.h 16 FLOAT blackWeight;
20 FLOAT J;
21 FLOAT a;
22 FLOAT b;
41 FLOAT JMin;
42 FLOAT JMax;
70 FLOAT X;
71 FLOAT Y;
72 FLOAT Z;
d2d1helper.h 27 static inline FLOAT FloatMax() {
36 D2D1FORCEINLINE D2D1_POINT_2F Point2F(FLOAT x = 0.f, FLOAT y = 0.f) {
37 return Point2<FLOAT>(x, y);
49 D2D1FORCEINLINE D2D1_SIZE_F SizeF(FLOAT width = 0.0f, FLOAT height = 0.0f) {
50 return Size<FLOAT>(width, height);
62 D2D1FORCEINLINE D2D1_RECT_F RectF(FLOAT left = 0.0f, FLOAT top = 0.0f, FLOAT right = 0.0f, FLOAT bottom = 0.0f)
    [all...]
d3dx9math.inl 30 inline D3DXVECTOR2::D3DXVECTOR2(CONST FLOAT *pf)
37 inline D3DXVECTOR2::D3DXVECTOR2(FLOAT fx, FLOAT fy)
43 inline D3DXVECTOR2::operator FLOAT* ()
45 return (FLOAT*)&x;
48 inline D3DXVECTOR2::operator CONST FLOAT* () const
50 return (CONST FLOAT*)&x;
67 inline D3DXVECTOR2& D3DXVECTOR2::operator *= (FLOAT f)
74 inline D3DXVECTOR2& D3DXVECTOR2::operator /= (FLOAT f)
101 inline D3DXVECTOR2 D3DXVECTOR2::operator * (FLOAT f) cons
    [all...]
endpointvolume.h 47 FLOAT fMasterVolume;
49 FLOAT afChannelVolumes[1];
180 FLOAT fLevelDB,
184 FLOAT fLevel,
188 FLOAT *fLevelDB) = 0;
191 FLOAT *fLevel) = 0;
195 FLOAT fLevelDB,
200 FLOAT fLevel,
205 FLOAT *fLevelDB) = 0;
209 FLOAT *fLevel) = 0
    [all...]
dwrite.h 418 FLOAT left;
419 FLOAT top;
420 FLOAT right;
421 FLOAT bottom;
425 FLOAT width;
464 FLOAT advanceOffset;
465 FLOAT ascenderOffset;
470 FLOAT fontEmSize;
473 const FLOAT *glyphAdvances;
490 FLOAT left
    [all...]
  /external/clang/test/Modules/Inputs/
macros.h 3 #define FLOAT float
7 #__private_macro FLOAT
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 22 public static final int FLOAT = 4;
  /dalvik/hit/src/com/android/hit/
Types.java 25 public static final int FLOAT = 6;
42 case 'F': return 4; // float
52 case FLOAT: return 4;
69 case 'F': return "float";
79 case FLOAT: return "float";
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 23 TypeData FLOAT = new TypeData.BasicType("float", StackMapTable.FLOAT);
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsFloatBuffer.java 22 * This class wraps a byte buffer to be a float buffer.
44 super(byteBuffer.capacity() / SizeOf.FLOAT, byteBuffer.effectiveDirectAddress);
64 byteBuffer.limit(limit * SizeOf.FLOAT);
65 byteBuffer.position(position * SizeOf.FLOAT);
85 public float get() {
89 return byteBuffer.getFloat(position++ * SizeOf.FLOAT);
93 public float get(int index) {
95 return byteBuffer.getFloat(index * SizeOf.FLOAT);
99 public FloatBuffer get(float[] dst, int dstOffset, int floatCount) {
100 byteBuffer.limit(limit * SizeOf.FLOAT);
    [all...]
  /external/clang/test/SemaCXX/
overloaded-operator-decl.cpp 23 X operator+(int, float); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
34 typedef float FLOAT;
37 X operator++(X&, FLOAT); // expected-error{{parameter of overloaded post-increment operator must have type 'int' (not 'FLOAT' (aka 'float'))}}
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 562 FLOAT advanceOffset;
568 FLOAT ascenderOffset;
    [all...]
  /external/clang/test/SemaTemplate/
class-template-id.cpp 2 template<typename T, typename U = float> struct A { };
6 typedef float FLOAT;
8 A<int, FLOAT> *foo(A<int> *ptr, A<int> const *ptr2, A<int, double> *ptr3) {
12 return ptr2; // expected-error{{cannot initialize return object of type 'A<int, FLOAT> *' with an lvalue of type 'const A<int> *'}}
14 return ptr3; // expected-error{{cannot initialize return object of type 'A<int, FLOAT> *' with an lvalue of type 'A<int, double> *'}}
38 typedef N::C<float> c2;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 109 public static final byte FLOAT = 11;
137 "Float",
153 /* UNKNOWN UNINIT NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/
154 /*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED},
156 /*NULL*/ {NULL, CONFLICTED, NULL, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, REFERENCE, CONFLICTED},
157 /*ONE*/ {ONE, CONFLICTED, BOOLEAN, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
158 /*BOOLEAN*/ {BOOLEAN, CONFLICTED, BOOLEAN, BOOLEAN, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
159 /*BYTE*/ {BYTE, CONFLICTED, BYTE, BYTE, BYTE, BYTE, BYTE, SHORT, SHORT, INTEGER, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
160 /*POS_BYTE*/ {POS_BYTE, CONFLICTED, POS_BYTE, POS_BYTE, POS_BYTE, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED},
161 /*SHORT*/ {SHORT, CONFLICTED, SHORT, SHORT, SHORT, SHORT, SHORT, SHORT, SHORT, INTEGER, INTEGER, FLOAT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICT (…)
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
95 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
  /external/skia/include/utils/
SkWGL.h 71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
95 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 40 public static final int FLOAT = 0x10;
  /libcore/luni/src/main/java/java/sql/
Types.java 99 * The type code that identifies the SQL type {@code FLOAT}.
101 public static final int FLOAT = 6;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-cordic.js 35 function FLOAT(X)
81 return FLOAT(X) * FLOAT(Y);
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 26 public static final float[] FLOAT = new float[0];
  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 78 FLOAT,
114 case FLOAT:
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 68 elif channel.type == FLOAT:
72 print ' float %s;' % (channel.name)
86 elif channel.type == FLOAT:
90 print ' float %s;' % (channel.name)
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
124 if channel.type == FLOAT and channel.size not in (16, 32, 64):
169 elif channel.type == FLOAT:
173 return 'float'
200 if type.type == 'FLOAT':
215 if type.type == FLOAT
    [all...]

Completed in 1035 milliseconds

1 2 3 4 5 6 7 8 91011>>