OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exponent_base
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp
113
GLint *
exponent_base
= (GLint *) 0;
local
153
exponent_base
= (GLint *)
155
exponent =
exponent_base
+ exponentOffset;
163
if (
exponent_base
) {
164
_env->ReleasePrimitiveArrayCritical(exponent_ref,
exponent_base
,
com_google_android_gles_jni_GLImpl.cpp
3538
GLint *
exponent_base
= (GLint *) 0;
local
[
all
...]
/libcore/luni/src/main/java/java/lang/
HexStringParser.java
59
private final long
EXPONENT_BASE
;
79
this.
EXPONENT_BASE
= ~(-1L << (exponentWidth - 1));
142
checkedAddExponent(
EXPONENT_BASE
);
Completed in 333 milliseconds