Home
last modified time | relevance | path

Searched refs:float1 (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DInitialize.cpp19 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/
Dtest-interp-vec-setcond-fp.ll6 %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
Dtest-setcond-fp.ll7 %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/
Dtest-setcond-fp.ll7 %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/
Dframe-15.ll41 %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/
DTextRun.cpp34 float float1; member
/external/llvm/test/CodeGen/AArch64/
Dfunc-calls.ll28 %float1 = load float* @varfloat
30 call void @take_floats(float %float1, float %float2)
/external/chromium_org/cc/layers/
Dpicture_layer_impl.cc874 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/
DMakefile.am48 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
DMakefile.in213 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp46 float float1; member
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1607 Rop float1, Rop double1, Rop int2, in pickBinaryOp() argument
1617 case Type.BT_FLOAT: result = float1; break; in pickBinaryOp()
/external/libffi/
DChangeLog902 * 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.