Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl907 GLM_FUNC_QUALIFIER genType frexp function
921 GLM_FUNC_QUALIFIER detail::tvec2<T, P> frexp function
937 GLM_FUNC_QUALIFIER detail::tvec3<T, P> frexp function
954 GLM_FUNC_QUALIFIER detail::tvec4<T, P> frexp function
/external/bison/lib/
Dmath.in.h973 # define frexp rpl_frexp macro
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp47 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/clang/lib/Headers/
Dtgmath.h823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1706 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp374 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2260 TEST(MemorySanitizer, frexp) { in TEST() argument