Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dmodf.cpp14 double LLVM_LIBC_ENTRYPOINT(modf)(double x, double *iptr) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dmodf.rs1 pub fn modf(x: f64) -> (f64, f64) { in modf() function
Dmod.rs147 mod modf; module
/external/llvm-project/libc/utils/FPUtil/
DManipulationFunctions.h43 static inline T modf(T x, T &iptr) { in modf() function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl465 GLM_FUNC_QUALIFIER genType modf(genType x, genType & i) function
472 GLM_FUNC_QUALIFIER tvec1<T, P> modf(tvec1<T, P> const & x, tvec1<T, P> & i) function
479 GLM_FUNC_QUALIFIER tvec2<T, P> modf(tvec2<T, P> const & x, tvec2<T, P> & i) function
487 GLM_FUNC_QUALIFIER tvec3<T, P> modf(tvec3<T, P> const & x, tvec3<T, P> & i) function
496 GLM_FUNC_QUALIFIER tvec4<T, P> modf(tvec4<T, P> const & x, tvec4<T, P> & i) function
/external/llvm-project/clang/lib/Headers/
D__clang_hip_cmath.h92 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
D__clang_cuda_cmath.h160 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
D__clang_cuda_math.h196 __DEVICE__ double modf(double __a, double *__b) { return __nv_modf(__a, __b); } in modf() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
/external/llvm-project/libcxx/include/
Dmath.h973 inline _LIBCPP_INLINE_VISIBILITY float modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT … in modf() function
974 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOE… in modf() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp49 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/libcxx/include/
Dmath.h977 inline _LIBCPP_INLINE_VISIBILITY float modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT … in modf() function
978 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOE… in modf() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp50 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp49 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp51 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12548 static T modf(T val, T& integer) in modf() function
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2116 constexpr const ImmutableString modf("modf"); variable
DSymbolTable_autogen.cpp3298 constexpr const ImmutableString modf("modf"); variable