OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed
(Results
226 - 250
of
1111
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/asus/fugu/libaudio/
AudioOutput.h
88
void setOutputIsFixed(bool
fixed
);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb
54
*
fixed
look; k=2 made a few extra thousand lines. ;)
ll-star.rb
24
* alternatives is not LL(k) for a
fixed
k. However, it is
/external/jemalloc/include/jemalloc/internal/
smoothstep.sh
6
# the entries using a binary
fixed
point representation.
67
* to 1 in 0 <= x <= 1. The table is stored as integer
fixed
point values so
/external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs
56
/// A
fixed
-length 64-bit value.
72
/// A
fixed
-length 32-bit value.
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
log_helpers.h
35
out << std::setfill(' ') << std::setprecision(4) << std::
fixed
/system/extras/tests/icachetest/
icache_main.cpp
98
std::cout << std::
fixed
<< std::setprecision(2);
/cts/tests/tests/keystore/
Android.mk
49
# Uncomment when b/13282254 is
fixed
.
/cts/tests/tests/media/
Android.mk
74
# uncomment when b/13249737 is
fixed
/cts/tests/tests/net/
Android.mk
46
# uncomment when b/13249961 is
fixed
/cts/tests/tests/telephony/
Android.mk
41
# uncomment when b/13250611 is
fixed
/cts/tools/device-setup/TestDeviceSetup/
Android.mk
28
# uncomment when b/13282254 is
fixed
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm
208
db 01h ; Read blocks at a time (To be
fixed
each times)
210
dw 0000h ; Destination Address offset (To be
fixed
each times)
211
dw 0000h ; Destination Address segment (To be
fixed
each times)
213
dd 0h, 0h ; Start LBA (To be
fixed
each times)
/external/bison/doc/
bison.x
18
the generated files do not have
fixed
names, but instead use the prefix
/external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go
15
used with a
fixed
key in order to generate one-time keys from an nonce.
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent_unittest.py
156
fixed
= f3.read()
159
self.assertEqual(res,
fixed
)
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp
78
ios1.flags(std::ios::boolalpha | std::ios::dec | std::ios::
fixed
);
152
assert(ios2.flags() == (std::ios::boolalpha | std::ios::dec | std::ios::
fixed
));
/external/libopus/
Android.mk
12
$(LOCAL_PATH)/celt $(LOCAL_PATH)/silk/
fixed
$(OGG_DIR)/include
/external/parameter-framework/upstream/parameter/
FixedPointParameterType.cpp
158
stream << std::
fixed
<< std::setprecision(_uiFractional) << "real range [" << dMin << ", "
222
stream << std::
fixed
<< std::setprecision(_uiFractional) << binaryQnmToDouble(data);
/external/speex/libspeex/
arch.h
50
#error You cannot compile as floating point and
fixed
point at the same time
59
#error Vorbis-psy model currently not implemented in
fixed
-point
71
#error "Don't you think enabling
fixed
-point is a good thing to do if you want to debug that?"
/external/webrtc/
android-webrtc.mk
29
# They should be
fixed
in the next merge from upstream.
/frameworks/base/libs/hwui/
RenderProperties.cpp
106
output << std::
fixed
<< std::setprecision(2);
123
output << std::
fixed
<< std::setprecision(2);
/frameworks/support/v13/
Android.mk
33
# android-support-v13, so we need to keep it static until they can be
fixed
.
/frameworks/support/v4/
Android.mk
29
# android-support-v4, so we need to keep it static until they can be
fixed
.
/hardware/qcom/display/msm8226/
common.mk
23
#TODO: Add -Werror back once all the current warnings are
fixed
Completed in 743 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>