/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 27 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/ |
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
|
/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/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
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/OrcMCJIT/ |
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/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | JavaBeanWithNullValues.java | 24 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/ |
D | frame-15.ll | 44 %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/ |
D | ext_vector_conversions.c | 5 typedef __attribute__((ext_vector_type(1))) float float1; typedef
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 281 String float1 = "[F"; in testGetCommonSuperclass_arrays() local 315 superclassTest(object, int1, float1); in testGetCommonSuperclass_arrays()
|
/external/llvm/test/CodeGen/AArch64/ |
D | func-calls.ll | 31 %float1 = load float, float* @varfloat 33 call void @take_floats(float %float1, float %float2)
|
/external/llvm/test/Transforms/Inline/ |
D | attributes.ll | 242 define i32 @test_no-implicit-float1(i32 %i) { 245 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | compatibility.hpp | 122 …typedef float float1; //!< \brief single-precision floating-point vector with 1 component. … typedef
|
/external/dexmaker/lib/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |