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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Frontend/
undef.c 3 #error "Must be preprocessed as assembler."
  /external/srec/srec/include/
prelib.h 31 void init_preprocessed(preprocessed *datapak, int dimen,
33 void init_partial_distance_approx(preprocessed *prep);
34 void clear_partial_distance_approx(preprocessed *prep);
35 void clear_preprocessed(preprocessed *datapak);
37 void linear_transform_frame(preprocessed *datapak, imeldata *fram, int do_shift);
38 void inverse_transform_frame (preprocessed *prep, imeldata *fram, int do_shift);
53 void create_linear_transform(preprocessed *datapak, int matdim,
55 void free_linear_transform(preprocessed *datapak);
57 int init_newton_transform(preprocessed *datapak, float reqscale,
59 void copy_linear_transform(preprocessed *datapak, float **new_matrix
    [all...]
ann_util.h 61 preprocessed *prep,
66 preprocessed *prep,
73 preprocessed * prep);
83 utterance_info *beep_utt, preprocessed *prep, char *label);
84 int detect_beep_by_shape(preprocessed *prep, utterance_info *utt1,
c42mul.h 96 int get_data_frame(preprocessed *predat, utterance_info *utt);
97 int get_utterance_frame(preprocessed *predat, utterance_info *utt);
100 int copy_pattern_frame(utterance_info *oututt, preprocessed *prep);
101 void prepare_data_frame(preprocessed *predat);
102 void convert_adjustment_to_imelda(norm_info *norm, preprocessed *prep);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
PreprocessorPanel.html 8 <ol class='newspaper js-preprocessed-urls'>
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 45 /// \brief Base class that describes a preprocessed entity, which may be a
49 /// \brief The kind of preprocessed entity an object describes.
51 /// \brief Indicates a problem trying to load the preprocessed entity.
74 /// \brief The kind of preprocessed entity that this object describes.
77 /// \brief The source range that covers this preprocessed entity.
87 /// \brief Retrieve the kind of preprocessed entity stored in this object.
90 /// \brief Retrieve the source range that covers this entire preprocessed
94 /// \brief Returns true if there was a problem loading the preprocessed
98 // Only allow allocation of preprocessed entities using the allocator
118 // Make vanilla 'new' and 'delete' illegal for preprocessed entities
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
include_preprocessed.hpp 33 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
37 # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
include_preprocessed.hpp 45 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
49 # include BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
  /external/srec/srec/crec/
get_fram.c 42 static void create_cepstrum_offsets(preprocessed *prep);
43 static void destroy_cepstrum_offsets(preprocessed *prep);
44 static void apply_channel_offset(preprocessed *prep);
45 static int compare_cached_frame(preprocessed *prep, utterance_info *utt);
99 void init_preprocessed(preprocessed *prep, int dimen, float imelda_scale)
101 ** To setup the preprocessed structure
153 void clear_preprocessed(preprocessed *prep)
155 ** To setup the preprocessed structure
167 int get_data_frame(preprocessed *prep, utterance_info *utt)
212 int get_utterance_frame(preprocessed *prep, utterance_info *utt
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 9 // Preprocessed version of "boost/mpl/and.hpp" header
apply_fwd.hpp 9 // Preprocessed version of "boost/mpl/apply_fwd.hpp" header
bind_fwd.hpp 9 // Preprocessed version of "boost/mpl/bind_fwd.hpp" header
or.hpp 9 // Preprocessed version of "boost/mpl/or.hpp" header
advance_backward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_backward.hpp" header
advance_forward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_forward.hpp" header
apply_wrap.hpp 9 // Preprocessed version of "boost/mpl/apply_wrap.hpp" header
equal_to.hpp 9 // Preprocessed version of "boost/mpl/equal_to.hpp" header
greater.hpp 9 // Preprocessed version of "boost/mpl/greater.hpp" header
greater_equal.hpp 9 // Preprocessed version of "boost/mpl/greater_equal.hpp" header
less.hpp 9 // Preprocessed version of "boost/mpl/less.hpp" header
less_equal.hpp 9 // Preprocessed version of "boost/mpl/less_equal.hpp" header
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
include_preprocessed.hpp 22 aux_/preprocessed/plain/BOOST_MPL_PREPROCESSED_HEADER \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 12 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp>
15 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp>
26 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp")
76 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp")
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 46 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
82 /// \brief Returns true if the preprocessed entity that \arg PPEI iterator
86 /// preprocessed entities if we only care about entities of a specific file
96 assert(0 && "Out-of bounds loaded preprocessed entity");
119 assert(0 && "Out-of bounds local preprocessed entity");
126 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
327 /// \brief Retrieve the preprocessed entity at the given ID.
332 "Out-of bounds loaded preprocessed entity");
340 "Out-of bounds local preprocessed entity");
344 /// \brief Retrieve the loaded preprocessed entity at the given index
    [all...]
  /external/clang/include/clang/Frontend/
PreprocessorOutputOptions.h 19 unsigned ShowCPP : 1; ///< Print normal preprocessed output.

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 9