Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/libagl/
Dfp.h41 GLfloat fixedToFloat(GLfixed) CONST;
44 float sinef(GLfloat x) CONST;
45 float cosinef(GLfloat x) CONST;
47 inline bool cmpf(GLfloat a, GLfloat b) CONST;
48 inline bool isZerof(GLfloat) CONST;
49 inline bool isOnef(GLfloat) CONST;
51 inline int isZeroOrNegativef(GLfloat) CONST;
53 inline int exponent(GLfloat) CONST;
54 inline int32_t mantissa(GLfloat) CONST;
55 inline GLfloat clampToZerof(GLfloat) CONST;
[all …]
Dlight.cpp112 static inline int32_t clampF(GLfixed f) CONST;
Dprimitives.cpp381 static inline int32_t clampZ(GLfixed z) CONST;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h29 enum AdaptationMode { CONST, INV_LINEAR, INV_QUADRATIC, INV_SQRT }; enumerator
Dlearning_rate_controller-inl.h94 if (mode_ == CONST) { in GetLearningRate()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
Djni_stochastic_linear_ranker.cpp158 classifier->SetAdaptationMode(learning_stochastic_linear::CONST); in Java_android_bordeaux_learning_StochasticLinearRanker_nativeSetParameterClassifier()
309 case learning_stochastic_linear::CONST : in Java_android_bordeaux_learning_StochasticLinearRanker_nativeGetParameterClassifier()