HomeSort by relevance Sort by last modified time
    Searched refs:float_type (Results 1 - 25 of 61) sorted by null

1 2 3

  /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
_wcstod.h 37 * float_type : return type
41 float_type
107 float_type result;
  /external/chromium_org/third_party/mesa/src/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.cpp 318 return float_type;
342 return float_type;
413 return float_type + (rows - 1);
  /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.cpp 318 return float_type;
342 return float_type;
413 return float_type + (rows - 1);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 80 glsl_type::float_type,
84 glsl_type::float_type,
88 glsl_type::float_type,
brw_fs_cse.cpp 128 entry->tmp = fs_reg(this, glsl_type::float_type);
brw_fs_visitor.cpp 224 if (ir->type != glsl_type::float_type)
587 fs_reg packed_consts = fs_reg(this, glsl_type::float_type);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 80 glsl_type::float_type,
84 glsl_type::float_type,
88 glsl_type::float_type,
brw_fs_cse.cpp 128 entry->tmp = fs_reg(this, glsl_type::float_type);
brw_fs_visitor.cpp 224 if (ir->type != glsl_type::float_type)
587 fs_reg packed_consts = fs_reg(this, glsl_type::float_type);
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x);
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 731 typedef float float_type; typedef
732 float_type val = 0.0;
733 const size_t src_size = sizeof(float_type);
734 const float_type *src = (const float_type *)GetData (offset_ptr, src_size);
741 for (size_t i=0; i<sizeof(float_type); ++i)
742 dst_data[sizeof(float_type) - 1 - i] = src_data[i];
755 typedef double float_type; typedef
756 float_type val = 0.0;
757 const size_t src_size = sizeof(float_type);
780 typedef long double float_type; typedef
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 34 let float_type = Llvm.float_type context var
148 let cs = const_float float_type 2.75 in
150 insist (float_type = type_of cs);
304 ignore (define_global "const_fptrunc" (const_fptrunc ffoldbomb float_type) m);
425 insist (pointer_type float_type ==
426 type_of (declare_global float_type "GVar01" m));
434 insist (qualified_pointer_type float_type 3 ==
435 type_of (declare_qualified_global float_type "QGVar01" 3 m));
892 let f1 = build_uitofp p1 float_type "F1" atentry i
    [all...]
  /art/runtime/verifier/
reg_type_test.cc 481 RegType& float_type = cache_new.Float(); local
486 RegType& merged = float_type.Merge(precise_cst, &cache_new);
491 RegType& merged = precise_cst.Merge(float_type, &cache_new);
496 RegType& merged = float_type.Merge(imprecise_cst, &cache_new);
501 RegType& merged = imprecise_cst.Merge(float_type, &cache_new);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 386 global float_type, bool_type, type_type, complex_type, bytearray_type
399 float_type = builtin_scope.lookup('float').type

Completed in 973 milliseconds

1 2 3