Lines Matching refs:math
892 // Builtin math library functions
893 LIBBUILTIN(atan2, "ddd", "fne", "math.h", ALL_LANGUAGES)
894 LIBBUILTIN(atan2f, "fff", "fne", "math.h", ALL_LANGUAGES)
895 LIBBUILTIN(atan2l, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
901 LIBBUILTIN(copysign, "ddd", "fnc", "math.h", ALL_LANGUAGES)
902 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
903 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
905 LIBBUILTIN(fabs, "dd", "fnc", "math.h", ALL_LANGUAGES)
906 LIBBUILTIN(fabsf, "ff", "fnc", "math.h", ALL_LANGUAGES)
907 LIBBUILTIN(fabsl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
909 LIBBUILTIN(fmod, "ddd", "fne", "math.h", ALL_LANGUAGES)
910 LIBBUILTIN(fmodf, "fff", "fne", "math.h", ALL_LANGUAGES)
911 LIBBUILTIN(fmodl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
913 LIBBUILTIN(frexp, "ddi*", "fn", "math.h", ALL_LANGUAGES)
914 LIBBUILTIN(frexpf, "ffi*", "fn", "math.h", ALL_LANGUAGES)
915 LIBBUILTIN(frexpl, "LdLdi*", "fn", "math.h", ALL_LANGUAGES)
917 LIBBUILTIN(ldexp, "ddi", "fne", "math.h", ALL_LANGUAGES)
918 LIBBUILTIN(ldexpf, "ffi", "fne", "math.h", ALL_LANGUAGES)
919 LIBBUILTIN(ldexpl, "LdLdi", "fne", "math.h", ALL_LANGUAGES)
921 LIBBUILTIN(modf, "ddd*", "fn", "math.h", ALL_LANGUAGES)
922 LIBBUILTIN(modff, "fff*", "fn", "math.h", ALL_LANGUAGES)
923 LIBBUILTIN(modfl, "LdLdLd*", "fn", "math.h", ALL_LANGUAGES)
925 LIBBUILTIN(nan, "dcC*", "fnc", "math.h", ALL_LANGUAGES)
926 LIBBUILTIN(nanf, "fcC*", "fnc", "math.h", ALL_LANGUAGES)
927 LIBBUILTIN(nanl, "LdcC*", "fnc", "math.h", ALL_LANGUAGES)
929 LIBBUILTIN(pow, "ddd", "fne", "math.h", ALL_LANGUAGES)
930 LIBBUILTIN(powf, "fff", "fne", "math.h", ALL_LANGUAGES)
931 LIBBUILTIN(powl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
933 LIBBUILTIN(acos, "dd", "fne", "math.h", ALL_LANGUAGES)
934 LIBBUILTIN(acosf, "ff", "fne", "math.h", ALL_LANGUAGES)
935 LIBBUILTIN(acosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
937 LIBBUILTIN(acosh, "dd", "fne", "math.h", ALL_LANGUAGES)
938 LIBBUILTIN(acoshf, "ff", "fne", "math.h", ALL_LANGUAGES)
939 LIBBUILTIN(acoshl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
941 LIBBUILTIN(asin, "dd", "fne", "math.h", ALL_LANGUAGES)
942 LIBBUILTIN(asinf, "ff", "fne", "math.h", ALL_LANGUAGES)
943 LIBBUILTIN(asinl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
945 LIBBUILTIN(asinh, "dd", "fne", "math.h", ALL_LANGUAGES)
946 LIBBUILTIN(asinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
947 LIBBUILTIN(asinhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
949 LIBBUILTIN(atan, "dd", "fne", "math.h", ALL_LANGUAGES)
950 LIBBUILTIN(atanf, "ff", "fne", "math.h", ALL_LANGUAGES)
951 LIBBUILTIN(atanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
953 LIBBUILTIN(atanh, "dd", "fne", "math.h", ALL_LANGUAGES)
954 LIBBUILTIN(atanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
955 LIBBUILTIN(atanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
957 LIBBUILTIN(cbrt, "dd", "fne", "math.h", ALL_LANGUAGES)
958 LIBBUILTIN(cbrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
959 LIBBUILTIN(cbrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
961 LIBBUILTIN(ceil, "dd", "fnc", "math.h", ALL_LANGUAGES)
962 LIBBUILTIN(ceilf, "ff", "fnc", "math.h", ALL_LANGUAGES)
963 LIBBUILTIN(ceill, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
965 LIBBUILTIN(cos, "dd", "fne", "math.h", ALL_LANGUAGES)
966 LIBBUILTIN(cosf, "ff", "fne", "math.h", ALL_LANGUAGES)
967 LIBBUILTIN(cosl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
969 LIBBUILTIN(cosh, "dd", "fne", "math.h", ALL_LANGUAGES)
970 LIBBUILTIN(coshf, "ff", "fne", "math.h", ALL_LANGUAGES)
971 LIBBUILTIN(coshl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
973 LIBBUILTIN(erf, "dd", "fne", "math.h", ALL_LANGUAGES)
974 LIBBUILTIN(erff, "ff", "fne", "math.h", ALL_LANGUAGES)
975 LIBBUILTIN(erfl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
977 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
978 LIBBUILTIN(erfcf, "ff", "fne", "math.h", ALL_LANGUAGES)
979 LIBBUILTIN(erfcl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
981 LIBBUILTIN(exp, "dd", "fne", "math.h", ALL_LANGUAGES)
982 LIBBUILTIN(expf, "ff", "fne", "math.h", ALL_LANGUAGES)
983 LIBBUILTIN(expl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
985 LIBBUILTIN(exp2, "dd", "fne", "math.h", ALL_LANGUAGES)
986 LIBBUILTIN(exp2f, "ff", "fne", "math.h", ALL_LANGUAGES)
987 LIBBUILTIN(exp2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
989 LIBBUILTIN(expm1, "dd", "fne", "math.h", ALL_LANGUAGES)
990 LIBBUILTIN(expm1f, "ff", "fne", "math.h", ALL_LANGUAGES)
991 LIBBUILTIN(expm1l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
993 LIBBUILTIN(fdim, "ddd", "fne", "math.h", ALL_LANGUAGES)
994 LIBBUILTIN(fdimf, "fff", "fne", "math.h", ALL_LANGUAGES)
995 LIBBUILTIN(fdiml, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
997 LIBBUILTIN(floor, "dd", "fnc", "math.h", ALL_LANGUAGES)
998 LIBBUILTIN(floorf, "ff", "fnc", "math.h", ALL_LANGUAGES)
999 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1001 LIBBUILTIN(fma, "dddd", "fne", "math.h", ALL_LANGUAGES)
1002 LIBBUILTIN(fmaf, "ffff", "fne", "math.h", ALL_LANGUAGES)
1003 LIBBUILTIN(fmal, "LdLdLdLd", "fne", "math.h", ALL_LANGUAGES)
1005 LIBBUILTIN(fmax, "ddd", "fnc", "math.h", ALL_LANGUAGES)
1006 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
1007 LIBBUILTIN(fmaxl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
1009 LIBBUILTIN(fmin, "ddd", "fnc", "math.h", ALL_LANGUAGES)
1010 LIBBUILTIN(fminf, "fff", "fnc", "math.h", ALL_LANGUAGES)
1011 LIBBUILTIN(fminl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
1013 LIBBUILTIN(hypot, "ddd", "fne", "math.h", ALL_LANGUAGES)
1014 LIBBUILTIN(hypotf, "fff", "fne", "math.h", ALL_LANGUAGES)
1015 LIBBUILTIN(hypotl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1017 LIBBUILTIN(ilogb, "id", "fne", "math.h", ALL_LANGUAGES)
1018 LIBBUILTIN(ilogbf, "if", "fne", "math.h", ALL_LANGUAGES)
1019 LIBBUILTIN(ilogbl, "iLd", "fne", "math.h", ALL_LANGUAGES)
1021 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
1022 LIBBUILTIN(lgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
1023 LIBBUILTIN(lgammal, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1025 LIBBUILTIN(llrint, "LLid", "fne", "math.h", ALL_LANGUAGES)
1026 LIBBUILTIN(llrintf, "LLif", "fne", "math.h", ALL_LANGUAGES)
1027 LIBBUILTIN(llrintl, "LLiLd", "fne", "math.h", ALL_LANGUAGES)
1029 LIBBUILTIN(llround, "LLid", "fne", "math.h", ALL_LANGUAGES)
1030 LIBBUILTIN(llroundf, "LLif", "fne", "math.h", ALL_LANGUAGES)
1031 LIBBUILTIN(llroundl, "LLiLd", "fne", "math.h", ALL_LANGUAGES)
1033 LIBBUILTIN(log, "dd", "fne", "math.h", ALL_LANGUAGES)
1034 LIBBUILTIN(logf, "ff", "fne", "math.h", ALL_LANGUAGES)
1035 LIBBUILTIN(logl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1037 LIBBUILTIN(log10, "dd", "fne", "math.h", ALL_LANGUAGES)
1038 LIBBUILTIN(log10f, "ff", "fne", "math.h", ALL_LANGUAGES)
1039 LIBBUILTIN(log10l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1041 LIBBUILTIN(log1p, "dd", "fne", "math.h", ALL_LANGUAGES)
1042 LIBBUILTIN(log1pf, "ff", "fne", "math.h", ALL_LANGUAGES)
1043 LIBBUILTIN(log1pl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1045 LIBBUILTIN(log2, "dd", "fne", "math.h", ALL_LANGUAGES)
1046 LIBBUILTIN(log2f, "ff", "fne", "math.h", ALL_LANGUAGES)
1047 LIBBUILTIN(log2l, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1049 LIBBUILTIN(logb, "dd", "fne", "math.h", ALL_LANGUAGES)
1050 LIBBUILTIN(logbf, "ff", "fne", "math.h", ALL_LANGUAGES)
1051 LIBBUILTIN(logbl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1053 LIBBUILTIN(lrint, "Lid", "fne", "math.h", ALL_LANGUAGES)
1054 LIBBUILTIN(lrintf, "Lif", "fne", "math.h", ALL_LANGUAGES)
1055 LIBBUILTIN(lrintl, "LiLd", "fne", "math.h", ALL_LANGUAGES)
1057 LIBBUILTIN(lround, "Lid", "fne", "math.h", ALL_LANGUAGES)
1058 LIBBUILTIN(lroundf, "Lif", "fne", "math.h", ALL_LANGUAGES)
1059 LIBBUILTIN(lroundl, "LiLd", "fne", "math.h", ALL_LANGUAGES)
1061 LIBBUILTIN(nearbyint, "dd", "fnc", "math.h", ALL_LANGUAGES)
1062 LIBBUILTIN(nearbyintf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1063 LIBBUILTIN(nearbyintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1065 LIBBUILTIN(nextafter, "ddd", "fne", "math.h", ALL_LANGUAGES)
1066 LIBBUILTIN(nextafterf, "fff", "fne", "math.h", ALL_LANGUAGES)
1067 LIBBUILTIN(nextafterl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1069 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
1070 LIBBUILTIN(nexttowardf, "ffLd", "fne", "math.h", ALL_LANGUAGES)
1071 LIBBUILTIN(nexttowardl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1073 LIBBUILTIN(remainder, "ddd", "fne", "math.h", ALL_LANGUAGES)
1074 LIBBUILTIN(remainderf, "fff", "fne", "math.h", ALL_LANGUAGES)
1075 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
1077 LIBBUILTIN(rint, "dd", "fnc", "math.h", ALL_LANGUAGES)
1078 LIBBUILTIN(rintf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1079 LIBBUILTIN(rintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1081 LIBBUILTIN(round, "dd", "fnc", "math.h", ALL_LANGUAGES)
1082 LIBBUILTIN(roundf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1083 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1085 LIBBUILTIN(scalbln, "ddLi", "fne", "math.h", ALL_LANGUAGES)
1086 LIBBUILTIN(scalblnf, "ffLi", "fne", "math.h", ALL_LANGUAGES)
1087 LIBBUILTIN(scalblnl, "LdLdLi", "fne", "math.h", ALL_LANGUAGES)
1089 LIBBUILTIN(scalbn, "ddi", "fne", "math.h", ALL_LANGUAGES)
1090 LIBBUILTIN(scalbnf, "ffi", "fne", "math.h", ALL_LANGUAGES)
1091 LIBBUILTIN(scalbnl, "LdLdi", "fne", "math.h", ALL_LANGUAGES)
1093 LIBBUILTIN(sin, "dd", "fne", "math.h", ALL_LANGUAGES)
1094 LIBBUILTIN(sinf, "ff", "fne", "math.h", ALL_LANGUAGES)
1095 LIBBUILTIN(sinl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1097 LIBBUILTIN(sinh, "dd", "fne", "math.h", ALL_LANGUAGES)
1098 LIBBUILTIN(sinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
1099 LIBBUILTIN(sinhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1101 LIBBUILTIN(sqrt, "dd", "fne", "math.h", ALL_LANGUAGES)
1102 LIBBUILTIN(sqrtf, "ff", "fne", "math.h", ALL_LANGUAGES)
1103 LIBBUILTIN(sqrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1105 LIBBUILTIN(tan, "dd", "fne", "math.h", ALL_LANGUAGES)
1106 LIBBUILTIN(tanf, "ff", "fne", "math.h", ALL_LANGUAGES)
1107 LIBBUILTIN(tanl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1109 LIBBUILTIN(tanh, "dd", "fne", "math.h", ALL_LANGUAGES)
1110 LIBBUILTIN(tanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
1111 LIBBUILTIN(tanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1113 LIBBUILTIN(tgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
1114 LIBBUILTIN(tgammaf, "ff", "fne", "math.h", ALL_LANGUAGES)
1115 LIBBUILTIN(tgammal, "LdLd", "fne", "math.h", ALL_LANGUAGES)
1117 LIBBUILTIN(trunc, "dd", "fnc", "math.h", ALL_LANGUAGES)
1118 LIBBUILTIN(truncf, "ff", "fnc", "math.h", ALL_LANGUAGES)
1119 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
1211 LIBBUILTIN(__sinpi, "dd", "fne", "math.h", ALL_LANGUAGES)
1212 LIBBUILTIN(__sinpif, "ff", "fne", "math.h", ALL_LANGUAGES)
1214 LIBBUILTIN(__cospi, "dd", "fne", "math.h", ALL_LANGUAGES)
1215 LIBBUILTIN(__cospif, "ff", "fne", "math.h", ALL_LANGUAGES)
1217 LIBBUILTIN(__tanpi, "dd", "fne", "math.h", ALL_LANGUAGES)
1218 LIBBUILTIN(__tanpif, "ff", "fne", "math.h", ALL_LANGUAGES)
1221 LIBBUILTIN(__exp10, "dd", "fne", "math.h", ALL_LANGUAGES)
1222 LIBBUILTIN(__exp10f, "ff", "fne", "math.h", ALL_LANGUAGES)
1224 // Blocks runtime Builtin math library functions