/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
|
D | tgmath.h | 823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
/external/libcxx/include/ |
D | math.h | 929 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/ |
D | math_h.pass.cpp | 45 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1205 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 47 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 3828 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/ |
D | APFloatTest.cpp | 3036 TEST(APFloatTest, frexp) { in TEST() argument
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3993 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/ |
D | APFloatTest.cpp | 3128 TEST(APFloatTest, frexp) { in TEST() argument
|
/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 | 2267 TEST(MemorySanitizer, frexp) { in TEST() argument
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12431 static T frexp(T val, glw::GLint& exp) in frexp() function
|