| /external/rust/crates/libm/src/math/ |
| D | modf.rs | 1 pub fn modf(x: f64) -> (f64, f64) { in modf() function
|
| D | mod.rs | 163 mod modf; module
|
| /external/musl/src/math/ |
| D | modf.c | 3 double modf(double x, double *iptr) in modf() function
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_common.inl | 465 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/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 851 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT {return … in modf() function 854 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() function 858 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT {return … in modf() function
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 49 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
| /external/libcxx/include/ |
| D | math.h | 977 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/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 50 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 51 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 50 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1688 static half modf(half arg, half *iptr) in modf() function 2634 inline half modf(half arg, half *iptr) { return functions::modf(arg, iptr); } in modf() function 2635 inline half modf(expr arg, half *iptr) { return functions::modf(arg, iptr); } in modf() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1690 static half modf(half arg, half *iptr) in modf() function 2636 inline half modf(half arg, half *iptr) { return functions::modf(arg, iptr); } in modf() function 2637 inline half modf(expr arg, half *iptr) { return functions::modf(arg, iptr); } in modf() function
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cGPUShaderFP64Tests.cpp | 12525 static T modf(T val, T& integer) in modf() function
|
| /external/angle/src/compiler/translator/ |
| D | SymbolTable_ESSL_autogen.cpp | 293 constexpr const ImmutableString modf("modf"); variable
|
| D | SymbolTable_autogen.cpp | 315 constexpr const ImmutableString modf("modf"); variable
|