__math_divzerof.c\math\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/__math_divzerof.c
blob: ce046f3e320a99e001f260bb08a46b4775d93ce5 (plain) (blame)
1
2
3
4
5
6
#include "libm.h"
float __math_divzerof(uint32_t sign)
{
	return fp_barrierf(sign ? -1.0f : 1.0f) / 0.0f;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 16:34:26 +0000

AltStyle によって変換されたページ (->オリジナル) /