/external/chromium_org/third_party/angle/src/compiler/ |
D | Initialize.cpp | 19 TType *float1 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 1); in InsertBuiltInFunctions() local 31 symbolTable.insertBuiltIn(float1, "radians", float1); in InsertBuiltInFunctions() 36 symbolTable.insertBuiltIn(float1, "degrees", float1); in InsertBuiltInFunctions() 41 symbolTable.insertBuiltIn(float1, "sin", float1); in InsertBuiltInFunctions() 46 symbolTable.insertBuiltIn(float1, "cos", float1); in InsertBuiltInFunctions() 51 symbolTable.insertBuiltIn(float1, "tan", float1); in InsertBuiltInFunctions() 56 symbolTable.insertBuiltIn(float1, "asin", float1); in InsertBuiltInFunctions() 61 symbolTable.insertBuiltIn(float1, "acos", float1); in InsertBuiltInFunctions() 66 symbolTable.insertBuiltIn(float1, "atan", float1, float1); in InsertBuiltInFunctions() 71 symbolTable.insertBuiltIn(float1, "atan", float1); in InsertBuiltInFunctions() [all …]
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-setcond-fp.ll | 6 %float1 = fadd <3 x float> <float 0.0, float 0.0, float 0.0>, <float 0.0, float 0.0, float 0.0> 8 %test49 = fcmp oeq <3 x float> %float1, %float2 9 %test50 = fcmp oge <3 x float> %float1, %float2 10 %test51 = fcmp ogt <3 x float> %float1, %float2 11 %test52 = fcmp ole <3 x float> %float1, %float2 12 %test53 = fcmp olt <3 x float> %float1, %float2 13 %test54 = fcmp une <3 x float> %float1, %float2
|
D | test-setcond-fp.ll | 7 %float1 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=6] 9 %test49 = fcmp oeq float %float1, %float2 ; <i1> [#uses=0] 10 %test50 = fcmp oge float %float1, %float2 ; <i1> [#uses=0] 11 %test51 = fcmp ogt float %float1, %float2 ; <i1> [#uses=0] 12 %test52 = fcmp ole float %float1, %float2 ; <i1> [#uses=0] 13 %test53 = fcmp olt float %float1, %float2 ; <i1> [#uses=0] 14 %test54 = fcmp une float %float1, %float2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-fp.ll | 7 %float1 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=6] 9 %test49 = fcmp oeq float %float1, %float2 ; <i1> [#uses=0] 10 %test50 = fcmp oge float %float1, %float2 ; <i1> [#uses=0] 11 %test51 = fcmp ogt float %float1, %float2 ; <i1> [#uses=0] 12 %test52 = fcmp ole float %float1, %float2 ; <i1> [#uses=0] 13 %test53 = fcmp olt float %float1, %float2 ; <i1> [#uses=0] 14 %test54 = fcmp une float %float1, %float2 ; <i1> [#uses=0]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-15.ll | 41 %float1 = load float *%ptr1 43 %double1 = fpext float %float1 to double 68 %float1 = load float *%ptr1 70 %double1 = fpext float %float1 to double 95 %float1 = load float *%ptr1 97 %double1 = fpext float %float1 to double 122 %float1 = load float *%ptr1 124 %double1 = fpext float %float1 to double 149 %float1 = load float *%ptr1 151 %double1 = fpext float %float1 to double [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.cpp | 34 float float1; member
|
/external/llvm/test/CodeGen/AArch64/ |
D | func-calls.ll | 28 %float1 = load float* @varfloat 30 call void @take_floats(float %float1, float %float2)
|
/external/chromium_org/cc/layers/ |
D | picture_layer_impl.cc | 874 inline float PositiveRatio(float float1, float float2) { in PositiveRatio() argument 875 DCHECK_GT(float1, 0); in PositiveRatio() 877 return float1 > float2 ? float1 / float2 : float2 / float1; in PositiveRatio()
|
/external/libffi/testsuite/ |
D | Makefile.am | 48 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
|
D | Makefile.in | 213 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGInlineTextBox.cpp | 46 float float1; member
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | Rops.java | 1607 Rop float1, Rop double1, Rop int2, in pickBinaryOp() argument 1617 case Type.BT_FLOAT: result = float1; break; in pickBinaryOp()
|
/external/libffi/ |
D | ChangeLog | 902 * testsuite/libffi.call/float1.c (main): Remove unused variable i. 1027 * testsuite/libffi.call/float1.c (value_type): New typedef. 2275 * testsuite/libffi.call/float1.c: Likewise.
|