Home
last modified time | relevance | path

Searched defs:gammaf (Results 1 – 18 of 18) sorted by relevance

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/R/
H A Dgammaf.c34 gammaf(float x) { in gammaf() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_gamma.c22 float gammaf(float x) in gammaf() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_gamma.c22 float gammaf(float x) in gammaf() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Dwf_gamma.c22 float gammaf(float x) in gammaf() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Dwf_gamma.c22 float gammaf(float x) in gammaf() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/
H A Derf_gamma.c36 float gammaf(float x) in gammaf() function
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkUnstructuredGridPartialPreIntegration.h114 float gammaf = taufD / (taufD + 1); in Psi() local
H A DvtkUnstructuredGridPartialPreIntegration.cxx541 float gammaf = ((float)gammafi + 0.0f) / PSI_TABLE_SIZE; in BuildPsiTable() local
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkUnstructuredGridPartialPreIntegration.h119 float gammaf = taufD/(taufD+1); in Psi() local
H A DvtkUnstructuredGridPartialPreIntegration.cxx563 float gammaf = ((float)gammafi+0.0f)/PSI_TABLE_SIZE; in BuildPsiTable() local
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkUnstructuredGridPartialPreIntegration.h111 float gammaf = taufD/(taufD+1); in Psi() local
H A DvtkUnstructuredGridPartialPreIntegration.cxx569 float gammaf = ((float)gammafi+0.0f)/PSI_TABLE_SIZE; in BuildPsiTable() local
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dipm.cc362 const double gammaf = 0.9; in StepSizes() local
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dipm.cc362 const double gammaf = 0.9; in StepSizes() local
/dports/math/openlibm/openlibm-0.8.0/test/
H A Dlibm-test.c2755 #define gammaf lgammaf /* XXX scp XXX */ macro
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcolor.h1257 static inline float gammaf (float x, float gamma, float start, float slope) in gammaf() function
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcolor.h1320 static inline float gammaf (float x, float gamma, float start, float slope) in gammaf() function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/bindings/glibc/
H A Dlinux.lisp942 (def-call-out gammaf (:arguments (x single-float)) (:return-type single-float)) unknown