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
/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
);
/frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp
338
GLint *
exponent_base
= (GLint *) 0;
local
384
exponent_base
= (GLint *)
386
exponent =
exponent_base
+ exponentOffset;
394
if (
exponent_base
) {
395
_env->ReleasePrimitiveArrayCritical(exponent_ref,
exponent_base
,
com_google_android_gles_jni_GLImpl.cpp
3953
GLint *
exponent_base
= (GLint *) 0;
local
[
all
...]
Completed in 85 milliseconds