/openbsd/lib/libm/src/ |
H A D | s_frexpf.c | 23 frexpf(float x, int *eptr) in frexpf() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 96 extern "C" float (frexpf)(float, int*); 135 using ::frexpf; 426 frexp(float __x, int* __exp) { return __gnu_cxx::__c99_binding::frexpf(__x, __exp); } in frexp()
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 165 frexpf;
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 226 frexpf(float x, int *exp) in frexpf() function
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 65 return ::frexpf(__arg, __exp); in frexp() 467 using ::frexpf;
|
H A D | __clang_hip_cmath.h | 65 return ::frexpf(__arg, __exp); in frexp() 754 using ::frexpf;
|
H A D | __clang_cuda_math.h | 138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
|
H A D | tgmath.h | 805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
|
H A D | __clang_hip_math.h | 259 float frexpf(float __x, int *__nptr) {
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 99 PROTO_STD_DEPRECATED(frexpf);
|
/openbsd/include/ |
H A D | math.h | 306 float frexpf(float, int *);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acconfig.h | 308 # define frexpf _frexpf macro
|
H A D | config.h.in | 431 /* Define if you have the frexpf function. */ 966 # define frexpf _frexpf macro
|
H A D | acinclude.m4 | 822 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_2(frexpf)
|
H A D | aclocal.m4 | 834 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_2(frexpf)
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | config.h | 912 # define frexpf _frexpf macro
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 94 float frexpf(float value, int* exp); 382 using ::frexpf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/gcc/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 582 frexpf;
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1360 /// float frexpf(float num, int *exp); 1361 TLI_DEFINE_ENUM_INTERNAL(frexpf) 1362 TLI_DEFINE_STRING_INTERNAL("frexpf")
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 256 DEF_C99_C90RES_BUILTIN (BUILT_IN_FREXPF, "frexpf", BT_FN_FLOAT_FLOAT_INTPTR, ATTR_MATHFN_FPROUNDING…
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 496 SYMBOL(frexpf, None, <math.h>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1241 LIBBUILTIN(frexpf, "ffi*", "fn", MATH_H, ALL_LANGUAGES)
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1018 INTERCEPTOR(float, frexpf, float x, int *exp) { 1020 COMMON_INTERCEPTOR_ENTER(ctx, frexpf, x, exp); 1022 float res = REAL(frexpf)(x, exp); 1037 COMMON_INTERCEPT_FUNCTION(frexpf); \
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2496 float rf = frexpf(1.1, &x); in TEST()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1777 fun:frexpf=uninstrumented
|