OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real
(Results
101 - 125
of
2203
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/src/
complex_io.cpp
31
{ return __os << '(' << (double)__z.
real
() << ',' << (double)__z.imag() << ')'; }
36
{ return __os << '(' << __z.
real
() << ',' << __z.imag() << ')'; }
42
{ return __os << '(' << __z.
real
() << ',' << __z.imag() << ')'; }
/ndk/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java
27
*
real
devices, this is mainly due to the following facts:
33
* - on a
real
device, the GPU bus is the
real
bottleneck
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
FloatingPointParser.java
46
* exponent. Returns the closest double value to the
real
number
52
* @return the double closest to the
real
number
64
* exponent. Returns the closest float value to the
real
number
70
* @return the float closest to the
real
number
253
* Returns the closest double value to the
real
number in the string.
257
* @return the double closest to the
real
number
291
* Returns the closest float value to the
real
number in the string.
295
* @return the float closest to the
real
number
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java
28
* This class wraps the
real
writer, it only purpose is to send
48
/** The
real
writer to immediately write to.
106
* listener. These characters are never written to the
real
writer
139
// send to the
real
writer
153
// send to the
real
writer
175
// send to the
real
writer
218
// send to the
real
writer
273
// send to the
real
writer
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java
39
// A
real
recognizer would do something to shut down recognition here.
44
// A
real
recognizer would probably utilize a lot of the other listener callback
/external/bluetooth/bluez/tools/
hciattach.8
59
Xircom PCMCIA cards: Credit Card Adapter and
Real
Port Adapter
78
Xircom PCMCIA cards: Credit Card Adapter and
Real
Port Adapter
/external/v8/test/mjsunit/regress/
regress-386.js
34
// Adding i in the second call to the constructor creates a
real
property,
36
// and changes i from a map transition to a
real
property. There was
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h
60
#define REAL_EXP(
REAL
) \
61
((int)((
REAL
)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
63
#define SET_REAL_EXP(
REAL
, EXP) \
64
((
REAL
)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
202
/* Declare functions in
real
.c. */
284
/* Target formats defined in
real
.c. */
349
/*
Real
values to IEEE 754 decimal floats. */
405
/* Constant
real
values 0, 1, 2, -1 and 0.5. */
417
/* Function to return the
real
value special constant 'e'. */
426
/* Function to return a
real
value (not a tree node
[
all
...]
/cts/tests/tests/example/src/android/example/
Example.java
20
* Example class being tested. In a
real
test, the classes to test would
/dalvik/libcore/xml/src/test/resources/
simple.xml
7
<description>two of our famous Belgian Waffles with plenty of
real
maple syrup</description>
/dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c
49
* Found
real
useful stuff between the branch and the target
/development/apps/Fallback/res/values/
strings.xml
19
real
phones aren't available. -->
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNoopEvent.java
36
// No
real
work to do
/development/host/windows/usb/legacy/driver/
makefile
24
file to this component. This file merely indirects to the
real
make file
/external/e2fsprogs/lib/
Makefile.bsd-lib
15
real
-subdirs:: Makefile
Makefile.darwin-lib
15
real
-subdirs:: Makefile
Makefile.profile
3
real
-subdirs:: Makefile
/external/freetype/src/psaux/
afmparse.h
49
AFM_VALUE_TYPE_FIXED, /*
real
number */
/external/grub/stage2/
pxeloader.S
29
/* Jump to the
real
world */
/external/guava/src/com/google/common/util/concurrent/
FakeTimeLimiter.java
26
* so this gives you a time-limiter you can easily swap in for your
real
/external/icu4c/config/
mh-unknown
6
# Note, this is not a
real
mh- file. You got here because configure
/external/kernel-headers/original/asm-x86/
required-features.h
11
The
real
information is in arch/x86/Kconfig.cpu, this just converts
/external/kernel-headers/original/linux/
posix_types.h
9
* enough even for such "
real
" unices like OSF/1, so hopefully this is
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h
53
DFBRectangle c2ssize; /*
Real
screen size */
/external/skia/include/core/
SkBlitter.h
82
/** Wraps another (
real
) blitter, and ensures that the
real
blitter is only
107
/** Wraps another (
real
) blitter, and ensures that the
real
blitter is only
Completed in 784 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>