/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 238 * - fixed 263 /// Generate floating-point output in fixed-point notation. 264 static const fmtflags fixed = _S_fixed; member in class:ios_base 315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf. 956 /// Calls base.setf(ios_base::fixed, ios_base::floatfield). 958 fixed(ios_base& __base) function 960 __base.setf(ios_base::fixed, ios_base::floatfield);
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 238 * - fixed 263 /// Generate floating-point output in fixed-point notation. 264 static const fmtflags fixed = _S_fixed; member in class:ios_base 315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf. 956 /// Calls base.setf(ios_base::fixed, ios_base::floatfield). 958 fixed(ios_base& __base) function 960 __base.setf(ios_base::fixed, ios_base::floatfield);
|
/art/compiler/optimizing/ |
optimizing_compiler_stats.h | 115 << " methods: " << std::fixed << std::setprecision(2)
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.S | 210 .byte 0x1 # Read blocks at a time (To be fixed each times)
212 .word 0x000 # Destination Address offset (To be fixed each times)
213 .word 0x000 # Destination Address segment (To be fixed each times)
215 .long 0x0,0x0 # Start LBA (To be fixed each times)
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 86 whether they are likely to be fixed in an upcoming release.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
profile-mode.rb | 19 * alternatives is not LL(k) for a fixed k. However, it is
|
/external/deqp/framework/delibs/decpp/ |
deStringUtil.cpp | 109 //! Convert floating-point value to string with fixed number of fractional decimals. 113 s << std::fixed << std::setprecision(precision) << val;
|
/external/eigen/bench/ |
benchGeometry.cpp | 74 cout << setprecision(4) << fixed << timer.value() << "s " << endl;;
|
/external/flatbuffers/src/ |
idl_parser.cpp | 583 if (struct_def.fixed) { // statically compute the field offset 607 if (struct_def.fixed && !IsScalar(type.base_type) && !IsStruct(type)) 647 !struct_def.fixed && 685 if (field->deprecated && struct_def.fixed) 688 if (field->required && (struct_def.fixed || 879 if (struct_def.fixed && fieldn != struct_def.fields.vec.size()) 882 auto start = struct_def.fixed 901 if (struct_def.fixed) { \ 1372 bool fixed = Is(kTokenStruct); local [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.h | 217 wifi_gscan_result_t fixed; member in struct:wifi_gscan_full_result
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
TCKClock_Offset.java | 87 Clock test = Clock.offset(Clock.fixed(INSTANT, PARIS), OFFSET);
|
TCKClock_System.java | 179 assertEquals(a.equals(Clock.fixed(Instant.now(), ZoneOffset.UTC)), false);
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip_test.go | 27 { // has 1 empty fixed-huffman block 50 { // has 1 non-empty fixed huffman block 85 { // has a fixed huffman block with some length-distance pairs 239 { // has 1 non-empty fixed huffman block then garbage 253 { // has 1 non-empty fixed huffman block not enough header 267 { // has 1 non-empty fixed huffman block but corrupt checksum 281 { // has 1 non-empty fixed huffman block but corrupt size 354 "truncated gzip file amid fixed-block",
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip_test.go | 27 { // has 1 empty fixed-huffman block 50 { // has 1 non-empty fixed huffman block 85 { // has a fixed huffman block with some length-distance pairs 239 { // has 1 non-empty fixed huffman block then garbage 253 { // has 1 non-empty fixed huffman block not enough header 267 { // has 1 non-empty fixed huffman block but corrupt checksum 281 { // has 1 non-empty fixed huffman block but corrupt size 354 "truncated gzip file amid fixed-block",
|
/test/vts/drivers/hal/common/replayer/ |
VtsHidlHalReplayer.cpp | 57 stream << fixed << setprecision(1) << version;
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
ProtoFuzzerUtils.cpp | 66 version << fixed << comp_spec.component_type_version();
|
/cts/tests/tests/os/ |
Android.mk | 49 # uncomment when b/13282254 is fixed
|
/external/flatbuffers/include/flatbuffers/ |
flexbuffers.h | 877 size_t EndVector(size_t start, bool typed, bool fixed) { 878 auto vec = CreateVector(start, stack_.size() - start, 1, typed, fixed); [all...] |
/external/hyphenation-patterns/ |
Android.mk | 58 # folding and normalization, so don't build it until that's fixed.
|
/external/libopus/ |
Makefile.unix | 3 # Uncomment this for fixed-point build 53 CINCLUDES += silk/fixed
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_server_table.py | 310 fixed = func[3] 319 print ' /* [%3u] = %5u */ {%3u, %s},' % (index, opcode, fixed, var_offset)
|
/external/zlib/src/contrib/puff/ |
puff.c | 49 * - Fix fixed codes table error 89 * they are fixed by the deflate format. 95 #define FIXLCODES 288 /* number of fixed literal/length codes */ 232 * in the deflate format. See the format notes for fixed() and dynamic(). 329 * fixed() and is not verified by construct(). 333 * - Permitted and expected examples of incomplete codes are one of the fixed 335 * bit instead of zero bits. See the format notes for fixed() and dynamic(). 386 * - Compressed data that is after the block type if fixed or after the code 476 return -10; /* invalid fixed code */ 508 /* done with a valid fixed or dynamic block * 536 local int fixed(struct state *s) function [all...] |
/prebuilts/devtools/tools/lib/ |
ninepatch.jar | |
/prebuilts/go/darwin-x86/src/net/rpc/ |
debug.go | 30 <td align=left font=fixed>{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) error</td>
|
/prebuilts/go/linux-x86/src/net/rpc/ |
debug.go | 30 <td align=left font=fixed>{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) error</td>
|