Searched refs:cbrtf (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_cbrtf.c19 /* cbrtf(x)
34 cbrtf(float x) function
/openbsd-current/include/
H A Dmath.h318 float cbrtf(float);
/openbsd-current/lib/libm/hidden/
H A Dmath.h49 PROTO_STD_DEPRECATED(cbrtf); variable
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h450 using ::cbrtf;
H A D__clang_cuda_math.h73 __DEVICE__ float cbrtf(float __a) { return __nv_cbrtf(__a); } function
H A Dtgmath.h573 __tg_cbrt(float __x) {return cbrtf(__x);}
H A D__clang_hip_cmath.h737 using ::cbrtf;
H A D__clang_hip_math.h182 float cbrtf(float __x) { return __ocml_cbrt_f32(__x); } function

Completed in 220 milliseconds