/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/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/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/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPixelOperations.hpp | 80 template<> struct TConvVec2Base<float1> {typedef Ncv32f TBase;}; 99 template<> struct TConvBase2Vec<Ncv32f, 1> {typedef float1 TVec;}; 128 template<> inline __host__ __device__ float1 _pixMakeZero<float1>() {return make_float1(0.f);} in _pixMakeZero() 144 static inline __host__ __device__ float1 _pixMake(Ncv32f x) {return make_float1(x);} in _pixMake() 336 template<> struct TAccPixWeighted<float1> {typedef double1 type;}; 347 template<> struct TAccPixDist<float1> {typedef Ncv32f type;};
|
D | NCVPyramid.cu | 64 template<> struct __average4_CN<float1, 1> { 65 static __host__ __device__ float1 _average4_CN(const float1 &p00, const float1 &p01, const float1 &… in _average4_CN() 67 float1 out; in _average4_CN() 237 …{kernelDownsampleX2_gpu<float1> , 0 /*kernelDownsampleX2_gpu<float2>*/ , kernelDownsampleX2_… in downsampleX2() 320 …{kernelInterpolateFrom1_gpu<float1> , 0 /*kernelInterpolateFrom1_gpu<float2>*/ , kernelInterp… in interpolateFrom1() 617 template class NCVImagePyramid<float1>;
|
/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/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | type_traits_detail.hpp | 113 template <> struct IsVec<float1> { enum {value = 1}; };
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/ |
D | type_traits.hpp | 98 template <> struct IsVec<float1> { enum {value = 1}; };
|
/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/opencv3/modules/stitching/src/opencl/ |
D | multibandblend.cl | 135 #define float1 float
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | resize.cl | 89 #define float1 float
|
D | filter2DSmall.cl | 247 #define float1 float
|
D | filterSmall.cl | 156 #define float1 float
|
/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/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 108 template<typename T> static __device__ __forceinline__ T saturate_cast(const float1& v) {return vec… in saturate_cast()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 106 template<typename T> __device__ __forceinline__ T saturate_cast(const float1& v) { return vec_math_… in saturate_cast()
|
/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/ ... |