HomeSort by relevance Sort by last modified time
    Searched full:bcinfo (Results 1 - 25 of 25) sorted by null

  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 17 #include "bcinfo/BitcodeWrapper.h"
18 #include "bcinfo/Wrap/bitcode_wrapperer.h"
19 #include "bcinfo/Wrap/in_memory_wrapper_input.h"
21 #define LOG_TAG "bcinfo"
29 namespace bcinfo { namespace
59 } // namespace bcinfo
BitcodeTranslator.cpp 17 #include "bcinfo/BitcodeTranslator.h"
19 #include "bcinfo/BitcodeWrapper.h"
24 #define LOG_TAG "bcinfo"
37 namespace bcinfo { namespace
166 } // namespace bcinfo
MetadataExtractor.cpp 17 #include "bcinfo/MetadataExtractor.h"
19 #include "bcinfo/BitcodeWrapper.h"
21 #define LOG_TAG "bcinfo"
33 namespace bcinfo { namespace
444 } // namespace bcinfo
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 17 #include <bcinfo/BitcodeTranslator.h>
18 #include <bcinfo/BitcodeWrapper.h>
19 #include <bcinfo/MetadataExtractor.h>
38 // This file corresponds to the standalone bcinfo tool. It prints a variety of
79 static void dumpMetadata(bcinfo::MetadataExtractor *ME) {
86 case bcinfo::RS_FP_Full:
89 case bcinfo::RS_FP_Relaxed:
92 case bcinfo::RS_FP_Imprecise:
200 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeSize);
201 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER)
    [all...]
Android.mk 23 LOCAL_MODULE := bcinfo
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h 22 namespace bcinfo { namespace
68 } // namespace bcinfo
BitcodeWrapper.h 20 #include "bcinfo/Wrap/BCHeaderField.h"
25 namespace bcinfo { namespace
152 } // namespace bcinfo
MetadataExtractor.h 28 namespace bcinfo { namespace
202 } // namespace bcinfo
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_output.h 24 #include "bcinfo/Wrap/support_macros.h"
25 #include "bcinfo/Wrap/wrapper_output.h"
file_wrapper_input.h 24 #include "bcinfo/Wrap/support_macros.h"
25 #include "bcinfo/Wrap/wrapper_input.h"
in_memory_wrapper_input.h 24 #include "bcinfo/Wrap/support_macros.h"
25 #include "bcinfo/Wrap/wrapper_input.h"
wrapper_output.h 27 #include "bcinfo/Wrap/support_macros.h"
bitcode_wrapperer.h 27 #include "bcinfo/Wrap/support_macros.h"
28 #include "bcinfo/Wrap/BCHeaderField.h"
29 #include "bcinfo/Wrap/wrapper_input.h"
30 #include "bcinfo/Wrap/wrapper_output.h"
  /frameworks/compile/libbcc/bcinfo/Wrap/
wrapper_output.cpp 17 #include "bcinfo/Wrap/wrapper_output.h"
file_wrapper_output.cpp 19 #include "bcinfo/Wrap/file_wrapper_output.h"
in_memory_wrapper_input.cpp 20 #include "bcinfo/Wrap/in_memory_wrapper_input.h"
file_wrapper_input.cpp 20 #include "bcinfo/Wrap/file_wrapper_input.h"
bitcode_wrapperer.cpp 17 #include "bcinfo/Wrap/bitcode_wrapperer.h"
19 #define LOG_TAG "bcinfo"
  /frameworks/rs/
rsScriptC.h 25 #include "bcinfo/BitcodeTranslator.h"
70 bcinfo::BitcodeTranslator *BT;
rsScriptC.cpp 23 #include <bcinfo/BitcodeTranslator.h>
24 #include <bcinfo/BitcodeWrapper.h>
204 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen);
210 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
223 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
  /frameworks/compile/slang/
slang_backend.cpp 22 #include "bcinfo/BitcodeWrapper.h"
239 bcinfo::AndroidBitcodeWrapper wrapper;
240 size_t actualWrapperLen = bcinfo::writeAndroidBitcodeWrapper(
  /frameworks/rs/driver/
rsdBcc.cpp 21 #include <bcinfo/MetadataExtractor.h>
41 bcinfo::MetadataExtractor *ME;
84 bcinfo::RSFloatPrecision prec;
98 drv->ME = new bcinfo::MetadataExtractor((const char*)drv->mScriptText,
101 ALOGE("bcinfo: failed to read script metadata");
124 if (prec != bcinfo::RS_FP_Full) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 20 #include "bcinfo/BitcodeWrapper.h"
99 bcinfo::BitcodeWrapper wrapper(bitcode, bitcodeSize);
Compiler.cpp 20 #include <bcinfo/MetadataExtractor.h>
256 bcinfo::MetadataExtractor ME(mModule);
303 if (ME.getRSFloatPrecision() == bcinfo::RS_FP_Full) {
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 483 typedef struct BCinfo BCinfo;
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; };
    [all...]

Completed in 156 milliseconds