Home
last modified time | relevance | path

Searched defs:integral (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java25 public static int integral(int fixed) { in integral() method in Fixed1616
33 public static int fixed(int integral, int fractional) { in fixed()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/
DFixed1616.java25 public static int integral(int fixed) { in integral() method in Fixed1616
33 public static int fixed(int integral, int fractional) { in fixed()
/third_party/boost/libs/mp11/doc/mp11/
Dintegral.adoc10 [#integral] anchor
/third_party/boost/libs/mp11/test/
Dmp_plus.cpp14 template<class T, T N> using integral = std::integral_constant<T, N>; typedef
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed()
/third_party/boost/boost/hana/fwd/
Dtype.hpp513 constexpr auto integral = [](auto f) { in __anon8c63505d0802() variable
528 constexpr make_integral_t integral{}; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dtype.hpp513 constexpr auto integral = [](auto f) { in __anon08c8a7500802() variable
528 constexpr make_integral_t integral{}; variable
/third_party/boost/boost/function/
Dfunction_base.hpp745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
766 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c202 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
/third_party/freetype/src/psaux/
Dpsconv.c202 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c203 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
/third_party/boost/libs/multiprecision/example/
Dfloating_point_examples.cpp284 inline value_type integral(const value_type a, in integral() function
/third_party/skia/src/core/
DSkBlurMF.cpp958 std::unique_ptr<GrFragmentProcessor> integral = make_rect_integral_fp(context, sixSigma); in make_rect_blur() local
1133 static uint8_t eval_V(float top, int y, const uint8_t* integral, int integralSize, float sixSigma) { in eval_V()
1159 const uint8_t* integral, in eval_H()
1203 SkBitmap integral; in create_mask_on_cpu() local
DSkGpuBlurUtils.cpp833 float integral = 0.5f * (std::erf(x) + 1.f); in CreateIntegralTable() local
/third_party/pixman/pixman/
Dpixman-filter.c161 integral (pixman_kernel_t kernel1, double x1, in integral() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp842 glw::GLfloat integral = 0.f; in checkResults() local
/third_party/skia/gm/
Dblurrect.cpp376 auto integral = def_integral_approx(tdiff, bdiff); in prepareReferenceMasks() local
/third_party/boost/libs/atomic/test/
Dapi_test_helpers.hpp1061 typename Wrapper<boost::intptr_t>::atomic_reference_type integral = wrapper_integral.a; in test_pointer_api() local