Searched defs:frexp (Results 1 – 7 of 7) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 907 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/ |
D | math.in.h | 973 # define frexp rpl_frexp macro
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 47 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1706 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 374 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2260 TEST(MemorySanitizer, frexp) { in TEST() argument
|