Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/aarch64/sve/
Dmodf.c13 svfloat64_t SV_NAME_D1_L1 (modf) (svfloat64_t x, double *out_int, in SV_NAME_D1_L1() argument
Dmodff.c13 svfloat32_t SV_NAME_F1_L1 (modf) (svfloat32_t x, float *out_int, in SV_NAME_F1_L1() argument
/third_party/optimized-routines/math/aarch64/advsimd/
Dmodf.c13 float64x2_t VPCS_ATTR V_NAME_D1_L1 (modf) (float64x2_t x, double *out_int) in V_NAME_D1_L1() argument
Dmodff.c13 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1_L1 (modf) (float32x4_t x, in V_NAME_F1_L1() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
Dmodf.c3 double modf(double x, double *iptr) in modf() function
/third_party/musl/src/math/
Dmodf.c3 double modf(double x, double *iptr) in modf() function
/third_party/skia/third_party/externals/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
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12531 static T modf(T val, T& integer) in modf() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2129 constexpr const ImmutableString modf("modf"); variable
DSymbolTable_autogen.cpp3305 constexpr const ImmutableString modf("modf"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34769 modf(float __x, float* __iptr) in modf() function
34773 modf(long double __x, long double* __iptr) in modf() function