Searched defs:modf (Results 1 – 7 of 7) sorted by relevance
| /third_party/musl/src/math/ |
| D | modf.c | 3 double modf(double x, double *iptr) in modf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | modf.c | 3 double modf(double x, double *iptr) in modf() function
|
| /third_party/skia/third_party/externals/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
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGPUShaderFP64Tests.cpp | 12531 static T modf(T val, T& integer) in modf() function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolTable_ESSL_autogen.cpp | 2129 constexpr const ImmutableString modf("modf"); variable
|
| D | SymbolTable_autogen.cpp | 3305 constexpr const ImmutableString modf("modf"); variable
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 34769 modf(float __x, float* __iptr) in modf() function 34773 modf(long double __x, long double* __iptr) in modf() function
|