/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | modulo.h | 48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf() function 51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() function 55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf() function
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | modulo.h | 48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf() function 51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() function 55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | modulo.h | 48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf() function 51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() function 55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | modulo.h | 48 inline _LIBCPP_HIDE_FROM_ABI float modf(float __x, float* __y) _NOEXCEPT { return __builtin_modff(_… in modf() function 51 _LIBCPP_HIDE_FROM_ABI double modf(double __x, double* __y) _NOEXCEPT { in modf() function 55 inline _LIBCPP_HIDE_FROM_ABI long double modf(long double __x, long double* __y) _NOEXCEPT { in modf() function
|
/external/arm-optimized-routines/math/aarch64/advsimd/ |
D | modf.c | 13 float64x2_t VPCS_ATTR V_NAME_D1_L1 (modf) (float64x2_t x, double *out_int) in V_NAME_D1_L1() argument
|
D | modff.c | 13 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1_L1 (modf) (float32x4_t x, in V_NAME_F1_L1() argument
|
/external/arm-optimized-routines/math/aarch64/sve/ |
D | modf.c | 13 svfloat64_t SV_NAME_D1_L1 (modf) (svfloat64_t x, double *out_int, in SV_NAME_D1_L1() argument
|
D | modff.c | 13 svfloat32_t SV_NAME_F1_L1 (modf) (svfloat32_t x, float *out_int, in SV_NAME_F1_L1() argument
|
/external/rust/android-crates-io/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/trusty/musl/src/math/ |
D | modf.c | 3 double modf(double x, double *iptr) in modf() function
|
/external/llvm-libc/src/__support/FPUtil/ |
D | ManipulationFunctions.h | 56 LIBC_INLINE T modf(T x, T &iptr) { in modf() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | ManipulationFunctions.h | 56 LIBC_INLINE T modf(T x, T &iptr) { in modf() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | ManipulationFunctions.h | 56 LIBC_INLINE T modf(T x, T &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/pytorch/torch/_numpy/ |
D | _ufuncs.py | 238 def modf(x, /, *args, **kwds): 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/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/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 51 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 58 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 54 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 54 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 58 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|