Searched refs:lrint (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dlrint.S1 .global lrint
2 .type lrint,@function
3 lrint: label
/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dlrint.c7 lrint raises the invalid exception.
15 does not make it clear if that rule applies to lrint, but
29 long lrint(double x) { function
41 long lrint(double x) { function
H A Dlrintl.c7 return lrint(x);
11 see comments in lrint.c
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h271 long lrint(double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk978 $(LOCAL_DIR)/src/math/lrint.c \
1024 $(LOCAL_DIR)/src/math/x86_64/lrint.S \

Completed in 88 milliseconds