/third_party/boost/boost/icl/ |
D | functors.hpp | 283 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/ |
D | parameters.hpp | 56 struct inverse struct 94 struct inverse struct 131 struct inverse struct
|
/third_party/boost/boost/move/algo/ |
D | predicate.hpp | 78 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/ |
D | avfft.c | 28 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()
|
D | dct.h | 34 int inverse; member
|
/third_party/boost/libs/random/test/ |
D | test_const_mod.cpp | 85 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/ |
D | gstffts32.c | 67 gboolean inverse; member 86 gst_fft_s32_new (gint len, gboolean inverse) in gst_fft_s32_new()
|
D | gstffts16.c | 68 gboolean inverse; member 87 gst_fft_s16_new (gint len, gboolean inverse) in gst_fft_s16_new()
|
D | gstfftf32.c | 68 gboolean inverse; member 87 gst_fft_f32_new (gint len, gboolean inverse) in gst_fft_f32_new()
|
D | gstfftf64.c | 68 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/ |
D | filters.c | 33 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()
|
D | alpha_processing.c | 128 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/ |
D | filters.c | 33 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()
|
D | alpha_processing.c | 128 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/ |
D | base_static.hpp | 130 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/ |
D | genericReversingTypeParameters2.ts | 4 public inverse(): BiMap<V, K> { return null; } method in BiMap
|
D | genericReversingTypeParameters.ts | 4 public inverse(): BiMap<V, K> { return null; } method in BiMap
|
/third_party/ffmpeg/libavformat/ |
D | asfcrypt.c | 35 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/ |
D | WriteIndicCharts.java | 303 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/ |
D | invert.hpp | 45 class inverse { class 69 explicit inverse( const Filter& filter, in inverse() function in boost::iostreams::inverse
|
/third_party/node/deps/npm/node_modules/ansistyles/ |
D | ansistyles.js | 25 , inverse : [7, 27] property
|
/third_party/boost/boost/histogram/axis/ |
D | regular.hpp | 78 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/ |
D | SkDrawShadowInfo.cpp | 177 SkMatrix inverse; in GetLocalBounds() local 210 SkMatrix inverse; in GetLocalBounds() local
|
/third_party/typescript/tests/baselines/reference/ |
D | genericReversingTypeParameters2.js | 17 BiMap.prototype.inverse = function () { return null; }; method in BiMap
|
D | genericReversingTypeParameters.js | 18 BiMap.prototype.inverse = function () { return null; }; method in BiMap
|