Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp27 TType *float1 = new TType(EbtFloat); in InsertBuiltInFunctions() local
84 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMod, genType, "mod", genType, float1); in InsertBuiltInFunctions()
86 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMin, genType, "min", genType, float1); in InsertBuiltInFunctions()
92 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMax, genType, "max", genType, float1); in InsertBuiltInFunctions()
98 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpClamp, genType, "clamp", genType, float1, float1); in InsertBuiltInFunctions()
104 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMix, genType, "mix", genType, genType, float1); in InsertBuiltInFunctions()
107 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpStep, genType, "step", float1, genType); in InsertBuiltInFunctions()
109 …symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSmoothStep, genType, "smoothstep", float1, float1, g… in InsertBuiltInFunctions()
116 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpModf, float1, "modf", float1, outFloat1); in InsertBuiltInFunctions()
138 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLength, float1, "length", genType); 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
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
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/ExecutionEngine/OrcMCJIT/
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/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithNullValues.java24 private Float float1; field in JavaBeanWithNullValues
52 return float1; in getFloat1()
55 public void setFloat1(Float float1) { in setFloat1() argument
56 this.float1 = float1; in setFloat1()
/external/llvm/test/CodeGen/SystemZ/
Dframe-15.ll44 %float1 = load float , float *%ptr1
46 %double1 = fpext float %float1 to double
71 %float1 = load float , float *%ptr1
73 %double1 = fpext float %float1 to double
98 %float1 = load float , float *%ptr1
100 %double1 = fpext float %float1 to double
125 %float1 = load float , float *%ptr1
127 %double1 = fpext float %float1 to double
152 %float1 = load float , float *%ptr1
154 %double1 = fpext float %float1 to double
[all …]
/external/clang/test/Sema/
Dext_vector_conversions.c5 typedef __attribute__((ext_vector_type(1))) float float1; typedef
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java296 String float1 = "[F"; in testGetCommonSuperclass_arrays() local
330 superclassTest(object, int1, float1); in testGetCommonSuperclass_arrays()
/external/llvm/test/CodeGen/AArch64/
Dfunc-calls.ll31 %float1 = load float, float* @varfloat
33 call void @take_floats(float %float1, float %float2)
/external/llvm/test/Transforms/Inline/
Dattributes.ll242 define i32 @test_no-implicit-float1(i32 %i) {
245 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/
DMakefile.am51 libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \
DMakefile.in314 libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp122 …typedef float float1; //!< \brief single-precision floating-point vector with 1 component. … typedef
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll19 declare void @float1(float %p0)
64 call void @float1(float 1.0)
66 ; CHECK: bl {{.*}} float1
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13659 * testsuite/libffi.call/float1.c (main): Remove unused variable i.
3784 * testsuite/libffi.call/float1.c (value_type): New typedef.
5032 * testsuite/libffi.call/float1.c: Likewise.