Home
last modified time | relevance | path

Searched refs:frexpf (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/lib/libm/src/
H A Ds_frexpf.c23 frexpf(float x, int *eptr) in frexpf() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h96 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 DSymbols.map165 frexpf;
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c226 frexpf(float x, int *exp) in frexpf() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
467 using ::frexpf;
H A D__clang_hip_cmath.h65 return ::frexpf(__arg, __exp); in frexp()
754 using ::frexpf;
H A D__clang_cuda_math.h138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function
H A Dtgmath.h805 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp()
H A D__clang_hip_math.h259 float frexpf(float __x, int *__nptr) {
/openbsd/lib/libm/hidden/
H A Dmath.h99 PROTO_STD_DEPRECATED(frexpf);
/openbsd/include/
H A Dmath.h306 float frexpf(float, int *);
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h308 # define frexpf _frexpf macro
H A Dconfig.h.in431 /* Define if you have the frexpf function. */
966 # define frexpf _frexpf macro
H A Dacinclude.m4822 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_2(frexpf)
H A Daclocal.m4834 GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_2(frexpf)
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h912 # define frexpf _frexpf macro
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath94 float frexpf(float value, int* exp);
382 using ::frexpf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/gcc/libstdc++-v3/config/abi/pre/
H A Dgnu.ver582 frexpf;
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1360 /// float frexpf(float num, int *exp);
1361 TLI_DEFINE_ENUM_INTERNAL(frexpf)
1362 TLI_DEFINE_STRING_INTERNAL("frexpf")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def256 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 DCSymbolMap.inc496 SYMBOL(frexpf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1241 LIBBUILTIN(frexpf, "ffi*", "fn", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1018 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 Dmsan_test.cpp2496 float rf = frexpf(1.1, &x); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1777 fun:frexpf=uninstrumented

12