Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
Dtgmath.h823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/external/libcxx/include/
Dmath.h929 inline _LIBCPP_INLINE_VISIBILITY float frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
930 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
936 frexp(_A1 __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexp((double)__lcpp_x, __lcpp_e);} in frexp() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp45 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h1205 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp47 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp3828 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function
4401 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function
/external/llvm/unittests/ADT/
DAPFloatTest.cpp3036 TEST(APFloatTest, frexp) { in TEST() argument
/external/llvm/lib/Support/
DAPFloat.cpp3993 APFloat llvm::frexp(const APFloat &Val, int &Exp, APFloat::roundingMode RM) { in frexp() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp3128 TEST(APFloatTest, frexp) { in TEST() argument
/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.cc2267 TEST(MemorySanitizer, frexp) { in TEST() argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12431 static T frexp(T val, glw::GLint& exp) in frexp() function