Home
last modified time | relevance | path

Searched defs:inverse (Results 1 – 25 of 196) sorted by relevance

12345678

/third_party/boost/boost/icl/
Dfunctors.hpp283 struct inverse<icl::inplace_plus<Type> > struct
284 { typedef icl::inplace_minus<Type> type; };
287 struct inverse<icl::inplace_minus<Type> > struct
288 { typedef icl::inplace_plus<Type> type; };
291 struct inverse<icl::inplace_bit_add<Type> > struct
292 { typedef icl::inplace_bit_subtract<Type> type; };
295 struct inverse<icl::inplace_bit_subtract<Type> > struct
296 { typedef icl::inplace_bit_add<Type> type; };
299 struct inverse<icl::inplace_et<Type> > struct
300 { typedef icl::inplace_caret<Type> type; };
[all …]
/third_party/boost/boost/geometry/strategies/geographic/
Dparameters.hpp56 struct inverse struct
94 struct inverse struct
131 struct inverse struct
/third_party/boost/boost/move/algo/
Dpredicate.hpp78 class inverse class
81 inverse() in inverse() function in boost::movelib::inverse
84 explicit inverse(Comp comp) in inverse() function in boost::movelib::inverse
/third_party/ffmpeg/libavcodec/
Davfft.c28 FFTContext *av_fft_init(int nbits, int inverse) in av_fft_init()
58 FFTContext *av_mdct_init(int nbits, int inverse, double scale) in av_mdct_init()
122 DCTContext *av_dct_init(int nbits, enum DCTTransformType inverse) in av_dct_init()
Ddct.h34 int inverse; member
/third_party/boost/libs/random/test/
Dtest_const_mod.cpp85 IntType inverse = boost::random::const_mod<IntType, 127>::invert(IntType(i)); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
90 IntType inverse = boost::random::const_mod<IntType, 0>::invert(IntType(i)); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
127 IntType inverse; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
176 IntType inverse; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstffts32.c67 gboolean inverse; member
86 gst_fft_s32_new (gint len, gboolean inverse) in gst_fft_s32_new()
Dgstffts16.c68 gboolean inverse; member
87 gst_fft_s16_new (gint len, gboolean inverse) in gst_fft_s16_new()
Dgstfftf32.c68 gboolean inverse; member
87 gst_fft_f32_new (gint len, gboolean inverse) in gst_fft_f32_new()
Dgstfftf64.c68 gboolean inverse; member
87 gst_fft_f64_new (gint len, gboolean inverse) in gst_fft_f64_new()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c33 uint8_t* dst, int length, int inverse) { in PredictLine_C()
48 int inverse, uint8_t* out) { in DoHorizontalFilter_C()
85 int inverse, uint8_t* out) { in DoVerticalFilter_C()
130 int inverse, uint8_t* out) { in DoGradientFilter_C()
Dalpha_processing.c128 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
134 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
140 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRow_C()
162 int width, int inverse) { in WebPMultRow_C()
190 int inverse) { in WebPMultARGBRows()
200 int width, int num_rows, int inverse) { in WebPMultRows()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c33 uint8_t* dst, int length, int inverse) { in PredictLine_C()
48 int inverse, uint8_t* out) { in DoHorizontalFilter_C()
85 int inverse, uint8_t* out) { in DoVerticalFilter_C()
130 int inverse, uint8_t* out) { in DoGradientFilter_C()
Dalpha_processing.c128 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
134 static WEBP_INLINE uint32_t GetScale(uint32_t a, int inverse) { in GetScale()
140 void WebPMultARGBRow_C(uint32_t* const ptr, int width, int inverse) { in WebPMultARGBRow_C()
161 int width, int inverse) { in WebPMultRow_C()
188 int inverse) { in WebPMultARGBRows()
198 int width, int num_rows, int inverse) { in WebPMultRows()
/third_party/boost/boost/geometry/srs/projections/impl/
Dbase_static.hpp130 inline bool inverse(XY const&, LL&) const in inverse() function
151 inline bool inverse(XY const& xy, LL& lp) const in inverse() function
/third_party/typescript/tests/cases/compiler/
DgenericReversingTypeParameters2.ts4 public inverse(): BiMap<V, K> { return null; } method in BiMap
DgenericReversingTypeParameters.ts4 public inverse(): BiMap<V, K> { return null; } method in BiMap
/third_party/ffmpeg/libavformat/
Dasfcrypt.c35 static uint32_t inverse(uint32_t v) in inverse() function
39 uint32_t inverse = v * v * v; in inverse() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DWriteIndicCharts.java303 Transliterator inverse = trans.getInverse(); in writeCharts() local
320 Transliterator inverse = trans.getInverse(); in writeIICharts() local
349 Transliterator inverse = trans.getInverse(); in writeCharts() local
/third_party/boost/boost/iostreams/
Dinvert.hpp45 class inverse { class
69 explicit inverse( const Filter& filter, in inverse() function in boost::iostreams::inverse
/third_party/node/deps/npm/node_modules/ansistyles/
Dansistyles.js25 , inverse : [7, 27] property
/third_party/boost/boost/histogram/axis/
Dregular.hpp78 static T inverse(T&& x) noexcept { in inverse() function
96 static T inverse(T x) { in inverse() function
114 static T inverse(T x) { in inverse() function
138 auto inverse(T x) const { in inverse() function
/third_party/skia/src/core/
DSkDrawShadowInfo.cpp177 SkMatrix inverse; in GetLocalBounds() local
210 SkMatrix inverse; in GetLocalBounds() local
/third_party/typescript/tests/baselines/reference/
DgenericReversingTypeParameters2.js17 BiMap.prototype.inverse = function () { return null; }; method in BiMap
DgenericReversingTypeParameters.js18 BiMap.prototype.inverse = function () { return null; }; method in BiMap

12345678