Home
last modified time | relevance | path

Searched defs:hermite (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dspecial_functions.h62 inline _LIBCPP_HIDE_FROM_ABI double hermite(unsigned __n, double __x) { return std::__hermite(__n, … in hermite() function
64 inline _LIBCPP_HIDE_FROM_ABI float hermite(unsigned __n, float __x) { in hermite() function
69 inline _LIBCPP_HIDE_FROM_ABI long double hermite(unsigned __n, long double __x) { return std::__her… in hermite() function
76 _LIBCPP_HIDE_FROM_ABI double hermite(unsigned __n, _Integer __x) { in hermite() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/integration/gauss/
H A DGaussIntegratorFactory.java37 private final BaseRuleFactory<Double> hermite = new HermiteRuleFactory(); field in GaussIntegratorFactory
122 public SymmetricGaussIntegrator hermite(int numberOfPoints) { in hermite() method in GaussIntegratorFactory
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dspline.inl30 GLM_FUNC_QUALIFIER genType hermite function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dspline.inl30 GLM_FUNC_QUALIFIER genType hermite function