Searched defs:float_type (Results 1 – 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
D | _cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument 175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ argument
|
/external/llvm/test/Bindings/Ocaml/ |
D | vmcore.ml | 28 let float_type = Llvm.float_type context var
|
/external/mesa3d/src/glsl/ |
D | glsl_types.h | 151 static const glsl_type *const float_type; member
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 424 val float_type : llcontext -> lltype val
|