Searched refs:FLT_EVAL_METHOD (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dfloat.h2 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
4 #define FLT_EVAL_METHOD 0 macro
/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dceil.c3 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
5 #elif FLT_EVAL_METHOD == 2
H A Dfloor.c3 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
5 #elif FLT_EVAL_METHOD == 2
H A Drintf.c5 #if FLT_EVAL_METHOD == 0
7 #elif FLT_EVAL_METHOD == 1
9 #elif FLT_EVAL_METHOD == 2
H A Drint.c5 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
7 #elif FLT_EVAL_METHOD == 2
H A Droundf.c3 #if FLT_EVAL_METHOD == 0
5 #elif FLT_EVAL_METHOD == 1
7 #elif FLT_EVAL_METHOD == 2
H A Dround.c3 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
5 #elif FLT_EVAL_METHOD == 2
H A Dacoshf.c3 #if FLT_EVAL_METHOD == 2
6 #elif FLT_EVAL_METHOD == 1
H A Dacosh.c3 #if FLT_EVAL_METHOD == 2
H A Dhypot.c5 #if FLT_EVAL_METHOD > 1U && LDBL_MANT_DIG == 64
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dfloat.h1 #define FLT_EVAL_METHOD 0 macro
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__rem_pio2f.c25 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
27 #elif FLT_EVAL_METHOD == 2
H A D__rem_pio2.c22 #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1
24 #elif FLT_EVAL_METHOD == 2
H A Dpow.c160 #if FLT_EVAL_METHOD != 0

Completed in 100 milliseconds