/external/llvm/test/Transforms/InstCombine/ |
D | cos-1.ll | 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK 4 ; RUN: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-S… 13 ; NO-FLOAT-SHRINK-LABEL: @test_simplify1( 16 ; NO-FLOAT-SHRINK: call double @cos(double %d) 21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2( 26 ; DO-FLOAT-SHRINK: call float @cosf(float %f) 31 ; NO-FLOAT-SHRINK-LABEL: @test_simplify3( 35 ; NO-FLOAT-SHRINK: call double @cos(double %conv1)
|
/external/llvm/test/CodeGen/X86/ |
D | floor-soft-float.ll | 1 … < %s -march=x86-64 -mattr=+sse41,-avx -soft-float=0 | FileCheck %s --check-prefix=CHECK-HARD-FLOAT 2 … < %s -march=x86-64 -mattr=+sse41,-avx -soft-float=1 | FileCheck %s --check-prefix=CHECK-SOFT-FLOAT 8 ; CHECK-SOFT-FLOAT: callq floorf 9 ; CHECK-HARD-FLOAT: roundss $1, %xmm0, %xmm0
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 68 elif channel.type == FLOAT: 86 elif channel.type == FLOAT: 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: 215 if type.type == FLOAT: 230 if type.type == FLOAT: 286 if dst_channel.type == FLOAT: 298 if src_channel.type == FLOAT: 321 if src_type == FLOAT and src_size == 16: [all …]
|
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 77 if self.type == FLOAT: 91 if self.type == FLOAT: 183 if channel.type not in (VOID, FLOAT): 217 'f': FLOAT,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 68 elif channel.type == FLOAT: 86 elif channel.type == FLOAT: 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: 215 if type.type == FLOAT: 230 if type.type == FLOAT: 286 if dst_channel.type == FLOAT: 298 if src_channel.type == FLOAT: 321 if src_type == FLOAT and src_size == 16: [all …]
|
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 60 self.sign = type in (SIGNED, FIXED, FLOAT) 77 if self.type == FLOAT: 91 if self.type == FLOAT: 183 if channel.type not in (VOID, FLOAT): 217 'f': FLOAT,
|
/external/chromium_org/third_party/skia/include/utils/ |
D | 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 *, UIN… 97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
|
/external/skia/include/utils/ |
D | 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 *, UIN… 97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 95 frame.push(Type.FLOAT); in execute() 120 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute() 144 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute() 165 evalArrayLoad(Type.FLOAT, frame); in execute() 185 evalStore(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute() 209 evalStore(Type.FLOAT, opcode - FSTORE_0, frame, subroutine); in execute() 230 evalArrayStore(Type.FLOAT, frame); in execute() 313 evalBinaryMath(Type.FLOAT, frame); in execute() 325 evalBinaryMath(Type.FLOAT, frame); in execute() 337 evalBinaryMath(Type.FLOAT, frame); in execute() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ), 175 ZSB(Z32_FLOAT_S8X24_UINT, Z32_S8_X24_FLOAT, C0, C0, C0, xx, FLOAT, 177 ZSB(X32_S8X24_UINT, NONE, C1, C1, C1, xx, FLOAT, Z32_S8_X24, T), 184 F3B(R9G9B9E5_FLOAT, NONE, C0, C1, C2, xx, FLOAT, 9_9_9_E5, T), 193 F3B(R11G11B10_FLOAT, R11G11B10_FLOAT, C0, C1, C2, xx, FLOAT, 11_11_10, TB), 202 F3B(L16_FLOAT, R16_FLOAT, C0, C0, C0, xx, FLOAT, 16, TB), 205 F3B(L32_FLOAT, R32_FLOAT, C0, C0, C0, xx, FLOAT, 32, TB), 215 C4B(I16_FLOAT, R16_FLOAT, C0, C0, C0, C0, FLOAT, 16, TR), 218 C4B(I32_FLOAT, R32_FLOAT, C0, C0, C0, C0, FLOAT, 32, TR), 228 A1B(A16_FLOAT, R16_FLOAT, xx, xx, xx, C0, FLOAT, 16, T), [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ), 175 ZSB(Z32_FLOAT_S8X24_UINT, Z32_S8_X24_FLOAT, C0, C0, C0, xx, FLOAT, 177 ZSB(X32_S8X24_UINT, NONE, C1, C1, C1, xx, FLOAT, Z32_S8_X24, T), 184 F3B(R9G9B9E5_FLOAT, NONE, C0, C1, C2, xx, FLOAT, 9_9_9_E5, T), 193 F3B(R11G11B10_FLOAT, R11G11B10_FLOAT, C0, C1, C2, xx, FLOAT, 11_11_10, TB), 202 F3B(L16_FLOAT, R16_FLOAT, C0, C0, C0, xx, FLOAT, 16, TB), 205 F3B(L32_FLOAT, R32_FLOAT, C0, C0, C0, xx, FLOAT, 32, TB), 215 C4B(I16_FLOAT, R16_FLOAT, C0, C0, C0, C0, FLOAT, 16, TR), 218 C4B(I32_FLOAT, R32_FLOAT, C0, C0, C0, C0, FLOAT, 32, TR), 228 A1B(A16_FLOAT, R16_FLOAT, xx, xx, xx, C0, FLOAT, 16, T), [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | recover1.test | 28 INSERT INTO types VALUES ("FLOAT", 3.1415927); 44 } {1 NULL {} null 2 INTEGER 17 integer 3 FLOAT 3.1415927 real 4 TEXT {This is text} text 5 BLOB {Th… 57 } {1 NULL {} null 2 INTEGER 17 integer 3 FLOAT 3.1415927 real 4 TEXT {This is text} text 5 BLOB {Th… 85 # Restrict by FLOAT 92 value FLOAT 96 } {1 NULL {} null 2 INTEGER 17.0 real 3 FLOAT 3.1415927 real} 98 # Restrict by FLOAT NOT NULL 105 value FLOAT NOT NULL 109 } {2 INTEGER 17.0 real 3 FLOAT 3.1415927 real} 111 # Restrict by FLOAT STRICT [all …]
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_border_unittest.cc | 47 EXPECT_EQ(BubbleBorder::FLOAT, in TEST_F() 48 BubbleBorder::horizontal_mirror(BubbleBorder::FLOAT)); in TEST_F() 83 EXPECT_EQ(BubbleBorder::FLOAT, in TEST_F() 84 BubbleBorder::vertical_mirror(BubbleBorder::FLOAT)); in TEST_F() 107 EXPECT_FALSE(BubbleBorder::has_arrow(BubbleBorder::FLOAT)); in TEST_F() 130 EXPECT_FALSE(BubbleBorder::is_arrow_on_left(BubbleBorder::FLOAT)); in TEST_F() 153 EXPECT_FALSE(BubbleBorder::is_arrow_on_top(BubbleBorder::FLOAT)); in TEST_F() 179 EXPECT_FALSE(BubbleBorder::is_arrow_on_horizontal(BubbleBorder::FLOAT)); in TEST_F() 202 EXPECT_FALSE(BubbleBorder::is_arrow_at_center(BubbleBorder::FLOAT)); in TEST_F()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | math-cordic.js | 35 function FLOAT(X) class 81 return FLOAT(X) * FLOAT(Y);
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 26 typedef float FLOAT; typedef 28 template<> struct A<float, FLOAT>; 30 template<> struct A<FLOAT, float> { }; // expected-error{{redefinition}}
|
/external/clang/test/CXX/temp/temp.param/ |
D | p8.cpp | 6 typedef float FLOAT; typedef 7 template<int (*f)(FLOAT, double)> struct B;
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.cpp | 65 #undef FLOAT 66 #define FLOAT ((Imf::PixelType)2) macro 186 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in ReadHeader() 188 m_isfloat = (m_type == FLOAT); in ReadHeader() 354 if( m_type == FLOAT ) in ReadData() 413 else if( m_type == FLOAT ) in UpSample() 433 if( m_type == FLOAT ) in UpSampleX() 455 else if( m_type == FLOAT ) in UpSampleY() 482 else if( m_type == FLOAT ) in ChromaToBGR() 507 else if( m_type == FLOAT ) in ChromaToBGR() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 47 new Rop(RegOps.MOVE, Type.FLOAT, StdTypeList.FLOAT, "move-float"); 79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY, 102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float"); 218 new Rop(RegOps.ADD, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "add-float"); 235 new Rop(RegOps.SUB, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "sub-float"); 252 new Rop(RegOps.MUL, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "mul-float"); 271 new Rop(RegOps.DIV, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "div-float"); 290 new Rop(RegOps.REM, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "rem-float"); 307 new Rop(RegOps.NEG, Type.FLOAT, StdTypeList.FLOAT, "neg-float"); 379 new Rop(RegOps.ADD, Type.FLOAT, StdTypeList.FLOAT, "add-const-float"); [all …]
|
/external/clang/test/Modules/Inputs/ |
D | macros.h | 3 #define FLOAT float macro 7 #__private_macro FLOAT
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t058rewriteAST69.g | 4 tokens { FLOAT; } 6 …: INT -> {new org.antlr.runtime.tree.CommonTree(new org.antlr.runtime.CommonToken(FLOAT, $INT.text…
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | flags.h | 86 enum Type { BOOL, INT, FLOAT, STRING }; enumerator 112 assert(type_ == FLOAT); in float_variable() 133 assert(type_ == FLOAT); in float_default() 189 DEFINE_FLAG(FLOAT, double, name, default, comment)
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | flags.h | 89 enum Type { BOOL, INT, FLOAT, STRING }; enumerator 115 assert(type_ == FLOAT); in float_variable() 136 assert(type_ == FLOAT); in float_default() 192 DEFINE_FLAG(FLOAT, double, name, default, comment)
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeTag.java | 23 TypeData FLOAT = new TypeData.BasicType("float", StackMapTable.FLOAT); field
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 80 FLOAT(0F), enumConstant 109 FLOAT (JavaType.FLOAT , WIRETYPE_FIXED32 ), enumConstant
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 80 FLOAT(0F), enumConstant 109 FLOAT (JavaType.FLOAT , WIRETYPE_FIXED32 ), enumConstant
|