HomeSort by relevance Sort by last modified time
    Searched defs:float_type (Results 1 - 13 of 13) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstod.c 10 typedef double float_type; typedef
wcstof.c 10 typedef float float_type; typedef
wcstold.c 10 typedef long double float_type; typedef
  /external/mesa3d/src/glsl/
builtin_types.h 73 const glsl_type *const glsl_type::float_type = & builtin_core_types[8]; member in class:glsl_type
87 { glsl_type::float_type, "near" },
88 { glsl_type::float_type, "far" },
89 { glsl_type::float_type, "diff" },
104 { glsl_type::float_type, "size" },
105 { glsl_type::float_type, "sizeMin" },
106 { glsl_type::float_type, "sizeMax" },
107 { glsl_type::float_type, "fadeThresholdSize" },
108 { glsl_type::float_type, "distanceConstantAttenuation" },
109 { glsl_type::float_type, "distanceLinearAttenuation" }
    [all...]
glsl_types.h 162 static const glsl_type *const float_type; member in struct:glsl_type
  /external/opencv3/modules/core/include/opencv2/core/
affine.hpp 64 typedef T float_type; typedef in class:cv::Affine3
65 typedef Matx<float_type, 3, 3> Mat3;
66 typedef Matx<float_type, 4, 4> Mat4;
67 typedef Vec<float_type, 3> Vec3;
84 explicit Affine3(const float_type* vals);
226 cv::Affine3<T>::Affine3(const float_type* vals) : matrix(vals)
267 R.val[k] = static_cast<float_type>(c*I[k] + c1*rrt[k] + s*_r_x_[k]);
399 float_type value = 0;
  /art/runtime/verifier/
reg_type_test.cc 516 const RegType& float_type = cache_new.Float(); local
521 const RegType& merged = float_type.Merge(precise_cst, &cache_new);
526 const RegType& merged = precise_cst.Merge(float_type, &cache_new);
531 const RegType& merged = float_type.Merge(imprecise_cst, &cache_new);
536 const RegType& merged = imprecise_cst.Merge(float_type, &cache_new);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 208 struct lp_type float_type; member in struct:lp_build_sample_context
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 193 bfd_boolean (*float_type) (void *, unsigned int); member in struct:debug_write_fns
  /external/llvm/test/Bindings/OCaml/
core.ml 34 let float_type = Llvm.float_type context var
171 let cs = const_float float_type 2.75 in
173 insist (float_type = type_of cs);
342 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
470 insist (pointer_type float_type ==
471 type_of (declare_global float_type "GVar01" m));
479 insist (qualified_pointer_type float_type 3 ==
480 type_of (declare_qualified_global float_type "QGVar01" 3 m));
955 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */
162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); local
183 LLVMValueRef a0_0f = LLVMBuildSIToFP(builder, a0_0, float_type, "");
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 528 (** [float_type c] returns the IEEE 32-bit floating point type in the context
530 val float_type : llcontext -> lltype var
    [all...]

Completed in 256 milliseconds