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

  /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...]
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 178 type = float_type;
225 case float_type:
269 return float_type;
315 case float_type:
JNIUtility.h 48 float_type, enumerator in enum:__anon6426
  /external/webkit/WebCore/bridge/jni/jsc/
JNIBridgeJSC.cpp 145 case float_type:
240 case float_type:
334 case float_type:
425 case float_type:
JNIUtilityPrivate.cpp 139 case float_type:
263 case float_type:
JavaInstanceJSC.cpp 214 case float_type:
282 case float_type:
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 135 case float_type:
JNIUtilityPrivate.cpp 330 case float_type:
436 case float_type:

Completed in 217 milliseconds