Home
last modified time | relevance | path

Searched defs:inverse (Results 51 - 75 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c293 static void MultARGBRow_SSE2(uint32_t* const ptr, int width, int inverse) { in MultARGBRow_SSE2() argument
321 MultRow_SSE2(uint8_t* WEBP_RESTRICT const ptr, const uint8_t* WEBP_RESTRICT const alpha, int width, int inverse) MultRow_SSE2() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h677 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function in llvm::ScaledNumber
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrix.hpp138 Matrix<T, Size, Size> inverse (const Matrix<T, Size, Size>& mat) in inverse() function
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp811 Drawing::Matrix inverse; in DrawBufferForRotationFixed() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java835 private Set<String> inverse() { in inverse() method in LocaleDistanceBuilder.RegionSet
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java835 private Set<String> inverse() { in inverse() method in LocaleDistanceBuilder.RegionSet
/third_party/node/deps/npm/node_modules/console-control-strings/
H A Dindex.js
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java880 static void showSets(PrintWriter out, Transliterator translit, Transliterator inverse, in showSets() argument
/third_party/skia/src/core/
H A DSkDraw.cpp62 SkMatrix inverse; in computeConservativeLocalClipBounds() local
H A DSkScalerContext.cpp726 SkMatrix matrix, inverse; in internalGetPath() local
H A DSkDevice.cpp405 SkMatrix inverse; in make_post_inverse_lm() local
H A DSkBlurMF.cpp1559 SkMatrix inverse; in directFilterMaskGPU() local
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp587 SkMatrix inverse; in fill_shadow_rec() local
/third_party/skia/tests/
H A DMatrixTest.cpp843 SkMatrix mat, inverse, iden1, iden2; in DEF_TEST() local
[all...]
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py495 def inverse(self, value): member in WindowSumInt
574 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingValue
584 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_method.MissingStep
609 def inverse(self, x): pass member in WindowFunctionTests.test_win_missing_finalize.MissingFinalize
625 def inverse(self, value): self.count -= value * 2 member in WindowFunctionTests.test_win_redefine_function.Redefined
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp1313 Drawing::Matrix inverse; in CopyConfigurationToOffscreenCanvas() local
1372 Drawing::Matrix inverse; in GetLocalClipBounds() local
/third_party/ffmpeg/libavfilter/
H A Daf_afwtdn.c763 static int inverse(AudioFWTDNContext *s, in inverse() function
/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c1327 static void decorrelate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){ in decorrelate() argument
1351 static void correlate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){ in correlate() argument
/third_party/libuv/src/win/
H A Dtty.c1400 char inverse = -1; in uv__tty_set_style() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c1089 int inverse; in simplify_seteq_setne() local
/third_party/node/deps/uv/src/win/
H A Dtty.c1411 char inverse = -1; in uv__tty_set_style() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp705 tcu::Matrix<float, 2, 2> inverse<2> (const tcu::Matrix<float, 2, 2>& mat) in inverse() function
721 tcu::Matrix<float, 3, 3> inverse<3> (const tcu::Matrix<float, 3, 3>& mat) in inverse() function
771 tcu::Matrix<float, 4, 4> inverse<4> (const tcu::Matrix<float, 4, 4>& mat) in inverse() function
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp1807 bool inverse = (modifier == OneMinus); in blendConstant() local
/third_party/skia/dm/
H A DDMSrcSink.cpp2275 SkMatrix inverse; in draw() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp711 tcu::Matrix<float, 2, 2> inverse<2> (const tcu::Matrix<float, 2, 2>& mat) in inverse() function
727 tcu::Matrix<float, 3, 3> inverse<3> (const tcu::Matrix<float, 3, 3>& mat) in inverse() function
777 tcu::Matrix<float, 4, 4> inverse<4> (const tcu::Matrix<float, 4, 4>& mat) in inverse() function
[all...]

Completed in 58 milliseconds

1234