OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGN_MASK
(Results
1 - 10
of
10
) sorted by null
/external/guava/guava/src/com/google/common/math/
DoubleUtils.java
53
static final long
SIGN_MASK
= 0x8000000000000000L;
131
bits |= x.signum() &
SIGN_MASK
;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c
83
static unsigned short
SIGN_MASK
= 0x8000;
106
return (val &
SIGN_MASK
) != 0;
179
bounds[1] = 0x0 |
SIGN_MASK
;
Float16Utils.java
29
private static short
SIGN_MASK
= (short) 0x8000;
60
return (val & ~
SIGN_MASK
) == 0;
65
return (val &
SIGN_MASK
) != 0;
75
int sign = val &
SIGN_MASK
;
/bionic/libm/x86_64/
s_cos.S
194
movq
SIGN_MASK
(%rip), %xmm4
436
movq
SIGN_MASK
(%rip), %xmm4
1221
SIGN_MASK
:
1224
.type
SIGN_MASK
,@object
1225
.size
SIGN_MASK
,8
s_sin.S
196
movq
SIGN_MASK
(%rip), %xmm4
443
movq
SIGN_MASK
(%rip), %xmm4
1234
SIGN_MASK
:
1237
.type
SIGN_MASK
,@object
1238
.size
SIGN_MASK
,8
/external/cldr/tools/java/libs/
guava.jar
/external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar
/external/guice/lib/
guava-19.0.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
Completed in 400 milliseconds